Merge pull request #112643 from SergeyKanzhelev/removeDynamicKubeletConfig
remove DynamicKubeletConfig feature gate from the code
This commit is contained in:
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -6322,7 +6322,7 @@
|
||||
"properties": {
|
||||
"configSource": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.NodeConfigSource",
|
||||
"description": "Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed from Kubelets as of 1.24 and will be fully removed in 1.26."
|
||||
"description": "Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed."
|
||||
},
|
||||
"externalID": {
|
||||
"description": "Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966",
|
||||
|
@@ -3594,7 +3594,7 @@
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.NodeConfigSource"
|
||||
}
|
||||
],
|
||||
"description": "Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed from Kubelets as of 1.24 and will be fully removed in 1.26."
|
||||
"description": "Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed."
|
||||
},
|
||||
"externalID": {
|
||||
"description": "Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966",
|
||||
|
Reference in New Issue
Block a user