Skip to content

Commit 1b1fd27

Browse files
author
Shubhra Kar
authored
Merge pull request #33 from fayazg/k8s1.8
kubernetes upgrade
2 parents 10c7d2d + de726fd commit 1b1fd27

20 files changed

+35
-44
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Follow the on screen instructions answering questions about the cluster. You can
8989
| Which Triton networks should be used for this environment | Joyent-SDC-Public | <kbd>enter</kbd> |
9090
| Which Triton package should be used for Global Cluster Manager server(s) | k4-highcpu-kvm-1.75G | k4-highcpu-kvm-3.75G |
9191
| Which Triton package should be used for Global Cluster Manager database server | k4-highcpu-kvm-1.75G | k4-highcpu-kvm-3.75G |
92-
| docker-engine install script | <https://releases.rancher.com/install-docker/1.12.sh> | <kbd>enter</kbd> |
92+
| docker-engine install script | <https://releases.rancher.com/install-docker/17.03.sh> | <kbd>enter</kbd> |
9393

9494
After verification of the entries, setup will start Cluster Manager in HA mode on Joyent Cloud. This will be a two node HA configuration with a shared database node.
9595

@@ -114,7 +114,7 @@ The Triton credentials are pulled from environment variables. If `eval "$(triton
114114
| Which Triton package should be used for triton-test environment etcd nodes | k4-highcpu-kvm-1.75G | k4-highcpu-kvm-3.75G |
115115
| Which Triton package should be used for triton-test environment orchestration nodes running apiserver/scheduler/controllermanager/... | k4-highcpu-kvm-1.75G | k4-highcpu-kvm-3.75G |
116116
| Which Triton package should be used for triton-test environment compute nodes | k4-highcpu-kvm-1.75G | k4-highcpu-kvm-3.75G |
117-
| docker-engine install script | <https://releases.rancher.com/install-docker/1.12.sh> | <kbd>enter</kbd> |
117+
| docker-engine install script | <https://releases.rancher.com/install-docker/17.03.sh> | <kbd>enter</kbd> |
118118

119119
After verification of the entries, setup will create a Kubernetes environment in HA mode on Joyent Cloud. This will be a three worker/three ETCD/three Kubernetes Services node configuration managed by the previously started cluster manager ([global-cluster](#starting-a-global-cluster-manager)).
120120

@@ -155,7 +155,7 @@ aws ec2 describe-images --image-id ami-0def3275
155155
| What size hosts should be used for aws-test environment orchestration nodes running apiserver/scheduler/controllermanager/... | t2.micro | t2.small |
156156
| What size hosts should be used for aws-test environment compute nodes | t2.micro | t2.small |
157157
| Which ssh public key should these hosts be set up with | | \[your public ssh key] |
158-
| docker-engine install script | <https://releases.rancher.com/install-docker/1.12.sh> | <kbd>enter</kbd> |
158+
| docker-engine install script | <https://releases.rancher.com/install-docker/17.03.sh> | <kbd>enter</kbd> |
159159

160160
After verification of the entries, setup will create a Kubernetes environment in HA mode running on AWS. This will be a three worker/three ETCD/three Kubernetes Services node configuration managed by the previously started cluster manager ([global-cluster](#starting-a-global-cluster-manager)).
161161

@@ -176,7 +176,7 @@ After verification of the entries, setup will create a Kubernetes environment in
176176
| What size hosts should be used for azure-test environment orchestration nodes running apiserver/scheduler/controllermanager/... | Standard_A1 | Standard_A2 |
177177
| What size hosts should be used for azure-test environment compute nodes | Standard_A1 | Standard_A2 |
178178
| Which ssh public key should these hosts be set up with | | \[public ssh key] |
179-
| docker-engine install script | <https://releases.rancher.com/install-docker/1.12.sh> | <kbd>enter</kbd> |
179+
| docker-engine install script | <https://releases.rancher.com/install-docker/17.03.sh> | <kbd>enter</kbd> |
180180

181181
After verification of the entries, setup will create a Kubernetes environment in HA mode running on Azure. This will be a three worker/three ETCD/three Kubernetes Services node configuration managed by the previously started cluster manager ([global-cluster](#starting-a-global-cluster-manager)).
182182

@@ -195,6 +195,6 @@ After verification of the entries, setup will create a Kubernetes environment in
195195
| What size hosts should be used for gcp-test environment etcd nodes | n1-standard-1 | n1-standard-2 |
196196
| What size hosts should be used for gcp-test environment orchestration nodes running apiserver/scheduler/controllermanager/... | n1-standard-1 | n1-standard-2 |
197197
| What size hosts should be used for gcp-test environment compute nodes | n1-standard-1 | n1-standard-2 |
198-
| docker-engine install script | <https://releases.rancher.com/install-docker/1.12.sh> | <kbd>enter</kbd> |
198+
| docker-engine install script | <https://releases.rancher.com/install-docker/17.03.sh> | <kbd>enter</kbd> |
199199

200200
After verification of the entries, setup will create a Kubernetes environment in HA mode running on GCP. This will be a three worker/three ETCD/three Kubernetes Services node configuration managed by the previously started cluster manager ([global-cluster](#starting-a-global-cluster-manager)).

packer/rancher-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ builders:
88
provisioners:
99
- type: shell
1010
inline:
11-
- sudo curl "https://releases.rancher.com/install-docker/1.12.sh" | sh
11+
- sudo curl "https://releases.rancher.com/install-docker/17.03.sh" | sh
1212
- sudo apt-get install jq -y
1313
- sudo docker pull rancher/healthcheck:v0.3.3
1414
- sudo docker pull rancher/net:v0.11.9

packer/rancher-host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ builders:
88
provisioners:
99
- type: shell
1010
inline:
11-
- sudo curl "https://releases.rancher.com/install-docker/1.12.sh" | sh
11+
- sudo curl "https://releases.rancher.com/install-docker/17.03.sh" | sh
1212
- sudo apt-get install jq -y

packer/rancher-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ builders:
88
provisioners:
99
- type: shell
1010
inline:
11-
- sudo curl "https://releases.rancher.com/install-docker/1.12.sh" | sh
11+
- sudo curl "https://releases.rancher.com/install-docker/17.03.sh" | sh
1212
- sudo apt-get install jq -y
1313
- sudo docker pull rancher/server:v1.6.10

template_aws_environment.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ aws_public_key_path=/path/to/id_rsa.pub
3131
# k8s_registry_username=username
3232
# k8s_registry_password=password
3333

34-
docker_engine_install_url=https://releases.rancher.com/install-docker/1.12.sh
34+
docker_engine_install_url=https://releases.rancher.com/install-docker/17.03.sh

template_azure_environment.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ azure_public_key_path=/path/to/id_rsa.pub
3333
# k8s_registry_username=username
3434
# k8s_registry_password=password
3535

36-
docker_engine_install_url=https://releases.rancher.com/install-docker/1.12.sh
36+
docker_engine_install_url=https://releases.rancher.com/install-docker/17.03.sh

template_clustermanager.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ mysqldb_package=k4-highcpu-kvm-7.75G
3131
# rancher_registry_username=username
3232
# rancher_registry_password=password
3333

34-
docker_engine_install_url=https://releases.rancher.com/install-docker/1.12.sh
34+
docker_engine_install_url=https://releases.rancher.com/install-docker/17.03.sh

template_gcp_environment.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ gcp_instance_zone=us-west1-a
2929
# k8s_registry_username=username
3030
# k8s_registry_password=password
3131

32-
docker_engine_install_url=https://releases.rancher.com/install-docker/1.12.sh
32+
docker_engine_install_url=https://releases.rancher.com/install-docker/17.03.sh

template_triton_environment.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ compute_package=k4-highcpu-kvm-1.75G
3333
# k8s_registry_username=username
3434
# k8s_registry_password=password
3535

36-
docker_engine_install_url=https://releases.rancher.com/install-docker/1.12.sh
36+
docker_engine_install_url=https://releases.rancher.com/install-docker/17.03.sh

terraform/modules/aws-rancher-k8s/files/install_rancher_agent.sh.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/sh
2-
# This script just wraps https://releases.rancher.com/install-docker/1.12.sh
3-
# It disables firewalld on CentOS.
2+
# Disable firewalld on CentOS.
43
# TODO: Replace firewalld with iptables.
54

65
if [ -n "$(command -v firewalld)" ]; then
@@ -20,4 +19,4 @@ if [ "${rancher_registry_username}" != "" ]; then
2019
fi
2120

2221
# Run Rancher agent container
23-
${rancher_agent_command}
22+
${rancher_agent_command}

0 commit comments

Comments
 (0)