a few last updates missed earlier
Signed-off-by: Joe Heck <heckj@mac.com>
This commit is contained in:
parent
71aaad9063
commit
5930a0b8d5
@ -33,11 +33,9 @@ Ingress resources, aka a [kube-lego](https://github.com/jetstack/kube-lego)
|
|||||||
replacement, see the [cert-manager nginx ingress quick start
|
replacement, see the [cert-manager nginx ingress quick start
|
||||||
guide](docs/tutorials/quick-start/index.rst).
|
guide](docs/tutorials/quick-start/index.rst).
|
||||||
|
|
||||||
## Images
|
See [Installing cert-manager](https://cert-manager.readthedocs.io/en/latest/getting-started/2-installing.html)
|
||||||
|
within the [documentation]((https://cert-manager.readthedocs.io/en/latest/))
|
||||||
Prebuilt images for cert-manager are available. Bitnami images are available on
|
for installation instructions.
|
||||||
[Dockerhub](https://hub.docker.com/r/bitnami/cert-manager/) and
|
|
||||||
images from Jetstack are available on [Quay](https://quay.io/jetstack/cert-manager-controller).
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|||||||
@ -268,21 +268,13 @@ A sample ingress you can start with is:
|
|||||||
.. _`ingress.yaml`: https://raw.githubusercontent.com/jetstack/cert-manager/master/docs/tutorials/quick-start/example/ingress.yaml
|
.. _`ingress.yaml`: https://raw.githubusercontent.com/jetstack/cert-manager/master/docs/tutorials/quick-start/example/ingress.yaml
|
||||||
.. _`ingress resource`: https://kubernetes.io/docs/concepts/services-networking/ingress/
|
.. _`ingress resource`: https://kubernetes.io/docs/concepts/services-networking/ingress/
|
||||||
|
|
||||||
You can download the sample manifest from github with the command:
|
You can download the sample manifest from github, edit it, and submit the manifest to Kubernetes with the command:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ curl -O https://raw.githubusercontent.com/jetstack/cert-manager/master/docs/tutorials/quick-start/example/ingress.yaml
|
$ kubectl create --edit -f https://raw.githubusercontent.com/jetstack/cert-manager/master/docs/tutorials/quick-start/example/ingress.yaml
|
||||||
|
|
||||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
# edit the file in your editor, and once it is saved:
|
||||||
Dload Upload Total Spent Left Speed
|
|
||||||
100 455 100 455 0 0 2136 0 --:--:-- --:--:-- --:--:-- 2146
|
|
||||||
|
|
||||||
Edit the file `ingress` locally and then deploy it as your ingress:
|
|
||||||
|
|
||||||
.. code-block:: shell
|
|
||||||
|
|
||||||
$ kubectl apply -f ingress.yaml
|
|
||||||
ingress.extensions "kuard" created
|
ingress.extensions "kuard" created
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
@ -358,11 +350,11 @@ install cert-manager. This example installed cert-manager into the
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ helm install --name cert-manager --namespace kube-system stable/cert-manager
|
$ helm install --name cert-manager --namespace cert-manager stable/cert-manager
|
||||||
|
|
||||||
NAME: cert-manager
|
NAME: cert-manager
|
||||||
LAST DEPLOYED: Sat Nov 17 09:09:02 2018
|
LAST DEPLOYED: Sat Nov 17 09:09:02 2018
|
||||||
NAMESPACE: kube-system
|
NAMESPACE: cert-manager
|
||||||
STATUS: DEPLOYED
|
STATUS: DEPLOYED
|
||||||
|
|
||||||
RESOURCES:
|
RESOURCES:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user