Skip to content

Commit

Permalink
rebuilt kube2sky to use v1 api. new image ver is 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtfulCoder committed Jul 6, 2015
1 parent 1fc162d commit 1edfc82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cluster/addons/dns/kube2sky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.PHONY: all kube2sky container push clean test

TAG = 1.10
TAG = 1.11
PREFIX = gcr.io/google_containers

all: container
Expand Down
10 changes: 5 additions & 5 deletions cluster/addons/dns/skydns-rc.yaml.in
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 1edfc82

Please sign in to comment.