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
I have been trying to install autopilot in a K3S environment using the command "helm upgrade autopilot autopilot/autopilot --install --namespace=autopilot --create-namespace". I get the following output:
Release "autopilot" does not exist. Installing it now.
NAME: autopilot
LAST DEPLOYED: Wed Nov 13 14:59:31 2024
NAMESPACE: autopilot
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Autopilot DaemonSet deployed.
However, when I try "kubectl get pods -n autopilot" I get No resources found in autopilot namespace.
I am using the default config file. Can anyone guide me as to why no controllers are showing up?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I have been trying to install autopilot in a K3S environment using the command "helm upgrade autopilot autopilot/autopilot --install --namespace=autopilot --create-namespace". I get the following output:
However, when I try "kubectl get pods -n autopilot" I get
No resources found in autopilot namespace.
I am using the default config file. Can anyone guide me as to why no controllers are showing up?
Thank you.
The text was updated successfully, but these errors were encountered: