APIServerConfig:
  KubeAPIServer:
    image: CoreOS
  ServiceAccountPublicKeys: ""
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
UpdatePolicy: automatic
