1234567891011121314151617181920 |
- apiVersion: v1
- kind: ReplicationController
- metadata:
- name: kube-dns-v10
- namespace: kube-system
- spec:
- replicas: 1
- selector:
- k8s-app: kube-dns
- template:
- metadata:
- labels:
- k8s-app: kube-dns
- spec:
- containers:
- - name: carbon-relay
- image: banno/carbon-relay
- args:
- -
- # above is the empty arg string.
|