Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit ab41be3

Browse files
committed
Change OEL to Oracle Linux
1 parent d9b690f commit ab41be3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ worker_ssh_ingress = "0.0.0.0/0"
164164
$ terraform output ssh_private_key > generated/instances_id_rsa
165165
# Retrieve public IP for etcd nodes
166166
$ terraform output etcd_public_ips
167-
# Log in as user opc to the OEL OS
167+
# Log in as user opc to the Oracle Linux OS
168168
$ ssh -i `pwd`/generated/instances_id_rsa opc@ETCD_INSTANCE_IP
169169
# Retrieve public IP for k8s masters
170170
$ terraform output master_public_ips
@@ -238,7 +238,7 @@ flannel_ver | v0.7.1 | Version of Flannel to
238238
k8s_ver | 1.7.4 | Version of K8s to install (master and workers)
239239
k8s_dns_ver | 1.14.2 | Version of Kube DNS to install
240240
k8s_dashboard_ver | 1.6.3 | Version of Kubernetes dashboard to install
241-
instance_os_ver | 7.4 | Version of OEL operating system
241+
instance_os_ver | 7.4 | Version of Oracle Linux operating system
242242

243243
#### Other
244244
name | default | description

instances/k8sworker/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "etcd_ver" {
3838
default = "v3.2.2"
3939
}
4040

41-
# TODO - because the bootstrap template uses yum, we only support OEL7
41+
# TODO - because the bootstrap template uses yum, we only support Oracle Linux 7
4242
variable "flannel_ver" {
4343
default = "v0.7.1"
4444
}

0 commit comments

Comments
 (0)