You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I0822 10:43:21.602530 42333 joinconfiguration.go:83] loading configuration from "gen-join-kw1.yml"
could not interpret GroupVersionKind; unmarshal error: error converting YAML to JSON: yaml: line 9: did not find expected key
but if I change apiServerEndpoint parameter to fqdn:6443, it passes through this step. At the same time, the following CLI command (using the same syntax [IPv6]:port) do not produce error messages:
What keywords did you search in kubeadm issues before filing this one?
apiServerEndpoint, IPv6
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
kubeadm version: 1.31.0
Environment:
uname -a
): 6.8.0.41What happened?
When joining cluster with custom YAML file, the following configuration (specifically - apiServerEndpoint) fails:
with the message
but if I change apiServerEndpoint parameter to fqdn:6443, it passes through this step. At the same time, the following CLI command (using the same syntax [IPv6]:port) do not produce error messages:
and, using the same notation for controlPlaneEndpoint in ClusterConfiguration during
kubeadm init
:passed successfully.
What you expected to happen?
I'm expecting that using notation [IPv6]:port should not produce errors, if this notation works in CLI and in other configurations of kubeadm.
How to reproduce it (as minimally and precisely as possible)?
Try to initialize single controller and join single worker in IPv6-based environment, using IP addresses instead of FQDNs.
Anything else we need to know?
I like Kubernetes :-)
The text was updated successfully, but these errors were encountered: