File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
infrastructure-as-code/k8s-cluster-openshift-aws/modules/openshift/files Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ chkconfig awslogs on
40
40
41
41
# Install packages required to setup OpenShift.
42
42
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
44
44
# Noticed that RHEL was being upgraded to 7.5
45
45
# Following could be used to stop that.
46
- # yum -exclude=kernel* update -y
46
+ yum -exclude=kernel* update -y
47
47
48
48
# Note: The step below is not in the official docs, I needed it to install
49
49
# Docker. If anyone finds out why, I'd love to know.
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ chkconfig awslogs on
40
40
41
41
# Install packages required to setup OpenShift.
42
42
yum install -y wget git net-tools bind-utils iptables-services bridge-utils bash-completion
43
- yum update -y
43
+ # yum update -y
44
44
# Noticed that RHEL was being upgraded to 7.5
45
45
# Following could be used to stop that.
46
- # yum -exclude=kernel* update -y
46
+ yum -exclude=kernel* update -y
47
47
48
48
# Note: The step below is not in the official docs, I needed it to install
49
49
# Docker. If anyone finds out why, I'd love to know.
You can’t perform that action at this time.
0 commit comments