-
Need to change the relative dir in
terraform_init.sh -> terraform -chdir=../../contrib/terraform/openstack init
terraform_apply.sh -> terraform -chdir=../../contrib/terraform/openstack apply -aut…
-
### 标题
Kubernetes Tips: HA Cluster With Kubespray
### 作者
Luc Juggery
### 来源
Medium
### 原文链接
https://medium.com/better-programming/kubernetes-tips-ha-cluster-with-kubespray-69e5bb2fa444
…
yJunS updated
3 years ago
-
Kubespray already comes with a handful of configuration options as well as ability to customize configmaps as defined here:
https://github.com/kubernetes-incubator/kubespray/blob/f086b6824efc6fbc26df…
-
run:
```
ansible-playbook -i inventory/local/inventory.ini --become --become-user=root cluster.yml
```
output:
```
TASK [kubernetes/preinstall : Hosts | create list from inventory] *************…
-
We currently don't deploy Netchecker (which is optional in Kubespray). We should consider doing this, though, and integrate it with Prometheus (both capturing metrics as well as having some alert rule…
-
The last version of Kubespray has support for MetalLB, which is a Kubernetes service which can provide a load-balancing service without relying on cloud providers.
This would allow the deployment t…
-
Hello, I am a developer from China, tying to deploy pai v1.8.0 in a private cloud,
enviroment: Ubuntu16.04 + OpenPAI v1.8.0
As you can see, i tried to use [https://openpai.readthedocs.io/zh_CN…
-
### What happened?
I have 2 workers ipv4 and ipv6, 3 etcd ipv6 only and 2 control-plane ipv6-only in inventory config.
The playbook runs smoothly till runc Download always failing for ipv6-only no…
-
I was reading through the whole kubespray and noticed this inconsistency: other container runtimes can potentially be used, but forceful deletion is only implemented for docker.
https://github.com/…
-
**$ kubespray --version**
kubespray 0.5.2
**$ kubespray openstack --floating_ip --nodes 3**
**$ openstack image list | grep core-os**
| 5bb1bd3e-2ba8-4787-bae6-80ba8c7b7cff | core-os-latest …