Skip to content

Commit 3105cbe

Browse files
authored
Merge pull request kubernetes#4588 from sohankunkerkar/fix-kep-3983
KEP-3983: update the beta requirements
2 parents 1b4db72 + d1634da commit 3105cbe

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/3983-drop-in-configuration

1 file changed

+1
-1
lines changed

keps/sig-node/3983-drop-in-configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Add ability to support drop-in configuration directory.
202202
#### Beta
203203

204204
Add ability to augment the feature's capabilities with a focus on robustness and testing, which includes:
205-
- Implement the capability to query the kubelet's full effective configuration via API, covering both standard mode and standalone kubelet mode. Thoroughly test this functionality, ensuring accurate reporting of kubelet.conf.d directory and contents in the configz endpoint.
205+
- Ensure the correct kubelet configuration is displayed when queried using the `kubectl get --raw "/api/v1/nodes/{node-name}/proxy/configz"` command, particularly verifying the contents of the kubelet.conf.d directory.
206206
- Remove the environment variable `KUBELET_CONFIG_DROPIN_DIR_ALPHA`, introduced during the Alpha phase, to streamline the user experience by simplifying configuration management.
207207
- Keep the feature disabled by default in the Beta phase. Explicit opt-in activation is required to enable the feature.
208208
- Provide official guidance on the Kubernetes website for merging lists and structures in the kubelet configuration file, including documentation for the `/configz` endpoint.

0 commit comments

Comments
 (0)