Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init command is using the read-only port, which is now deprecated #804

Closed
woopstar opened this issue May 11, 2018 · 1 comment
Closed

init command is using the read-only port, which is now deprecated #804

woopstar opened this issue May 11, 2018 · 1 comment

Comments

@woopstar
Copy link
Member

Choose one: BUG REPORT

Versions

kubeadm version (use kubeadm version): 1.10

Environment:

  • Kubernetes version (use kubectl version): 1.10.2

What happened?

Kubeadm init uses the deprecated read-only port on kubelets. The health endpoint for the kubelet-check is hardcoded to localhost:10255

See more at: https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/cmd/init.go#L580

What you expected to happen?

Use the https protocol. Please take care if the anonymous auth is disabled too.

@woopstar
Copy link
Member Author

Duplicate of #732

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant