Update cluster-deploy

This commit is contained in:
Torma Kristóf 2019-03-11 16:56:20 +01:00 committed by GitHub
parent 5ec4f1e62c
commit db4d5ba123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ TOKEN=$(kubeadm token list | tail -n 1 | cut -d ' ' -f 1)
HASH=sha256:$(openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outform der 2>/dev/null | openssl dgst -sha256 -hex | sed 's/^.* //')
#FIXME Do I need local docker-registry?
./deploy/docker_registry_setup.sh $IP:5000
#./deploy/docker_registry_setup.sh $IP:5000
# Join the worker nodes
for LINE in $(cat $WORKER_LIST | grep -vE "^#"); do