Disable IPV6 On Airctl Management Cluster

Problem

ETCD fails to start as it looks for IPV6, while the underlying node has IPV6 disabled.

  • ETCD fails with the below errors
ETCD error logs
Copy

Environment

  • Platform9 Edge Cloud - 5.6.7 and higher.

Cause

  • IPV6 is disabled on the underlying nodes but the management cluster still points to the IPV6 address.

Procedure

To disable IPV6 on the management cluster1, we need to delete the management cluster, disable IPV6 and recreate the cluster again.

  1. Delete the management cluster using $ airctl advanced-ddu delete-mgmt .
  2. Disable IPV6 by adding **ipv6: false** value in _clusterSpec.yml_ located at _/root_
  3. Recreate the management cluster using $ airctl advanced-ddu create-mgmt this should take latest _clusterSpec.yml_ which has IPV6 disabled.
  4. Verify if IPV6 address for ETCD is not reflected at "_/etc/pf9/nodelet/config_sunpike.yaml_" .
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard