mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
examples/bootkube: Disable auto-updates on bootkube cluster
This commit is contained in:
@@ -5,7 +5,7 @@ The self-hosted Kubernetes examples provision a 3 node cluster with etcd, flanne
|
||||
|
||||
## Experimental
|
||||
|
||||
Self-hosted Kubernetes is under very active development by CoreOS. We're working on upstreaming the required Hyperkube patches. Be aware that a deployment with a single apiserver cannot tolerate its failure. We'll be improving this to allow CoreOS auto-updates.
|
||||
Self-hosted Kubernetes is under very active development by CoreOS. We're working on upstreaming the required Hyperkube patches. Be aware that this cluster disabled auto-updates until checkpointing is available to restart a the kube-apiserver.
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -69,7 +69,7 @@ Connect to the chosen Kubernetes master node,
|
||||
|
||||
ssh core@172.15.0.21
|
||||
|
||||
and run the following commands *on the node*.
|
||||
and run the following command *on the node*.
|
||||
|
||||
sudo ./bootkube-start
|
||||
|
||||
|
||||
@@ -64,6 +64,12 @@ systemd:
|
||||
RestartSec=10
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
- name: update-engine.service
|
||||
enable: false
|
||||
mask: true
|
||||
- name: locksmithd.service
|
||||
enable: false
|
||||
mask : true
|
||||
|
||||
storage:
|
||||
{{ if index . "pxe" }}
|
||||
|
||||
@@ -58,6 +58,12 @@ systemd:
|
||||
RestartSec=5
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
- name: update-engine.service
|
||||
enable: false
|
||||
mask: true
|
||||
- name: locksmithd.service
|
||||
enable: false
|
||||
mask : true
|
||||
|
||||
storage:
|
||||
{{ if index . "pxe" }}
|
||||
|
||||
Reference in New Issue
Block a user