Skip to content

Commit

Permalink
fix(installer): hold k8s packages
Browse files Browse the repository at this point in the history
Summary: k8s packages need to be held and manually updated

Differential Revision: D30284665

fbshipit-source-id: 12e213e5e3eb8ef233f5584e1d902b4e98fead11
  • Loading branch information
aclave1 authored and facebook-github-bot committed Aug 17, 2021
1 parent e3f7c82 commit 1540b8b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
shell: "apt update"

- name: Install Kubernetes packages
shell: "apt install -y {{ kubernetes_packages }}"
shell: "apt install -y {{ kubernetes_packages }}"
- name: Hold Kubernetes packages
shell: "apt-mark hold kubeadm kubelet kubectl"

0 comments on commit 1540b8b

Please sign in to comment.