Skip to content

Commit

Permalink
fix start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cdllp2 committed Aug 31, 2022
1 parent 4b7b505 commit 7190c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/kubernetes/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

bash init_node.sh
cp config ~/.kube/config
mkdir ~/.kube && cp config ~/.kube/config
mkdir kubeconfig && echo "" > kubeconfig/dev-kubeconfig
curl -LO https://dl.k8s.io/release/v1.24.0/bin/linux/amd64/kubectl && chmod +x kubectl && cp kubectl /usr/bin/ && mv kubectl /usr/local/bin/
node=`kubectl get node -o wide |grep $1 |awk '{print $1}'| head -n 1`
Expand Down

0 comments on commit 7190c99

Please sign in to comment.