-
on 1.0.3 build:
sudo ./install/k8s/install.sh -n $CONTIV_MASTER
It fails at this stage
```
sudo ./install/k8s/install.sh -n 172.29.174.19
Installing Contiv for Kubernetes
secret "aci.key" c…
-
https://github.com/contiv/install/blob/6a0bea78dcb0cfc55004f53034df4e86c515d6f0/install/k8s/install.sh#L202
start etcd before netplugin/netmaster
```
cat $contiv_yaml_template >>$contiv_yaml
if …
-
hi.. i'm trying to set up the net & volplugin on bare-metal using contiv-cluster.
is it possible to deploy all services of contiv?? (like ceph, volplugin, contiv_storage which is commented in site.ym…
-
Currently there are many options to netplugin & netmaster.
See
https://github.com/contiv/netplugin/blob/master/netplugin/netd.go
https://github.com/contiv/netplugin/blob/master/netmaster/main.go
…
-
docker 18.09
kubeadm 1.13
kubeadm init --kubernetes-version=v1.13.0 --pod-network-cidr=10.10.0.0/16 --apiserver-advertise-address=192.168.55.31
git clone https://github.com/contiv/netplugin
cd n…
-
When I exectued the follow command that uninstall the contiv,
`./install/ansible/uninstall_swarm.sh -f cfg.yml -e -u -p`
It's fine.
But reinstall the contiv, the error was occur,
`TASK [contiv_n…
-
## Description
v2Plugin installation failures seen multiple times on 2 different setups.
There are different error messages for the failure for Contiv master and Contiv worker nodes.
#### Expect…
-
Everything was working fine but when i rebooted the master, contiv did not come up.
**contiv version:** 1.0.3
**k8s version:**
[hemakuma@K8S-1 ~]$ kc version
Client Version: version.Info{Major…
-
I try to install contiv 1.2.0 on kubeadm 1.10 with only one node, contiv-etcd is CrashLoopBackOff, because etcd proxy has already bind 127.0.0.1:6666. So I delete ds contiv-etcd-proxy, then contiv cre…
-
Using contiv 1.1.9, the install/k8s/install.sh script attempts to extract netctl from the contiv/netplugin:1.1.9 Docker image: https://github.com/contiv/install/blob/master/install/k8s/install.sh#L307…