@@ -164,14 +164,14 @@ 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 ubuntu to the Canonical Ubuntu OS
168- $ ssh -i ` pwd` /generated/instances_id_rsa ubuntu @ETCD_INSTANCE_IP
167+ # Log in as user opc to the OEL OS
168+ $ ssh -i ` pwd` /generated/instances_id_rsa opc @ETCD_INSTANCE_IP
169169# Retrieve public IP for k8s masters
170170$ terraform output master_public_ips
171- $ ssh -i ` pwd` /generated/instances_id_rsa ubuntu @K8SMASTER_INSTANCE_IP
171+ $ ssh -i ` pwd` /generated/instances_id_rsa opc @K8SMASTER_INSTANCE_IP
172172# Retrieve public IP for k8s workers
173173$ terraform output worker_public_ips
174- $ ssh -i ` pwd` /generated/instances_id_rsa ubuntu @K8SWORKER_INSTANCE_IP
174+ $ ssh -i ` pwd` /generated/instances_id_rsa opc @K8SWORKER_INSTANCE_IP
175175```
176176
177177### Mandatory Input Variables:
@@ -232,13 +232,13 @@ worker_nodeport_ingress | 10.0.0.0/16 (VCN only) | A CIDR notation
232232#### Software Versions Installed on OCI Instances
233233name | default | description
234234------------------------------------|--------------------|------------
235- docker_ver | 17.03 | Version of Docker to install
235+ docker_ver | 17.03.1 | Version of Docker to install
236236etcd_ver | v3.2.2 | Version of etcd to install
237237flannel_ver | v0.7.1 | Version of Flannel to install
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 | 16.04 | Version of Ubuntu operating system
241+ instance_os_ver | 7.4 | Version of OEL operating system
242242
243243#### Other
244244name | default | description
@@ -353,10 +353,10 @@ See [CONTRIBUTING](CONTRIBUTING.md) for details.
353353
354354## Installed on OCI Instances
355355
356- * Canonical Ubuntu (14.04 )
356+ * Oracle Linux Enterprise (7.4 )
357357* etcd - (default v3.2.2)
358358* flannel - (default v0.7.1)
359- * docker - (default 17.03.0- ce)
359+ * docker - (default 17.03.1. ce)
360360* apt-transport-https - (default 1.2.20)
361361* kubernetes - (default v1.7.4)
362362 * master(s) (` kube-apiserver ` , ` kube-controller-manager ` , ` kube-scheduler ` , ` kubernetes-cni ` , ` kubectl ` )
0 commit comments