mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user