mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 09:50:18 +00:00
20 lines
364 B
YAML
20 lines
364 B
YAML
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. |