mirror of https://github.com/kubernetes/kops.git
42 lines
973 B
Plaintext
42 lines
973 B
Plaintext
CAs: {}
|
|
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
|
|
KeypairIDs: {}
|
|
KubeletConfig:
|
|
kubeconfigPath: /etc/kubernetes/igconfig.txt
|
|
nodeLabels:
|
|
kubernetes.io/role: node
|
|
label2: value2
|
|
labelname: labelvalue
|
|
node-role.kubernetes.io/node: ""
|
|
taints:
|
|
- key1=value1:NoSchedule
|
|
- key2=value2:NoExecute
|
|
UpdatePolicy: automatic
|