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
When kubeadm init creates the apiserver manifest, it adds the flag --proxy-client-cert-file. This makes the apiserver exit immediately, printing its CLI usage info after this error message:
unknown flag: --proxy-client-cert-file
What you expected to happen?
I expected kubeadm init --kubernetes-version latest to bring up a functional control plane and exit successfully.
How to reproduce it (as minimally and precisely as possible)?
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
kubeadm version (use
kubeadm version
):kubeadm version: version.Info{Major:"", Minor:"", GitVersion:"v0.0.0-master+$Format:%h$", GitCommit:"$Format:%H$", GitTreeState:"not a git tree", BuildDate:"1970-01-01T00:00:00Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"}
(The reason the version/date are empty is because this was using the bazel-built .debs as part of the CI e2e jobs)
Environment:
kubectl version
):Client Version: version.Info{Major:"", Minor:"", GitVersion:"v0.0.0-master+$Format:%h$", GitCommit:"$Format:%H$", GitTreeState:"not a git tree", BuildDate:"1970-01-01T00:00:00Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"}
GCE
NAME="Ubuntu"
VERSION="16.04 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
UBUNTU_CODENAME=xenial
uname -a
):Linux e2e-kubeadm-849-master 4.4.0-21-generic discuss the meaning of kubeadm init --api-advertise-addresses #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
What happened?
When
kubeadm init
creates the apiserver manifest, it adds the flag--proxy-client-cert-file
. This makes the apiserver exit immediately, printing its CLI usage info after this error message:What you expected to happen?
I expected
kubeadm init --kubernetes-version latest
to bring up a functional control plane and exit successfully.How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
This is causing the
master
kubeadm e2es to time out, since the control plane never comes up:https://k8s-testgrid.appspot.com/google-gce#gce-kubeadm
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-kubeadm-gce/845
The text was updated successfully, but these errors were encountered: