mirror of
https://github.com/lingble/talos.git
synced 2025-12-21 15:07:07 +00:00
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:
committed by
Andrew Rynhard
parent
5fb12f735a
commit
9584b47cd7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user