mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-02 08:12:30 +00:00
Bumps kubernetes and associated tools and images to v1.6.7 (from v1.6.1). Updates weave from v1.9.4 to v2.0.1 Updates cni from a snapshot to v0.5.2. Note that the download location has changed and the tarball no longer includes the `bin` subdirectory, so adjust build to compensate. Signed-off-by: Ian Campbell <ijc@docker.com>
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
kubeadm init --skip-preflight-checks --kubernetes-version @KUBERNETES_VERSION@
|
|
kubectl create -n kube-system -f /etc/weave.yaml
|