mirror of https://github.com/kubernetes/kops.git
Merge pull request #6170 from qlikcoe/patch-1
Add-ons spec example is missing "manifest".
This commit is contained in:
commit
b2e96b91bf
|
|
@ -12,8 +12,8 @@ The command `kops create cluster` does not support specifying addons to be added
|
||||||
```yaml
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
addons:
|
addons:
|
||||||
- kubernetes-dashboard
|
- manifest: kubernetes-dashboard
|
||||||
- s3://kops-addons/addon.yaml
|
- manifest: s3://kops-addons/addon.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
This document describes how to install some common addons and how to create your own custom ones.
|
This document describes how to install some common addons and how to create your own custom ones.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue