examples: Update Kubernetes from v1.7.5 to v1.7.7

* Update from bootkube v0.6.2 to v0.7.0
* Update kube-dns to fix dnsmasq vulnerability
This commit is contained in:
Dalton Hubble
2017-10-03 14:38:21 -07:00
parent cfcec6ac03
commit 692bf81df8
12 changed files with 23 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
set -eu
DEST=${1:-"bin"}
VERSION="v0.6.2"
VERSION="v0.7.0"
URL="https://github.com/kubernetes-incubator/bootkube/releases/download/${VERSION}/bootkube.tar.gz"

View File

@@ -4,7 +4,7 @@
set -eu
DEST=${1:-"bin"}
VERSION="v1.7.5"
VERSION="v1.7.7"
URL="https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl"

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Manage VM nodes which have a specific set of hardware attributes.
VM_MEMORY=${VM_MEMORY:-1024}
VM_MEMORY=${VM_MEMORY:-1536}
VM_DISK=${VM_DISK:-10}
if [ "$EUID" -ne 0 ]