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
b013b125
Commit
b013b125
authored
9 years ago
by
Smana
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade Calico and etcd
parent
e7860105
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/download/defaults/main.yml
+4
-4
4 additions, 4 deletions
roles/download/defaults/main.yml
roles/etcd/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/etcd/defaults/main.yml
with
5 additions
and
5 deletions
roles/download/defaults/main.yml
+
4
−
4
View file @
b013b125
...
...
@@ -3,8 +3,8 @@ local_release_dir: /tmp
# Versions
kube_version
:
v1.1.7
etcd_version
:
v2.2.
4
calico_version
:
v0.16.
0
etcd_version
:
v2.2.
5
calico_version
:
v0.16.
1
calico_cni_version
:
v1.0.0
weave_version
:
v1.4.4
...
...
@@ -17,11 +17,11 @@ calico_cni_ipam_download_url: "https://github.com/projectcalico/calico-cni/relea
weave_download_url
:
"
https://github.com/weaveworks/weave/releases/download/{{weave_version}}/weave"
# Checksums
calico_checksum
:
"
cfbbcad4b3b7d79be9a25bcdc153ec1d139eecd54840914a363b0710eebc5c51
"
calico_checksum
:
"
47f89a33325db822b590d3b2c49c3030e777a50de29e1b5289d48705ab788cc4
"
calico_cni_checksum
:
"
cfbb95d4416cb65845a188f3bd991fff232bd5ce3463b2919d586ab77967aecd"
calico_cni_ipam_checksum
:
"
93ebf8756b26314e1e3f612f1e824418cbb0a8df2942664422e697bcb109fbb2"
weave_checksum
:
"
152942c330f87ab475d87d9311b91674b90f25ea685bd4e04e0495d5fe09a957"
etcd_checksum
:
"
6c4e5cdeaaac1a70b8f06b5dd6b82c37ff19993c9bca81248975610e555c4b9b
"
etcd_checksum
:
"
aa6037406257d2a1bc48ffa769afe7a4f8a04cc1ffcd36ef84f9ee8bc4eca756
"
kubectl_checksum
:
"
7239fda83f0218384ccf3374a47c0d1e243975e50fdf5d544635a397c7ad10dc"
kubelet_checksum
:
"
05faa3cf5f5448efafa553a3ef778c645c59d585d4013b52fe7ca8bd4cfc704e"
kube_apiserver_checksum
:
"
bb73a3526e51a8f4124b42f6104103deba83f87bd985000c00d382b3a0af059a"
...
...
This diff is collapsed.
Click to expand it.
roles/etcd/defaults/main.yml
+
1
−
1
View file @
b013b125
---
etcd_version
:
v2.2.
4
etcd_version
:
v2.2.
5
etcd_bin_dir
:
"
{{
local_release_dir
}}/etcd/etcd-{{
etcd_version
}}-linux-amd64/"
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