You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by kubeadm's default behaviour. But I think it would be better not to default the configurations on kubeadm side (even if it will be deprecated in the future), otherwise, it will break users' expectation.
The text was updated successfully, but these errors were encountered:
What keywords did you search in kubeadm issues before filing this one?
kubelet, configuration, default
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
kubeadm version (use
kubeadm version
): v1.14Environment:
kubectl version
): v1.14uname -a
):What happened?
It is unable to customize
readOnlyPort
viakubeadm init phase upload-config kubelet --config kubeadm.yaml
.What you expected to happen?
readOnlyPort
should be customizable viakubeadm init phase upload-config
.How to reproduce it (as minimally and precisely as possible)?
kubeadm init phase upload-config kubelet --config kubeadm.yaml
Anything else we need to know?
This is caused by kubeadm's default behaviour. But I think it would be better not to default the configurations on kubeadm side (even if it will be deprecated in the future), otherwise, it will break users' expectation.
The text was updated successfully, but these errors were encountered: