examples: Update self-hosted Kubernetes to v1.5.4

* Use bootkube v0.3.11 binary and image
* Disable anonymous-auth flag for on-host kubelet
* Set the client CA for on-host kubelet, based on kubeconfig
This commit is contained in:
Dalton Hubble
2017-03-10 13:17:32 -08:00
parent 7c53dc5b60
commit 66fb51f006
5 changed files with 15 additions and 9 deletions

View File

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