-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k3s playbook not working #225
Comments
Hey, I probably missed a step when putting this together, good notes on fixing the "with_first_found" issue. You should be able to get unstuck by running: |
I tried that but then in
I think something is wrong with the ansible env. |
The branch in the linked PR should get you further. |
Thanks for the effort, however it is unable to create Neutron network due to an authentication issue:
|
Hi, After cleaning the prior state, I gave this PR another try. It goes way furthur but stops at the following task:
Any idea? |
The installation of calico can take a while, and may have encountered some errors? Take a look at the calico debugging guide. https://projectcalico.docs.tigera.io/maintenance/troubleshoot/commands |
Hey, It seems calico installation fails. Here is the logs that I could collect:
I cannot really see whats going on. But I was suspicious to the dns pod which is not in READY state. Also I changed cluster CIDR since it had conflict with my SSH ip subnet. Can you tell what is wrong? Best, |
Hi, I could resolve the issues and now all the pads are running healthy:
I added a worker node as you can see with However in Horizon when I choose a container from Dockerhub to create e.g. ubuntu:latest, the container ends up in ERROR state and the reason is Could you vlarify how to proceed when the k3s cluster and zun_compute_k8s are healthy? Best, |
Great! What was the issue with the cluster health? To get a container launched, we're still working on the blazar integration. You can either deploy with
Once we get the steps in place to add your worker nodes to blazar, the "allow_without_reservation" flag changes the behavior of the BlazarFilter scheduler for Zun |
Well, there is a set of steps that I had to take until it got clean. I have documented them here: https://kth-expeca.gitbook.io/testbedconfig/deployment/chi/controller-k3s Apart from that, I added the new scheduler config but no luck. I dived deeper into zun logs and I got this:
It seems that zun is looking for Best, |
Hi, Finally it worked. The problem was the fact that I enable nova and automatically
Then I did another Thanks a lot for your help! |
We really need this feature. If there is any clue on where to start, I can give it a try. |
take a look at the source here: https://github.com/ChameleonCloud/doni/blob/chameleoncloud/xena/doni/driver/worker/blazar/device.py Using our fork of the blazar client, https://chameleoncloud.readthedocs.io/en/latest/technical/cli.html#openstack-client-installation you should be able to run |
Hi, I would like to connect the k3s containers to the public network and assign floating ips to them. I realized that k3s playbook creates a
Are these supposed to be internal_vip_addresses? How can I change them so it works for my case? Best, |
Hi,
I am trying to run chi-in-a-box on Ubuntu server 20.0.4.
I have only one controller node and I run
cc-ansible
locally. I use the followingsite-config/default.yml
file (on the first round):As you mention in
Edge v2 implementation
PR, I have to:In the first step I get an error:
Since it is the first round, I make ansible ignore this error and I continue (by explicitly mentioning
ignore_errors: yes
for this task).Then I set
enable_k3s: yes
in thesite-config/default.yml
and runcc-ansible --playbook ./playbooks/k3s.yaml
.I get an error indicating that Kubernetes is not installed.
Is there any thing that I am missing?
Best,
Samie
The text was updated successfully, but these errors were encountered: