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
// UserData to be applied to the provisioned nodes.
57
+
// It must be in the appropriate format based on the ImageFamily in use. Karpenter will merge certain fields into
58
+
// this UserData to ensure nodes are being provisioned with the correct configuration.
59
+
// +optional
60
+
UserData*string`json:"userData,omitempty"`
56
61
// KubeletConfiguration defines args to be used when configuring kubelet on provisioned nodes.
57
62
// They are a subset of the upstream types, recognizing not all options may be supported.
58
63
// Wherever possible, the types and names should reflect the upstream kubelet types.
@@ -61,6 +66,9 @@ type ECSNodeClassSpec struct {
61
66
// +kubebuilder:validation:XValidation:message="evictionSoftGracePeriod OwnerKey does not have a matching evictionSoft",rule="has(self.evictionSoftGracePeriod) ? self.evictionSoftGracePeriod.all(e, (e in self.evictionSoft)):true"
0 commit comments