Merge pull request #6170 from qlikcoe/patch-1

Add-ons spec example is missing "manifest".
This commit is contained in:
Kubernetes Prow Robot 2018-12-07 07:55:05 -08:00 committed by GitHub
commit b2e96b91bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.