Update cluster-deploy
This commit is contained in:
parent
5ec4f1e62c
commit
db4d5ba123
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user