...
Follow the below steps 1 - 4 for create a Kubernetes cluster
...
Step 5 onwards are needed for getting the Kubernetes Host IP so that user can login to Kubernetes Host and ONAP using OOM can be deployed.
...
Step-1 - https://BLUESHIFT_MGMT_IP_ADDRESS/LOGIN
...
Step 6 Installing kubectl to manage Kubernetes cluster
TBC20171207 6.1 - Download the kubectl using below command
...
Step 7 Verifying that kubernetes config is good
root@localhost:~# kubectl cluster-info
Kubernetes master is running at https://10.110.208.207:443/
dnsmasq is running at https://10.110.208.207:443//api/v1/namespaces/kube-system/services/dnsmasq/proxy
kubedns is running at https://10.110.208.207:443//api/v1/namespaces/kube-system/services/kubedns/proxy
...