mirror of https://github.com/kubernetes/kops.git
29 lines
676 B
Plaintext
29 lines
676 B
Plaintext
FileAssets:
|
|
- content: blah blah
|
|
name: iptables-restore
|
|
path: /var/lib/iptables/rules-save
|
|
- content: user,token
|
|
name: tokens
|
|
path: /kube/tokens.csv
|
|
- content: blah blah
|
|
name: iptables-restore
|
|
path: /var/lib/iptables/rules-save
|
|
Hooks:
|
|
- - before:
|
|
- update-engine.service
|
|
- kubelet.service
|
|
manifest: |-
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/systemctl stop update-engine.service
|
|
name: disable-update-engine.service
|
|
- manifest: |-
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/systemctl start apply-to-all.service
|
|
name: apply-to-all.service
|
|
- - execContainer:
|
|
command:
|
|
- sh
|
|
- -c
|
|
- apt-get update
|
|
image: busybox
|