1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 23:20:56 +00:00

bump k8s version

This commit is contained in:
moelsayed
2018-03-13 19:57:48 +02:00
parent bc05bc2dcc
commit 5dcaf4b573
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ const (
DefaultClusterDomain = "cluster.local"
DefaultClusterSSHKeyPath = "~/.ssh/id_rsa"
DefaultK8sVersion = "v1.8.7-rancher1-1"
DefaultK8sVersion = v3.K8sV18
DefaultSSHPort = "22"
DefaultDockerSockPath = "/var/run/docker.sock"