amwork2010
amwork2010
I use SHC 4.0.3 in docker (centos:7, debian:buster-slim, ubuntu:16.04), for example: docker pull centos:7 docker run -it centos:7 bash [root@3f12d91619c6 ~]# yum install make gcc [root@3f12d91619c6 ~]# ./configure && make...
[root@cephclient ~]# ceph version ceph version 14.2.2 (4f8fa0a0024755aae7d95567c63f11d6862d55be) nautilus (stable) [root@cephclient ~]# rexray version REX-Ray ------- Binary: /usr/bin/rexray Flavor: client+agent+controller SemVer: 0.11.4 OsArch: Linux-x86_64 Commit: e7414eaa971b27977d2283f2882825393493179d Formed: Wed, 16 Jan...
CentOS Linux release 7.6.1810 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 wget https://github.com/contiv/install/releases/download/1.2.0/contiv-1.2.0.tgz tar zxvf contiv-1.2.0.tgz cd contiv-1.2.0/ ./install/k8s/install.sh -n 192.168.55.31 ...... contiv netmaster is not ready !!...
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 netplugin/install/k8s/contiv ./contiv-compose use-release --k8s-api https://192.168.55.31:6443 -v $(cat ../../../version/CURRENT_VERSION) ./contiv-base.yaml > ./contiv.yaml kubectl apply -f contiv.yaml # kubectl...