Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
01630150
Commit
01630150
authored
7 years ago
by
Kyle Bai
Committed by
Matthew Mosesohn
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update to Kubernetes v1.7.5 (#1649)
parent
67447260
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
inventory/group_vars/k8s-cluster.yml
+1
-1
1 addition, 1 deletion
inventory/group_vars/k8s-cluster.yml
roles/download/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/download/defaults/main.yml
with
2 additions
and
2 deletions
inventory/group_vars/k8s-cluster.yml
+
1
−
1
View file @
01630150
...
@@ -23,7 +23,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
...
@@ -23,7 +23,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth
:
false
kube_api_anonymous_auth
:
false
## Change this to use another Kubernetes version, e.g. a current beta release
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version
:
v1.7.
3
kube_version
:
v1.7.
5
# Where the binaries will be downloaded.
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
# Note: ensure that you've enough disk space (about 1G)
...
...
This diff is collapsed.
Click to expand it.
roles/download/defaults/main.yml
+
1
−
1
View file @
01630150
...
@@ -18,7 +18,7 @@ download_localhost: False
...
@@ -18,7 +18,7 @@ download_localhost: False
download_always_pull
:
False
download_always_pull
:
False
# Versions
# Versions
kube_version
:
v1.7.
3
kube_version
:
v1.7.
5
kubeadm_version
:
"
{{
kube_version
}}"
kubeadm_version
:
"
{{
kube_version
}}"
etcd_version
:
v3.2.4
etcd_version
:
v3.2.4
# TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
# TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment