rebuilt kube2sky to use v1 api. new image ver is 1.11

pull/6/head
Abhishek Shah 2015-07-06 10:45:01 -07:00
parent 1fc162d74c
commit 1edfc82d96
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
.PHONY: all kube2sky container push clean test
TAG = 1.10
TAG = 1.11
PREFIX = gcr.io/google_containers
all: container

View File

@ -1,22 +1,22 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: kube-dns-v4
name: kube-dns-v5
namespace: default
labels:
k8s-app: kube-dns
version: v4
version: v5
kubernetes.io/cluster-service: "true"
spec:
replicas: {{ pillar['dns_replicas'] }}
selector:
k8s-app: kube-dns
version: v4
version: v5
template:
metadata:
labels:
k8s-app: kube-dns
version: v4
version: v5
kubernetes.io/cluster-service: "true"
spec:
containers:
@ -35,7 +35,7 @@ spec:
- -initial-cluster-token
- skydns-etcd
- name: kube2sky
image: gcr.io/google_containers/kube2sky:1.10
image: gcr.io/google_containers/kube2sky:1.11
resources:
limits:
cpu: 100m