Skip to content

Commit d1634da

Browse files
KEP-3983: update the beta requirements
We already have a method to query the Kubelet's full effective configuration, so there's no need to implement that API. We can simply use this query: kubectl get --raw "/api/v1/nodes/192.168.1.16/proxy/configz"
1 parent 603a1f1 commit d1634da

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)