Skip to content

Commit 7ad9277

Browse files
committed
Excluded kernel update
1 parent 64b1fe7 commit 7ad9277

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

infrastructure-as-code/k8s-cluster-openshift-aws/modules/openshift/files/setup-master.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ chkconfig awslogs on
4040

4141
# Install packages required to setup OpenShift.
4242
yum install -y wget git net-tools bind-utils iptables-services bridge-utils bash-completion httpd-tools
43-
yum update -y
43+
#yum update -y
4444
# Noticed that RHEL was being upgraded to 7.5
4545
# Following could be used to stop that.
46-
# yum -exclude=kernel* update -y
46+
yum -exclude=kernel* update -y
4747

4848
# Note: The step below is not in the official docs, I needed it to install
4949
# Docker. If anyone finds out why, I'd love to know.

infrastructure-as-code/k8s-cluster-openshift-aws/modules/openshift/files/setup-node.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ chkconfig awslogs on
4040

4141
# Install packages required to setup OpenShift.
4242
yum install -y wget git net-tools bind-utils iptables-services bridge-utils bash-completion
43-
yum update -y
43+
# yum update -y
4444
# Noticed that RHEL was being upgraded to 7.5
4545
# Following could be used to stop that.
46-
# yum -exclude=kernel* update -y
46+
yum -exclude=kernel* update -y
4747

4848
# Note: The step below is not in the official docs, I needed it to install
4949
# Docker. If anyone finds out why, I'd love to know.

0 commit comments

Comments
 (0)