-
Hello,
In my company, we wrote a small k8s installer based on Terraform and Ansible.
I would like to use kubespray instead of it, so I need to add some feature to kubespray and kubespray-cli.
The f…
-
when i run this command `sudo kubespray prepare --nodes node1[ansible_ssh_host=192.168.33.111] node2[ansible_ssh_host=192.168.33.112] node3[ansible_ssh_host=192.168.33.113] [--etcds N+] [--masters N+…
-
## Description
Setup the other 5 PCs as a kubecluster with kubespray
## Tasks
- Move PCs under the other table and connect to correct ports (admin email)
- Install Ubuntu everywhere
- Deploy ku…
Askir updated
5 years ago
-
### What happened?
etcd:
```
fatal: [k8s-m01]: FAILED! => {"changed": false, "cmd": "/usr/local/bin/etcd --version", "msg": "[Errno 2] No such file or directory: b'/usr/local/bin/etcd'", "rc": 2, "…
-
### What happened?
This is a continuation of #10313.
When `roles/kubespray-defaults/tasks/fallback_ips.yml` runs on a inventory with an unreachable host, it'll exit the entire play after the `se…
-
When using [the kubespray terraform module](https://github.com/kubernetes-incubator/kubespray/blob/master/contrib/terraform/), I have a `clouds.yaml` file set like the following (with values removed) …
-
## Expected Behavior
calico-node running successfully
## Current Behavior
calico-node initContainer `flexvol-driver` could not be started and no container log to help debug.
I cr…
-
I think the kubespray merge from issue-157 re-introduced this issue that was fixed last year by Sachin
-
TASK [download : Add kuboard-spray extra downloads] ****************************
task path: /data/resource/spray-v2.18.0a-2_k8s-v1.23.3_v1.6-amd64/content/3rd/kubespray/roles/download/tasks/main.yml:…
-
currently, we are using kubespray for deployment of kubernetes
cons of using this are:
* kubespray is maintained by different teams (if we face any issue we need to wait for the new release)
* kube…