Skip to content

Commit 0ad9ab8

Browse files
author
William Bartholomew
authored
Add update exclusion to kubernetes.repo
Add an update exclusion for `kubelet`, `kubeadm`, and `kubectl` in the CentOS to mirror the Ubuntu, Debian, or HypriotOS instructions.
1 parent 66304ea commit 0ad9ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ enabled=1
199199
gpgcheck=1
200200
repo_gpgcheck=1
201201
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
202+
exclude=kubelet kubeadm kubectl
202203
EOF
203204

204205
# Set SELinux in permissive mode (effectively disabling it)

0 commit comments

Comments
 (0)