fixed autocert-init command

This commit is contained in:
Mike Malone 2019-01-18 17:55:03 -08:00
parent d61c2ac3dd
commit 2c91f1d2fc

View file

@ -77,7 +77,7 @@ kubectl create clusterrolebinding cluster-admin-binding \
To install `step certificates` and `autocert` in one step run:
```bash
$ kubectl run autocert-init -it --rm --image smallstep/autocert-init --restart Never --image-pull-policy Never
$ kubectl run autocert-init -it --rm --image smallstep/autocert-init --restart Never
```
You can also [install manually](INSTALL.md) then return here to complete the quick start guide.