Update _index.md

This commit is contained in:
Eamon Bauman
2019-07-03 16:29:08 -05:00
committed by Denise
parent 7c42ff348e
commit 2e98d76f23
@@ -120,9 +120,15 @@ Copy the rendered manifest directories to a system that has access to the Ranche
Use `kubectl` to create namespaces and apply the rendered manifests.
If you are using self-signed certificates, install cert-manager:
```plain
kubectl -n kube-system apply -R -f ./cert-manager
```
Install rancher:
```plain
kubectl create namespace cattle-system
kubectl -n cattle-system apply -R -f ./rancher
```