Skip to content

Commit 61c8001

Browse files
committed
Fix etcd-version-monitor readme and yaml file.
1 parent ba4adef commit 61c8001

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cluster/images/etcd-version-monitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ latency metrics (`etcd_grpc_unary_requests_duration_seconds`) to be exposed.
1818

1919
To run this tool as a docker container:
2020
- make build
21-
- docker run --net=host -i -t k8s.gcr.io/etcd-version-monitor:test /etcd-version-monitor --logtostderr
21+
- docker run --net=host -i -t staging-k8s.gcr.io/etcd-version-monitor:0.1.3 /etcd-version-monitor
2222

2323
To run this as a pod on the kubernetes cluster:
2424
- Place the 'etcd-version-monitor.yaml' in the manifests directory of

cluster/images/etcd-version-monitor/etcd-version-monitor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ spec:
1010
image: k8s.gcr.io/etcd-version-monitor:0.1.3
1111
command:
1212
- /etcd-version-monitor
13-
- --logtostderr

0 commit comments

Comments
 (0)