forked from TrueCloudLab/certificates
fixed autocert-init command
This commit is contained in:
parent
d61c2ac3dd
commit
2c91f1d2fc
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ kubectl create clusterrolebinding cluster-admin-binding \
|
||||||
To install `step certificates` and `autocert` in one step run:
|
To install `step certificates` and `autocert` in one step run:
|
||||||
|
|
||||||
```bash
|
```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.
|
You can also [install manually](INSTALL.md) then return here to complete the quick start guide.
|
||||||
|
|
Loading…
Reference in a new issue