mirror of https://github.com/kubernetes/kops.git
Merge pull request #5739 from sunlintong/slt-1
correct spell errors in 'docs/cluster_spec.md'
This commit is contained in:
commit
3643d242a2
|
|
@ -480,13 +480,13 @@ spec:
|
|||
|
||||
### fileAssets
|
||||
|
||||
FileAssets is an alpha feature which permits you to place inline file content into the cluster and instanceGroup specification. It's desiginated as alpha as you can probably do this via kubernetes daemonsets as an alternative.
|
||||
FileAssets is an alpha feature which permits you to place inline file content into the cluster and instanceGroup specification. It's designated as alpha as you can probably do this via kubernetes daemonsets as an alternative.
|
||||
|
||||
```yaml
|
||||
spec:
|
||||
fileAssets:
|
||||
- name: iptable-restore
|
||||
# Note if not path is specificied the default path it /srv/kubernetes/assets/<name>
|
||||
# Note if not path is specified the default path it /srv/kubernetes/assets/<name>
|
||||
path: /var/lib/iptables/rules-save
|
||||
roles: [Master,Node,Bastion] # a list of roles to apply the asset to, zero defaults to all
|
||||
content: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue