This repository was archived by the owner on Oct 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
238238k8s_ver | 1.7.4 | Version of K8s to install (master and workers)
239239k8s_dns_ver | 1.14.2 | Version of Kube DNS to install
240240k8s_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
244244name | default | description
Original file line number Diff line number Diff 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
4242variable "flannel_ver" {
4343 default = " v0.7.1"
4444}
You can’t perform that action at this time.
0 commit comments