Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
fix(deploy): pull pause image
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 27, 2024
1 parent 6564b88 commit 49422de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e

CRI="${CRI:-unix:///run/portoshim.sock}"
echo ">> Setting k8s on ${CRI}"
portoctl docker-pull registry.k8s.io/pause:3.7 # https://github.com/go-faster/portoshim/issues/2
kubeadm init --cri-socket="${CRI}" --skip-phases=addon/kube-proxy
kubectl taint nodes "$(hostname)" node-role.kubernetes.io/control-plane:NoSchedule-

Expand Down

0 comments on commit 49422de

Please sign in to comment.