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
01397678
Commit
01397678
authored
9 years ago
by
Smana
Browse files
Options
Downloads
Patches
Plain Diff
upgrade kubernetes to 1.1.7
parent
fae77970
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
README.md
+2
-2
2 additions, 2 deletions
README.md
roles/download/defaults/main.yml
+4
-4
4 additions, 4 deletions
roles/download/defaults/main.yml
with
6 additions
and
6 deletions
README.md
+
2
−
2
View file @
01397678
...
...
@@ -12,7 +12,7 @@ Linux distributions tested:
*
**Debian**
Wheezy, Jessie
*
**Ubuntu**
14.10, 15.04, 15.10
*
**Fedora**
23
*
**CentOS
**
7 (Currently with flannel only)
*
**CentOS
/RHEL**
7
### Requirements
*
The target servers must have
**access to the Internet**
in order to pull docker imaqes.
...
...
@@ -23,7 +23,7 @@ in order to avoid any issue during deployment you should disable your firewall
*
Base knowledge on Ansible. Please refer to
[
Ansible documentation
](
http://www.ansible.com/how-ansible-works
)
### Components
*
[
kubernetes
](
https://github.com/kubernetes/kubernetes/releases
)
v1.1.
4
*
[
kubernetes
](
https://github.com/kubernetes/kubernetes/releases
)
v1.1.
7
*
[
etcd
](
https://github.com/coreos/etcd/releases
)
v2.2.4
*
[
calicoctl
](
https://github.com/projectcalico/calico-docker/releases
)
v0.16.0
*
[
flanneld
](
https://github.com/coreos/flannel/releases
)
v0.5.5
...
...
This diff is collapsed.
Click to expand it.
roles/download/defaults/main.yml
+
4
−
4
View file @
01397678
...
...
@@ -2,7 +2,7 @@
local_release_dir
:
/tmp
# Versions
kube_version
:
v1.1.
4
kube_version
:
v1.1.
7
etcd_version
:
v2.2.4
calico_version
:
v0.16.0
calico_cni_version
:
v1.0.0
...
...
@@ -22,9 +22,9 @@ calico_cni_checksum: "cfbb95d4416cb65845a188f3bd991fff232bd5ce3463b2919d586ab779
calico_cni_ipam_checksum
:
"
93ebf8756b26314e1e3f612f1e824418cbb0a8df2942664422e697bcb109fbb2"
weave_checksum
:
"
152942c330f87ab475d87d9311b91674b90f25ea685bd4e04e0495d5fe09a957"
etcd_checksum
:
"
6c4e5cdeaaac1a70b8f06b5dd6b82c37ff19993c9bca81248975610e555c4b9b"
kubectl_checksum
:
"
873ba19926d17a3287dc8639ea1434fe3cd0cb4e61d82101ba754922cfc7a633
"
kubelet_checksum
:
"
f2d1eae3fa6e304f6cbc9b2621e4b86fc3bcb4e74a15d35f58bf00e45c706e0a
"
kube_apiserver_checksum
:
"
bb
3814c4df65f1587a3650140437392ce3fb4b64f51d459457456691c99f1202
"
kubectl_checksum
:
"
7239fda83f0218384ccf3374a47c0d1e243975e50fdf5d544635a397c7ad10dc
"
kubelet_checksum
:
"
05faa3cf5f5448efafa553a3ef778c645c59d585d4013b52fe7ca8bd4cfc704e
"
kube_apiserver_checksum
:
"
bb
73a3526e51a8f4124b42f6104103deba83f87bd985000c00d382b3a0af059a
"
downloads
:
-
name
:
calico
...
...
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