Skip to content

Commit

Permalink
Kubernetes 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Jul 27, 2019
1 parent 3b822f4 commit e432d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/init-aws-kubernetes-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export ASG_MAX_NODES="${asg_max_nodes}"
export AWS_REGION=${aws_region}
export AWS_SUBNETS="${aws_subnets}"
export ADDONS="${addons}"
export KUBERNETES_VERSION="1.14.3"
export KUBERNETES_VERSION="1.15.1"

# Set this only after setting the defaults
set -o nounset
Expand Down
2 changes: 1 addition & 1 deletion scripts/init-aws-kubernetes-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
export KUBEADM_TOKEN=${kubeadm_token}
export MASTER_IP=${master_private_ip}
export DNS_NAME=${dns_name}
export KUBERNETES_VERSION="1.14.3"
export KUBERNETES_VERSION="1.15.1"

# Set this only after setting the defaults
set -o nounset
Expand Down

0 comments on commit e432d33

Please sign in to comment.