kind get kubeconfig --internal
no longer produce a kubeconfig with internal server ipaddress
#1916
Labels
kind/bug
Categorizes issue or PR as related to a bug.
What happened:
In
kind v0.7.0
, I can create a cluster and get the kubeconfig with the--internal
flag and produce a kubeconfig with a server field that is pingable. ie:server: https://172.17.0.2:6443
In later version
kind v0.8.0
andkind v0.9.0
, the kubeconfig that--internal
flag produces contains a hostname that is not pingable locally. ie:server: https://kind-control-plane:6443
What you expected to happen:
I expect it behaves like the
v0.7.0
version where the server field contains a valid ip.How to reproduce it (as minimally and precisely as possible):
kind create cluster
Environment:
kind version
):kubectl version
):docker info
):/etc/os-release
):The text was updated successfully, but these errors were encountered: