Fix etcd-version-monitor readme and yaml file.

This commit is contained in:
RainbowMango 2019-10-21 16:42:18 +08:00
parent ba4adeff20
commit 61c8001244
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ latency metrics (`etcd_grpc_unary_requests_duration_seconds`) to be exposed.
To run this tool as a docker container:
- make build
- docker run --net=host -i -t k8s.gcr.io/etcd-version-monitor:test /etcd-version-monitor --logtostderr
- docker run --net=host -i -t staging-k8s.gcr.io/etcd-version-monitor:0.1.3 /etcd-version-monitor
To run this as a pod on the kubernetes cluster:
- Place the 'etcd-version-monitor.yaml' in the manifests directory of

View File

@ -10,4 +10,3 @@ spec:
image: k8s.gcr.io/etcd-version-monitor:0.1.3
command:
- /etcd-version-monitor
- --logtostderr