Skip to content

Cluster port: expose 0.0.0.0 #347

Open
@vsoch

Description

@vsoch

Paired with #346, and as a follow up - we're thinking about the case of deploying Usernetes on a VM (on AWS) and then exposing the control plane to be connected to externally from other nodes that aren't a part of the cluster. My first thought was to test adding 0.0.0.0 here in the kubeadm-config.yaml:

  certSANs:
    - localhost
    - 127.0.0.1
    - "${U7S_NODE_NAME}"
    - "${U7S_HOST_IP}"

And then trying to bring up a vanilla node somewhere else that issues the same join command, but perhaps outside of docker. Has anyone done this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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