Skip to content

Commit

Permalink
Merge pull request #5 from pablodav/feature/kubespray_k8win1803
Browse files Browse the repository at this point in the history
upgrade to kubernetes v1.10.5
  • Loading branch information
pablodav authored Jun 21, 2018
2 parents 338b144 + 7e99183 commit f815165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth: true

## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.10.4
kube_version: v1.10.5

# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/windows/kubernetes-node/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
#kubernetes_package_url: "https://dl.k8s.io/v1.9.3/kubernetes-node-windows-amd64.tar.gz"
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.10.4
kube_version: v1.10.5
kubernetes_package_url: "https://dl.k8s.io/{{ kube_version }}/kubernetes-node-windows-amd64.tar.gz"
kubernetes_installation_path: "C:/k/"
kubernetes_package_file: "kubernetes_{{ kube_version }}.tar.gz"
Expand Down

0 comments on commit f815165

Please sign in to comment.