mirror of https://github.com/kubernetes/kops.git
Merge pull request #2055 from justinsb/protokube_kubectl_16
Upgrade kubectl embedded in protokube to 1.6.0
This commit is contained in:
commit
3fb6f04afa
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -228,11 +228,3 @@ spec:
|
|||
- name: dns-tcp
|
||||
port: 53
|
||||
protocol: TCP
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: kube-dns
|
||||
namespace: kube-system
|
||||
|
|
|
|||
Loading…
Reference in New Issue