mirror of https://github.com/k3s-io/k3s
14 lines
284 B
YAML
14 lines
284 B
YAML
![]() |
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: etcd-version-monitor
|
||
|
namespace: kube-system
|
||
|
spec:
|
||
|
hostNetwork: true
|
||
|
containers:
|
||
|
- name: etcd-version-monitor
|
||
|
image: gcr.io/google-containers/etcd-version-monitor:0.1.0
|
||
|
command:
|
||
|
- /etcd-version-monitor
|
||
|
- --logtostderr
|