Added Rancher <-> Ubuntu k8s integration documentation (#7607)

* fixed the interacting with cluster section for the ubuntu installation

* made changes as per request from zacharysarah

* added rancher stub

* added rancher documentation

* fixed missing capture tag

* added ingress example, fixed languages as per changes in the PR

* fixed page index as per pr

* fixed rancher readme
This commit is contained in:
Calvin Hartwell
2018-03-05 02:27:51 +00:00
committed by k8s-ci-robot
parent 9aeb431032
commit f49c840678
4 changed files with 367 additions and 2 deletions
@@ -175,7 +175,7 @@ mkdir -p ~/.kube
Copy the kubeconfig file to the default location.
```
sudo juju scp kubernetes-master/0:/home/ubuntu/config ~/.kube/config
juju scp kubernetes-master/0:/home/ubuntu/config ~/.kube/config
```
The next step is to install the kubectl client on your local machine. The recommended way to do this on Ubuntu is using the kubectl snap ([https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-snap-on-ubuntu](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-snap-on-ubuntu)).