Skip to content

Commit

Permalink
Merge pull request #1445 from GiganticMinecraft/fix-k8s-node-init10
Browse files Browse the repository at this point in the history
install k9s at bootstrap
  • Loading branch information
unchama committed Dec 3, 2023
2 parents daa2462 + a02b908 commit d97d3da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ systemctl reload haproxy
# Pull images first
kubeadm config images pull

# install k9s
wget https://github.com/derailed/k9s/releases/download/v0.28.2/k9s_Linux_amd64.tar.gz -O - | tar -zxvf - k9s && sudo mv ./k9s /usr/local/bin/

# Ends except first-control-plane
case $1 in
seichi-onp-k8s-cp-1)
Expand Down

0 comments on commit d97d3da

Please sign in to comment.