summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_ovsdpdk/worker_setup.sh
blob: 8948ad568ec11c10f324a39575149d9d2067061f (plain)
1
2
3
4
#!/bin/bash

set -ex
sudo timeout 3600 kubeadm join --token 8c5adc.1cec8dbf339093f0 192.168.1.10:6443 || true