Skip to content

Commit

Permalink
kubeadm rpms are not signed again
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Mohr <[email protected]>
  • Loading branch information
rmohr committed Jan 5, 2018
1 parent 8f7c7e6 commit 4f615c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cluster/vagrant/setup_kubernetes_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ yum install -y docker
# Log to json files instead of journald
sed -i 's/--log-driver=journald //g' /etc/sysconfig/docker

# Use hard coded versions until https://github.com/kubernetes/kubeadm/issues/212 is resolved.
# Currently older versions of kubeadm are no longer available in the rpm repos.
# See https://github.com/kubernetes/kubeadm/issues/220 for context.
yum install -y \
# Omit pgp checks until https://github.com/kubernetes/kubeadm/issues/643 is resolved.
yum install --nogpgcheck -y \
kubeadm \
kubelet \
kubectl \
Expand Down

0 comments on commit 4f615c1

Please sign in to comment.