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

Fedora Atomic Kubernetes install steps, missing internal SSL IP #471

Open
kallisti5 opened this issue Sep 11, 2017 · 0 comments
Open

Fedora Atomic Kubernetes install steps, missing internal SSL IP #471

kallisti5 opened this issue Sep 11, 2017 · 0 comments

Comments

@kallisti5
Copy link

http://www.projectatomic.io/docs/gettingstarted/

There is an IP missing in the EasySSL steps. In addition to the MASTER_IP, you need to add 10.254.0.1 to the list to ensure applications run in containers (such as the Kubernetes dashboard) can access the API Server.

./easyrsa --subject-alt-name="IP:${MASTER_IP}" build-server-full server nopass

should be:

./easyrsa --subject-alt-name="IP:${MASTER_IP},IP:10.254.0.1" build-server-full server nopass

That change results in the ability to deploy the Kubernetes dashboard via:
kubectl create -f https://git.io/kube-dashboard

Without this change, you get complaints from Kubernetes dashboard about "server certificate only for (MASTER_IP here)

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