Revert "Upgrade kubectl embedded in protokube to 1.6.0"

This reverts commit 03b08530cb.
This commit is contained in:
Justin Santa Barbara 2017-03-10 01:23:42 -05:00
parent e73e41f604
commit d5937a4495
2 changed files with 9 additions and 1 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.6.0-beta.1/bin/linux/amd64/kubectl
curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/linux/amd64/kubectl
chmod +x kubectl

View File

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