Skip to content

Commit

Permalink
update setup scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Jaehyun Nam <[email protected]>
  • Loading branch information
nam-jaehyun committed May 4, 2022
1 parent 2ce14fb commit bb9f2bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ elif [ "$CNI" == "cilium" ]; then
sha256sum --check cilium-linux-amd64.tar.gz.sha256sum
sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin
rm cilium-linux-amd64.tar.gz{,.sha256sum}
cilium install
/usr/local/bin/cilium install
fi

if [ "$MASTER" == "true" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EOF
sudo mv kubernetes.repo /etc/yum.repos.d/

# install k8s
sudo dnf install -y kubeadm kubelet kubectl
sudo dnf install -y kubeadm kubelet kubectl iproute-tc
sudo systemctl enable kubelet

# disable rp_filter
Expand Down
2 changes: 1 addition & 1 deletion contribution/self-managed-k8s/k8s/initialize_kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ elif [ "$CNI" == "cilium" ]; then
sha256sum --check cilium-linux-amd64.tar.gz.sha256sum
sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin
rm cilium-linux-amd64.tar.gz{,.sha256sum}
cilium install
/usr/local/bin/cilium install
fi

if [ "$MASTER" == "true" ]; then
Expand Down

0 comments on commit bb9f2bb

Please sign in to comment.