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
StartupTaints are taints that are applied to nodes upon startup which are expected to be removed automatically
204
+
startupTaints are taints that are applied to nodes upon startup which are expected to be removed automatically
204
205
within a short period of time, typically by a DaemonSet that tolerates the taint. These are commonly used by
205
206
daemonsets to allow initialization and enforce startup ordering. StartupTaints are ignored for provisioning
206
207
purposes in that pods are not required to tolerate a StartupTaint in order to have nodes provisioned for them.
@@ -237,8 +238,9 @@ spec:
237
238
- key
238
239
type: object
239
240
type: array
241
+
x-kubernetes-list-type: atomic
240
242
taints:
241
-
description: Taints will be applied to the NodeClaim's node.
243
+
description: taints will be applied to the NodeClaim's node.
242
244
items:
243
245
description: |-
244
246
The node this Taint is attached to has the "effect" on
@@ -272,6 +274,7 @@ spec:
272
274
- key
273
275
type: object
274
276
type: array
277
+
x-kubernetes-list-type: atomic
275
278
terminationGracePeriod:
276
279
description: |-
277
280
TerminationGracePeriod is the maximum duration the controller will wait before forcefully deleting the pods on a node, measured from when deletion is first initiated.
@@ -370,6 +373,9 @@ spec:
370
373
- type
371
374
type: object
372
375
type: array
376
+
x-kubernetes-list-map-keys:
377
+
- type
378
+
x-kubernetes-list-type: map
373
379
imageID:
374
380
description: ImageID is an identifier for the image that runs on the node
StartupTaints are taints that are applied to nodes upon startup which are expected to be removed automatically
352
+
startupTaints are taints that are applied to nodes upon startup which are expected to be removed automatically
348
353
within a short period of time, typically by a DaemonSet that tolerates the taint. These are commonly used by
349
354
daemonsets to allow initialization and enforce startup ordering. StartupTaints are ignored for provisioning
350
355
purposes in that pods are not required to tolerate a StartupTaint in order to have nodes provisioned for them.
@@ -381,8 +386,9 @@ spec:
381
386
- key
382
387
type: object
383
388
type: array
389
+
x-kubernetes-list-type: atomic
384
390
taints:
385
-
description: Taints will be applied to the NodeClaim's node.
391
+
description: taints will be applied to the NodeClaim's node.
386
392
items:
387
393
description: |-
388
394
The node this Taint is attached to has the "effect" on
@@ -416,6 +422,7 @@ spec:
416
422
- key
417
423
type: object
418
424
type: array
425
+
x-kubernetes-list-type: atomic
419
426
terminationGracePeriod:
420
427
description: |-
421
428
TerminationGracePeriod is the maximum duration the controller will wait before forcefully deleting the pods on a node, measured from when deletion is first initiated.
@@ -520,6 +527,9 @@ spec:
520
527
- type
521
528
type: object
522
529
type: array
530
+
x-kubernetes-list-map-keys:
531
+
- type
532
+
x-kubernetes-list-type: map
523
533
nodeClassObservedGeneration:
524
534
description: |-
525
535
NodeClassObservedGeneration represents the observed nodeClass generation for referenced nodeClass. If this does not match
As the OCI Helm chart is signed by [Cosign](https://github.com/sigstore/cosign) as part of the release process you can verify the chart before installing it by running the following command.
0 commit comments