You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow configuring NTP pools and servers for LBMs (#411)
* Allow configuring NTP pools and servers for LBMs
* Support new config in chart
* Format and improve linter settings
* go mod tidy
* Remove chronyd depencency in favor of restart
It seems desirable to start chrony as soon as possible even if it doesn't have its
final config yet. If the clock is off by too much, chrony should perform a step instead
of slewing the clock. It's better to do this quickly after boot before time-sensitive
processes might notice.
* Replace deprecated `initstepslew` directive
* Comment on not using cloud-init's NTP module
* earthly +generate
description: 'APIVersion defines the versioned schema of this representation
43
-
of an object. Servers should convert recognized schemas to the latest
44
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
42
+
description: |-
43
+
APIVersion defines the versioned schema of this representation of an object.
44
+
Servers should convert recognized schemas to the latest internal value, and
45
+
may reject unrecognized values.
46
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
45
47
type: string
46
48
kind:
47
-
description: 'Kind is a string value representing the REST resource this
48
-
object represents. Servers may infer this from the endpoint the client
49
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
49
+
description: |-
50
+
Kind is a string value representing the REST resource this object represents.
51
+
Servers may infer this from the endpoint the client submits requests to.
52
+
Cannot be updated.
53
+
In CamelCase.
54
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
50
55
type: string
51
56
metadata:
52
57
type: object
@@ -89,9 +94,9 @@ spec:
89
94
zone for the LoadBalancer.
90
95
type: string
91
96
defaultNetwork:
92
-
description: DefaultNetwork defines the default/listener network
93
-
for the Loadbalancer. TODO Remove optional when Deprecations
94
-
are removed
97
+
description: |-
98
+
DefaultNetwork defines the default/listener network for the Loadbalancer.
99
+
TODO Remove optional when Deprecations are removed
95
100
properties:
96
101
floatingNetID:
97
102
description: FloatingNetID defines an openstack ID for the
@@ -101,8 +106,7 @@ spec:
101
106
description: NetworkID defines an openstack ID for the network.
102
107
type: string
103
108
subnetID:
104
-
description: SubnetID defines an openstack ID for the
105
-
subnet.
109
+
description: SubnetID defines an openstack ID for the subnet.
106
110
type: string
107
111
required:
108
112
- networkID
@@ -124,21 +128,23 @@ spec:
124
128
virtual machines.
125
129
type: string
126
130
flavorName:
127
-
description: NOT IMPLEMENTED ONLY FlavorID is supported. FlavorName
128
-
is the name of the flavor used for requesting virtual machines.
131
+
description: |-
132
+
NOT IMPLEMENTED ONLY FlavorID is supported.
133
+
FlavorName is the name of the flavor used for requesting virtual machines.
129
134
FlavorName is only used if FlavorID is not defined.
130
135
type: string
131
136
flavorSearch:
132
-
description: NOT IMPLEMENTED ONLY FlavorID is supported. FlavorSearch
133
-
is a search string to find the flavor used for requesting
134
-
virtual machines. Search will be performed in metadata of
135
-
the flavors. FlavorSearch is only used if FlavorName and
136
-
FlavorID are not defined.
137
+
description: |-
138
+
NOT IMPLEMENTED ONLY FlavorID is supported.
139
+
FlavorSearch is a search string to find the flavor used for requesting virtual machines.
140
+
Search will be performed in metadata of the flavors.
141
+
FlavorSearch is only used if FlavorName and FlavorID are not defined.
137
142
type: string
138
143
type: object
139
144
floatingNetID:
140
-
description: 'Deprecated: use defaultNetwork instead FloatingNetID
141
-
defines a openstack ID for the floatingNet.'
145
+
description: |-
146
+
Deprecated: use defaultNetwork instead
147
+
FloatingNetID defines a openstack ID for the floatingNet.
142
148
type: string
143
149
image:
144
150
description: Image defines openstack image for the LoadBalancer.
@@ -157,26 +163,28 @@ spec:
157
163
machines.
158
164
type: string
159
165
imageName:
160
-
description: NOT IMPLEMENTED ONLY ImageID is supported. ImageName
161
-
is the name of the image used for requesting virtual machines.
166
+
description: |-
167
+
NOT IMPLEMENTED ONLY ImageID is supported.
168
+
ImageName is the name of the image used for requesting virtual machines.
162
169
ImageName is only used if ImageID is not defined.
163
170
type: string
164
171
imageSearch:
165
-
description: NOT IMPLEMENTED ONLY ImageID is supported. ImageSearch
166
-
is a search string to find the image used for requesting
167
-
virtual machines. Search will be performed in metadata of
168
-
the images. ImageSearch is only used if ImageName and ImageID
169
-
are not defined.
172
+
description: |-
173
+
NOT IMPLEMENTED ONLY ImageID is supported.
174
+
ImageSearch is a search string to find the image used for requesting virtual machines.
175
+
Search will be performed in metadata of the images.
176
+
ImageSearch is only used if ImageName and ImageID are not defined.
170
177
type: string
171
178
type: object
172
179
networkID:
173
-
description: 'Deprecated: use defaultNetwork instead NetworkID
174
-
defines a openstack ID for the network.'
180
+
description: |-
181
+
Deprecated: use defaultNetwork instead
182
+
NetworkID defines a openstack ID for the network.
175
183
type: string
176
184
projectID:
177
-
description: ProjectID defines an openstack project ID which will
178
-
be used instead of the project from the secret ref. If not set
179
-
the project from the secret ref will be used.
185
+
description: |-
186
+
ProjectID defines an openstack project ID which will be used instead of the project from the secret ref.
187
+
If not set the project from the secret ref will be used.
180
188
type: string
181
189
required:
182
190
- authSecretRef
@@ -292,8 +300,9 @@ spec:
292
300
type: object
293
301
type: array
294
302
portID:
295
-
description: 'Deprecated: use defaultPortID instead PortID contains
296
-
the openstack port ID for a LoadBalancerMachine.'
303
+
description: |-
304
+
Deprecated: use defaultPortID instead
305
+
PortID contains the openstack port ID for a LoadBalancerMachine.
297
306
type: string
298
307
roleBindingName:
299
308
description: RoleBindingName contains the namespacedName from the
0 commit comments