Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Breeze
Commits
0b583f15
Commit
0b583f15
authored
6 years ago
by
Alan Peng
Browse files
Options
Download
Email Patches
Plain Diff
Updated to Kubernetes v1.14.0
parent
f4ea4187
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
BreezeManual-CN.md
+1
-1
BreezeManual-CN.md
README-CN.md
+1
-1
README-CN.md
README.md
+1
-1
README.md
docker-compose.yml
+2
-2
docker-compose.yml
init.sh
+3
-3
init.sh
kubernetes-playbook/version/init.sh
+1
-1
kubernetes-playbook/version/init.sh
with
9 additions
and
9 deletions
+9
-9
BreezeManual-CN.md
+
1
-
1
View file @
0b583f15
...
@@ -68,7 +68,7 @@ systemctl enable docker
...
@@ -68,7 +68,7 @@ systemctl enable docker
(4) 下载用于部署某个Kubernetes版本的docker-compose文件并使部署程序运行起来,例如:
(4) 下载用于部署某个Kubernetes版本的docker-compose文件并使部署程序运行起来,例如:
```
```
curl -L https://raw.githubusercontent.com/wise2c-devops/breeze/v1.1
3.1
/docker-compose.yml -o docker-compose.yml
curl -L https://raw.githubusercontent.com/wise2c-devops/breeze/v1.1
4.0
/docker-compose.yml -o docker-compose.yml
```
```
```
```
...
...
This diff is collapsed.
Click to expand it.
README-CN.md
+
1
-
1
View file @
0b583f15
# Breeze
# Breeze
-
可用于生产环境的图形化Kubernetes集群部署工具
-
可用于生产环境的图形化Kubernetes集群部署工具
[

](https://travis-ci.org/wise2c-devops/breeze)
[

](https://travis-ci.org/wise2c-devops/breeze)
[

](https://github.com/wise2c-devops/breeze/blob/master/LICENSE)
[

](https://github.com/wise2c-devops/breeze/blob/master/LICENSE)
[
English
](
./README.md
)
|
[
中文
](
./README-CN.md
)
[
English
](
./README.md
)
|
[
中文
](
./README-CN.md
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
-
1
View file @
0b583f15
# Breeze
# Breeze
-
Deploy a Production Ready Kubernetes Cluster with graphical interface
-
Deploy a Production Ready Kubernetes Cluster with graphical interface
[

](https://travis-ci.org/wise2c-devops/breeze)
[

](https://travis-ci.org/wise2c-devops/breeze)
[

](https://github.com/wise2c-devops/breeze/blob/master/LICENSE)
[

](https://github.com/wise2c-devops/breeze/blob/master/LICENSE)
[
English
](
./README.md
)
|
[
中文
](
./README-CN.md
)
[
English
](
./README.md
)
|
[
中文
](
./README-CN.md
)
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
-
2
View file @
0b583f15
...
@@ -23,12 +23,12 @@ services:
...
@@ -23,12 +23,12 @@ services:
network_mode
:
"
service:deploy"
network_mode
:
"
service:deploy"
playbook
:
playbook
:
container_name
:
deploy-playbook
container_name
:
deploy-playbook
image
:
wise2c/playbook:v1.1
3.4
image
:
wise2c/playbook:v1.1
4.0
volumes
:
volumes
:
-
playbook:/workspace
-
playbook:/workspace
yum-repo
:
yum-repo
:
container_name
:
deploy-yumrepo
container_name
:
deploy-yumrepo
image
:
wise2c/yum-repo:v1.1
3.4
image
:
wise2c/yum-repo:v1.1
4.0
ports
:
ports
:
-
2009:2009
-
2009:2009
restart
:
always
restart
:
always
...
...
This diff is collapsed.
Click to expand it.
init.sh
+
3
-
3
View file @
0b583f15
...
@@ -4,9 +4,9 @@ set -e
...
@@ -4,9 +4,9 @@ set -e
path
=
`
dirname
$0
`
path
=
`
dirname
$0
`
kubernetes_version
=
1.1
3.4
kubernetes_version
=
1.1
4.0
harbor_version
=
1.7.
3
harbor_version
=
1.7.
4
docker_version
=
18.0
6
.3
docker_version
=
18.0
9
.3
haproxy_version
=
1.8.14
haproxy_version
=
1.8.14
keepalived_version
=
1.3.5
keepalived_version
=
1.3.5
loadbalancer_version
=
HAProxy-
${
haproxy_version
}
_Keepalived-
${
keepalived_version
}
loadbalancer_version
=
HAProxy-
${
haproxy_version
}
_Keepalived-
${
keepalived_version
}
...
...
This diff is collapsed.
Click to expand it.
kubernetes-playbook/version/init.sh
+
1
-
1
View file @
0b583f15
...
@@ -55,7 +55,7 @@ echo "dashboard_version: ${dashboard_version}" >> ${path}/yat/all.yml.gotmpl
...
@@ -55,7 +55,7 @@ echo "dashboard_version: ${dashboard_version}" >> ${path}/yat/all.yml.gotmpl
#curl -sS https://raw.githubusercontent.com/kubernetes/dashboard/${dashboard_version}/src/deploy/recommended/kubernetes-dashboard.yaml \
#curl -sS https://raw.githubusercontent.com/kubernetes/dashboard/${dashboard_version}/src/deploy/recommended/kubernetes-dashboard.yaml \
# | sed -e "s,k8s.gcr.io,{{ registry_endpoint }}/{{ registry_project }},g" > ${path}/template/kubernetes-dashboard.yml.j2
# | sed -e "s,k8s.gcr.io,{{ registry_endpoint }}/{{ registry_project }},g" > ${path}/template/kubernetes-dashboard.yml.j2
curl
-sSL
https://github.com/wise2c-devops/breeze/raw/v1.1
3
/kubernetes-playbook/kubernetes-dashboard-wise2c.yaml.j2
\
curl
-sSL
https://github.com/wise2c-devops/breeze/raw/v1.1
4
/kubernetes-playbook/kubernetes-dashboard-wise2c.yaml.j2
\
|
sed
-e
"s,k8s.gcr.io,{{ registry_endpoint }}/{{ registry_project }},g"
>
${
path
}
/template/kubernetes-dashboard.yml.j2
|
sed
-e
"s,k8s.gcr.io,{{ registry_endpoint }}/{{ registry_project }},g"
>
${
path
}
/template/kubernetes-dashboard.yml.j2
echo
"=== pulling flannel image ==="
echo
"=== pulling flannel image ==="
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment