- Check for any warnings or errors in the output of the health checks that Telemetry Pipeline ran on your behalf.
- Confirm that you’ve met the networking and OS requirements for Telemetry Pipeline.
- Confirm that you’ve met the K3s requirements.
-
Run the following command to disable FIPS mode, and then reboot:
-
Run the following command to disable your firewall:
- RHEL
- Ubuntu
- Verify that SELinux is either disabled or in permissive (not enforcing) mode.
-
For Red Hat Enterprise Linux only, verify that your cryptographic policy is set to
either
defaultorlegacy. -
For Red Hat Enterprise Linux only, run the following command to disable
nm-cloud-setup, then reboot the node: -
Examine the following K3s network ranges to ensure they aren’t conflicting
with your network settings:
- Pods are allocated in the CIDR range
10.42.0.0/16. Use theINSTALL_CALYPTIA_CLUSTER_CIDRenvironment variable to override. - Services are allocated in the CIDR range
10.43.0.0/16. Use theINSTALL_CALYPTIA_SERVICE_CIDRenvironment variable to override. - Cluster DNS is set to
10.43.0.10. Use theINSTALL_CALYPTIA_CLUSTER_DNSenvironment variable to override. - The cluster domain suffix is set to
cluster.local. Use theINSTALL_CALYPTIA_CLUSTER_DOMAINenvironment variable to override. - Node ports are allocated in the range
30000to32767. Use theINSTALL_CALYPTIA_SERVICE_NODE_PORT_RANGEenvironment variable to override during installation.
- Pods are allocated in the CIDR range
-
Examine your local
/etc/resolv.confconfiguration to ensure it isn’t using a DNS server or specifying any override that might conflict with K3s.