mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Update _index.md
This commit is contained in:
+6
@@ -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.
|
Use `kubectl` to create namespaces and apply the rendered manifests.
|
||||||
|
|
||||||
|
If you are using self-signed certificates, install cert-manager:
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
kubectl -n kube-system apply -R -f ./cert-manager
|
kubectl -n kube-system apply -R -f ./cert-manager
|
||||||
|
```
|
||||||
|
|
||||||
|
Install rancher:
|
||||||
|
|
||||||
|
```plain
|
||||||
kubectl create namespace cattle-system
|
kubectl create namespace cattle-system
|
||||||
kubectl -n cattle-system apply -R -f ./rancher
|
kubectl -n cattle-system apply -R -f ./rancher
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user