feat: Upgrade kubernetes to 1.17.0

Primarily doc/constant changes.

Added additionnal bits to `docs` target in makefile to generate osctl
docs as well as config files. Explicitly define a HOME variable so we
get consistent home directories for talosconfig variables in our docs.

Signed-off-by: Brad Beam <brad.beam@talos-systems.com>
This commit is contained in:
Brad Beam
2019-12-10 17:44:07 +00:00
committed by Andrew Rynhard
parent 5fb12f735a
commit 9584b47cd7
54 changed files with 106 additions and 78 deletions

View File

@@ -127,7 +127,7 @@ const (
KubeletBootstrapKubeconfig = "/etc/kubernetes/bootstrap-kubeconfig"
// DefaultKubernetesVersion is the default target version of the control plane.
DefaultKubernetesVersion = "1.16.2"
DefaultKubernetesVersion = "1.17.0"
// KubernetesImage is the enforced hyperkube image to use for the control plane.
KubernetesImage = "k8s.gcr.io/hyperkube"