Skip to content

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

@kallisti5

Description

@kallisti5

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions