Commit 0b583f15 authored by Alan Peng's avatar Alan Peng
Browse files

Updated to Kubernetes v1.14.0

parent f4ea4187
Showing with 9 additions and 9 deletions
+9 -9
...@@ -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.13.1/docker-compose.yml -o docker-compose.yml curl -L https://raw.githubusercontent.com/wise2c-devops/breeze/v1.14.0/docker-compose.yml -o docker-compose.yml
``` ```
``` ```
......
# Breeze # Breeze
- 可用于生产环境的图形化Kubernetes集群部署工具 - 可用于生产环境的图形化Kubernetes集群部署工具
[![Build Status](https://travis-ci.org/wise2c-devops/breeze.svg?branch=v1.13)](https://travis-ci.org/wise2c-devops/breeze) [![Build Status](https://travis-ci.org/wise2c-devops/breeze.svg?branch=v1.14)](https://travis-ci.org/wise2c-devops/breeze)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/wise2c-devops/breeze/blob/master/LICENSE) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/wise2c-devops/breeze/blob/master/LICENSE)
[English](./README.md) | [中文](./README-CN.md) [English](./README.md) | [中文](./README-CN.md)
......
# Breeze # Breeze
- Deploy a Production Ready Kubernetes Cluster with graphical interface - Deploy a Production Ready Kubernetes Cluster with graphical interface
[![Build Status](https://travis-ci.org/wise2c-devops/breeze.svg?branch=v1.13)](https://travis-ci.org/wise2c-devops/breeze) [![Build Status](https://travis-ci.org/wise2c-devops/breeze.svg?branch=v1.14)](https://travis-ci.org/wise2c-devops/breeze)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/wise2c-devops/breeze/blob/master/LICENSE) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/wise2c-devops/breeze/blob/master/LICENSE)
[English](./README.md) | [中文](./README-CN.md) [English](./README.md) | [中文](./README-CN.md)
......
...@@ -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.13.4 image: wise2c/playbook:v1.14.0
volumes: volumes:
- playbook:/workspace - playbook:/workspace
yum-repo: yum-repo:
container_name: deploy-yumrepo container_name: deploy-yumrepo
image: wise2c/yum-repo:v1.13.4 image: wise2c/yum-repo:v1.14.0
ports: ports:
- 2009:2009 - 2009:2009
restart: always restart: always
......
...@@ -4,9 +4,9 @@ set -e ...@@ -4,9 +4,9 @@ set -e
path=`dirname $0` path=`dirname $0`
kubernetes_version=1.13.4 kubernetes_version=1.14.0
harbor_version=1.7.3 harbor_version=1.7.4
docker_version=18.06.3 docker_version=18.09.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}
......
...@@ -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.13/kubernetes-playbook/kubernetes-dashboard-wise2c.yaml.j2 \ curl -sSL https://github.com/wise2c-devops/breeze/raw/v1.14/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 ==="
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment