Use v1 API

(cherry picked from commit 07e75c1dec)
This commit is contained in:
Tim Hockin 2015-06-25 16:28:51 -07:00 committed by Alex Mohr
parent e38221bb8f
commit 538f0381e6
3 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ Create a file named busybox.yaml with the
following contents:
```yaml
apiVersion: v1beta3
apiVersion: v1
kind: Pod
metadata:
name: busybox

View File

@ -1,4 +1,4 @@
apiVersion: v1beta3
apiVersion: v1
kind: ReplicationController
metadata:
name: kube-dns-v4

View File

@ -1,4 +1,4 @@
apiVersion: v1beta3
apiVersion: v1
kind: Service
metadata:
name: kube-dns
@ -10,7 +10,7 @@ metadata:
spec:
selector:
k8s-app: kube-dns
portalIP: {{ pillar['dns_server'] }}
clusterIP: {{ pillar['dns_server'] }}
ports:
- name: dns
port: 53