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
The docs should recommend deploying a HelmChart resource with the correct options, instead of telling people to create a values file and then run helm repo add / helm install. There's no reason to have people do that by hand when we have a resource for this.
The Whereabouts docs do not work out of the box because whereabouts will not look under /var/lib/rancher/k3s/agent/etc/cni/net.d/whereabouts.d for config. There are two ways to fix this; either one will work:
1.ln -s /var/lib/rancher/k3s/agent/etc/cni /etc/ on every node in the cluster
2. Reference the correct paths in the NetworkAttachmentDefinition configuration_path and kubeconfig:
Refs:
helm repo add
/helm install
. There's no reason to have people do that by hand when we have a resource for this./var/lib/rancher/k3s/agent/etc/cni/net.d/whereabouts.d
for config. There are two ways to fix this; either one will work:1.
ln -s /var/lib/rancher/k3s/agent/etc/cni /etc/
on every node in the cluster2. Reference the correct paths in the NetworkAttachmentDefinition
configuration_path
andkubeconfig
:The text was updated successfully, but these errors were encountered: