Gon
Gon
https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-CredentialProvider Target: apiVersion AS-IS: ``` CredentialProviderResponse MUST use the same encoding version as the input. Current supported values are: credentialprovider.kubelet.k8s.io/v1beta1 ``` TO-BE: ``` CredentialProviderResponse MUST use the same encoding version...
### Description **How can the docs be improved?** If the Bottlerocket userdata is configured as follows, node fails to join the cluster. ```toml [settings.autoscaling] should-wait = true ``` It would...