Update UserNamespaceSupport feature gate name
Kubernetes-commit: a56378d9fcb936a52a98e7ddbf1c3749db5d4b20
This commit is contained in:
parent
c57578d1f5
commit
138f347175
|
@ -923,7 +923,7 @@ type KubeletConfiguration struct {
|
||||||
FailCgroupV1 *bool `json:"failCgroupV1,omitempty"`
|
FailCgroupV1 *bool `json:"failCgroupV1,omitempty"`
|
||||||
|
|
||||||
// UserNamespaces contains User Namespace configurations.
|
// UserNamespaces contains User Namespace configurations.
|
||||||
// +featureGate=UserNamespaceSupport
|
// +featureGate=UserNamespacesSupport
|
||||||
// +optional
|
// +optional
|
||||||
UserNamespaces *UserNamespaces `json:"userNamespaces,omitempty"`
|
UserNamespaces *UserNamespaces `json:"userNamespaces,omitempty"`
|
||||||
}
|
}
|
||||||
|
@ -1131,7 +1131,7 @@ type UserNamespaces struct {
|
||||||
// Changing the value may require recreating all containers on the node.
|
// Changing the value may require recreating all containers on the node.
|
||||||
//
|
//
|
||||||
// Default: 65536
|
// Default: 65536
|
||||||
// +featureGate=UserNamespaceSupport
|
// +featureGate=UserNamespacesSupport
|
||||||
// +optional
|
// +optional
|
||||||
IDsPerPod *int64 `json:"idsPerPod,omitempty"`
|
IDsPerPod *int64 `json:"idsPerPod,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue