Merge pull request #2055 from justinsb/protokube_kubectl_16

Upgrade kubectl embedded in protokube to 1.6.0
This commit is contained in:
Kris Nova 2017-03-06 08:52:28 -05:00 committed by GitHub
commit 3fb6f04afa
2 changed files with 1 additions and 9 deletions

View File

@ -34,5 +34,5 @@ cp /go/bin/channels /src/.build/artifacts/
# channels uses protokube
cd /src/.build/artifacts/
curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/linux/amd64/kubectl
curl -O https://storage.googleapis.com/kubernetes-release/release/v1.6.0-beta.1/bin/linux/amd64/kubectl
chmod +x kubectl

View File

@ -228,11 +228,3 @@ spec:
- name: dns-tcp
port: 53
protocol: TCP
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-dns
namespace: kube-system