Installing Clusternet on k3s

How is the installation different on k3s

Installing Clusternet in a K3S cluster requires some additional configurations.

Set anonymous-auth to false

  • If installed via Helm, you need to set anonymousAuthSupported to false in the value files for clusternet-controller-manager Chart.
  • If manually installing clusternet, you need to set command line argument --anonymous-auth=false for clusternet-controller-manager.

Create Serviceaccount Token

  • kubectl apply -f https://raw.githubusercontent.com/clusternet/clusternet/main/manifests/samples/cluster_serviceaccount_token.yaml

Last modified July 11, 2023: add k3s installation guide (#91) (1d8ec28)