deploy chi@edge v2 #222
Unanswered
samiemostafavi
asked this question in
Site Deployment and Ops Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Regarding Edge v2 implementation, you specify the following:
Run a full deploy with enable_k3s set to false.
Set enable_k3s to true.
Run cc-ansible --playbook ./playbooks/k3s.yaml
Run cc-ansible deploy again.
However in my case the third step
cc-ansible --playbook ./playbooks/k3s.yaml
is not successfull.I am getting an error indicating that Kubernetes is not installed.
"TASK [k3s : Apply Calico operator]"
...
"Failed to import the required Python library (kubernetes) on client's Python /etc/ansible/venv/bin/python"
Is there any thing that I am missing?
Best,
Samie
Beta Was this translation helpful? Give feedback.
All reactions