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
Installation of IPv6 only kURL cluster requires modifying the ClusterConfiguration and InitConfiguration during installation.
Reproduction Steps
Create a new Kubernetes (kURL) installer (spec below): NOTE: Combination of add-ons that fail to deploy or function with IPv6 (see Additional Information)
Description
Installation of IPv6 only kURL cluster requires modifying the
ClusterConfiguration
andInitConfiguration
during installation.Reproduction Steps
NOTE: Combination of add-ons that fail to deploy or function with IPv6 (see Additional Information)
NOTE: Air Gap - transfer kURL air gap bundle to instance and un-package tar file
kubeadm init \
that is uncommentedpause 'Press [Enter] key to continue...
)'function init()
add the below pause functionsudo bash {Your_installer_script}.sh
and wait for pausekubeadm.conf
file to modify.controllerManager
extraArgs
need to be added. Example below:Expected Behavior
IPv6 support should be provided without manual modification of
ClusterConfiguration
andInitConfiguration
during installation.Additional Information
Node Spec:
Non running IPv6 kURL spec(s) with add-ons
Halts on minio
apiVersion: cluster.kurl.sh/v1beta1 kind: Installer metadata: name: "" spec: containerd: version: latest kotsadm: version: latest kubernetes: version: 1.21.5 longhorn: version: latest antrea: version: latest minio: version: latest
Halts on kotsadm
Halts on registry
The text was updated successfully, but these errors were encountered: