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
# uname -a
Linux 8bc81f5a-d92a-428f-b71c-0f31b3ce958f.pub.cloud.scaleway.com 4.9.20-std-1 #1 SMP Wed Apr 5 15:38:34 UTC 2017 armv7l armv7l armv7l GNU/Linux
What happened?
kubeadm install fails because it doenst have the Initializers admission-control... once I remove just that entry the install finishes just fine... on nodes I dont have a problem.
unfortunately, I can't reset my cluster to scratch right now, but a quick try running kubeadm (to create master node) for arm on a test node shows that it now successfully finishes installs and kublet service can be started. Also, control panel components are available for the beta.2 version.
Is this a BUG REPORT or FEATURE REQUEST?
Choose one: BUG REPORT
Versions
kubeadm version
kubeadm version: &version.Info{Major:"1", Minor:"7+", GitVersion:"v1.7.0-beta.1", GitCommit:"dfaba882698e26a47fb769be45fe5c048a9fe4ad", GitTreeState:"clean", BuildDate:"2017-06-08T01:43:08Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/arm"}
Environment:
Cloud provider or hardware configuration:
armhf C1 baremetal instances on scaleway.com
OS (e.g. from /etc/os-release):
uname -a
):What happened?
kubeadm install fails because it doenst have the Initializers admission-control... once I remove just that entry the install finishes just fine... on nodes I dont have a problem.
I run kubeadm like:
note: alpha.2 because the beta containers where not available in gcr.io..
Maybe Initilaizers shoudl not be added for this setup? Let me know if you need more info or if i can test something for you.
Thanks for the great work!
The text was updated successfully, but these errors were encountered: