kubernetes-sigs/cluster-api-provider-vsphere

Set InternalIP machine status.addresses

Open

#947 opened on Jul 1, 2020

View on GitHub
 (11 comments) (1 reaction) (0 assignees)Go (320 forks)auto 404
help wantedkind/buglifecycle/frozenpriority/important-soon

Repository metrics

Stars
 (417 stars)
PR merge metrics
 (PR metrics pending)

Description

/kind feature

Describe the solution you'd like Almost always a VM will have an address internal to the datacenter. In the case where we don't know if an address is external or internal to the datacenter, we should assume it is internal and set the type as InternalIP. Today we always set it as an ExternalIP

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api-provider-vsphere version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

Contributor guide