Make air gap doc consistent with other install doc

This commit is contained in:
Catherine Luse
2020-01-27 13:41:12 -07:00
parent 4278ecdb91
commit bcaac5b969
3 changed files with 4 additions and 27 deletions
@@ -87,16 +87,10 @@ By default, Rancher generates a CA and uses cert-manager to issue the certificat
```
1. Fetch the latest cert-manager chart available from the [Helm chart repository](https://hub.helm.sh/charts/jetstack/cert-manager).
<<<<<<< HEAD
```plain
helm fetch jetstack/cert-manager --version v0.9.1
```
=======
```plain
helm fetch jetstack/cert-manager --version v0.12.0
```
>>>>>>> Revert "Revert "Updated cert-manager installation/upgrade docs""
1. Render the cert manager template with the options you would like to use to install the chart. Remember to set the `image.repository` option to pull the image from your private registry. This will create a `cert-manager` directory with the Kubernetes manifest files.
```plain
@@ -113,14 +107,6 @@ By default, Rancher generates a CA and uses cert-manager to issue the certificat
```
1. Render the Rancher template, declaring your chosen options. Use the reference table below to replace each placeholder. Rancher needs to be configured to use the private registry in order to provision any Rancher launched Kubernetes clusters or Rancher tools.
<<<<<<< HEAD
Placeholder | Description
------------|-------------
`<VERSION>` | The version number of the output tarball.
`<RANCHER.YOURDOMAIN.COM>` | The DNS name you pointed at your load balancer.
`<REGISTRY.YOURDOMAIN.COM:PORT>` | The DNS name for your private registry.
```plain
=======
Placeholder | Description
------------|-------------
@@ -130,7 +116,6 @@ Placeholder | Description
`<CERTMANAGER_VERSION>` | Cert-manager version running on k8s cluster.
```plain
>>>>>>> Revert "Revert "Updated cert-manager installation/upgrade docs""
helm template ./rancher-<VERSION>.tgz --output-dir . \
--name rancher \
--namespace cattle-system \
@@ -188,14 +173,6 @@ If you are using self-signed certificates, install cert-manager:
kubectl create namespace cert-manager
```
<<<<<<< HEAD
1. Label the cert-manager namespace to disable resource validation.
```plain
kubectl label namespace cert-manager certmanager.k8s.io/disable-validation=true
```
=======
>>>>>>> Revert "Revert "Updated cert-manager installation/upgrade docs""
1. Create the cert-manager CustomResourceDefinitions (CRDs).
```plain
kubectl apply -f cert-manager/cert-manager-crd.yaml
@@ -290,7 +267,7 @@ After creating your certificate, log into your Linux host, and then run the inst
| `<CERT_DIRECTORY>` | The path to the directory containing your certificate files. |
| `<FULL_CHAIN.pem>` | The path to your full certificate chain. |
| `<PRIVATE_KEY.pem>` | The path to the private key for your certificate. |
| `<CA_CERTS>` | The path to the certificate authority's private key. |
| `<CA_CERTS>` | The path to the certificate authority's certificate. |
| `<REGISTRY.YOURDOMAIN.COM:PORT>` | Your private registry URL and port. |
| `<RANCHER_VERSION_TAG>` | The release tag of the [Rancher version]({{< baseurl >}}/rancher/v2.x/en/installation/options/server-tags/) that you want to install. |
@@ -61,7 +61,7 @@ After creating your certificate, run the Docker command below to install Rancher
| `<CERT_DIRECTORY>` | The path to the directory containing your certificate files. |
| `<FULL_CHAIN.pem>` | The path to your full certificate chain. |
| `<PRIVATE_KEY.pem>` | The path to the private key for your certificate. |
| `<CA_CERTS>` | The path to the certificate authority's private key. |
| `<CA_CERTS>` | The path to the certificate authority's certificate. |
```
docker run -d --restart=unless-stopped \
@@ -156,7 +156,7 @@ Placeholder | Description
`<CERT_DIRECTORY>` | The path to the directory containing your certificate files.
`<FULL_CHAIN.pem>` | The path to your full certificate chain.
`<PRIVATE_KEY.pem>` | The path to the private key for your certificate.
`<CA_CERTS>` | The path to the certificate authority's private key.
`<CA_CERTS>` | The path to the certificate authority's certificate.
`<RANCHER_VERSION_TAG>` | The release tag of the [Rancher version]({{< baseurl >}}/rancher/v2.x/en/installation/options/server-tags/) that you want to upgrade to.
```
@@ -263,7 +263,7 @@ Placeholder | Description
`<CERT_DIRECTORY>` | The path to the directory containing your certificate files.
`<FULL_CHAIN.pem>` | The path to your full certificate chain.
`<PRIVATE_KEY.pem>` | The path to the private key for your certificate.
`<CA_CERTS>` | The path to the certificate authority's private key.
`<CA_CERTS>` | The path to the certificate authority's certificate.
`<REGISTRY.YOURDOMAIN.COM:PORT>` | Your private registry URL and port.
`<RANCHER_VERSION_TAG>` | The release tag of the [Rancher version]({{< baseurl >}}/rancher/v2.x/en/installation/options/server-tags/) that you want to upgrade to.