File tree Expand file tree Collapse file tree 2 files changed +2
-66
lines changed
Expand file tree Collapse file tree 2 files changed +2
-66
lines changed Original file line number Diff line number Diff line change 1616 dnsPolicy: ClusterFirstWithHostNet
1717 containers:
1818 - name: cluster-tools
19- image: conformance /cluster-tools:v1.0.5
19+ image: lfncnti /cluster-tools:v1.0.6
2020 imagePullPolicy: Always
2121 command: ["/bin/sh"]
2222 args: ["-c", "sleep infinity"]
4545 - name: systemd
4646 hostPath:
4747 path: /run/systemd
48- # ---
49- # apiVersion: apps/v1
50- # kind: DaemonSet
51- # metadata:
52- # name: cluster-tools-k8s
53- # spec:
54- # selector:
55- # matchLabels:
56- # name: cluster-tools-k8s
57- # template:
58- # metadata:
59- # labels:
60- # name: cluster-tools-k8s
61- # spec:
62- # containers:
63- # - name: cluster-tools-k8s
64- # image: conformance/cluster-tools:v1.0.0
65- # imagePullPolicy: Always
66- # command: ["/bin/sh"]
67- # args: ["-c", "sleep infinity"]
68- # volumeMounts:
69- # - mountPath: /run/containerd/containerd.sock
70- # name: containerd-volume
71- # - mountPath: /run/dockershim.sock
72- # name: dockerd-volume
73- # volumes:
74- # - name: containerd-volume
75- # hostPath:
76- # path: /var/run/containerd/containerd.sock
77- # - name: dockerd-volume
78- # hostPath:
79- # path: /run/dockershim.sock
Original file line number Diff line number Diff line change 1515 dnsPolicy: ClusterFirstWithHostNet
1616 containers:
1717 - name: cluster-tools
18- image: conformance /cluster-tools:v1.0.5
18+ image: lfncnti /cluster-tools:v1.0.6
1919 imagePullPolicy: Always
2020 command: ["/bin/sh"]
2121 args: ["-c", "sleep infinity"]
3838 - name: dockerd-volume
3939 hostPath:
4040 path: /run/dockershim.sock
41- # ---
42- # apiVersion: apps/v1
43- # kind: DaemonSet
44- # metadata:
45- # name: cluster-tools-k8s
46- # spec:
47- # selector:
48- # matchLabels:
49- # name: cluster-tools-k8s
50- # template:
51- # metadata:
52- # labels:
53- # name: cluster-tools-k8s
54- # spec:
55- # containers:
56- # - name: cluster-tools-k8s
57- # image: conformance/cluster-tools:v1.0.0
58- # imagePullPolicy: Always
59- # command: ["/bin/sh"]
60- # args: ["-c", "sleep infinity"]
61- # volumeMounts:
62- # - mountPath: /run/containerd/containerd.sock
63- # name: containerd-volume
64- # - mountPath: /run/dockershim.sock
65- # name: dockerd-volume
66- # volumes:
67- # - name: containerd-volume
68- # hostPath:
69- # path: /var/run/containerd/containerd.sock
70- # - name: dockerd-volume
71- # hostPath:
72- # path: /run/dockershim.sock
You can’t perform that action at this time.
0 commit comments