We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4adef commit 61c8001Copy full SHA for 61c8001
cluster/images/etcd-version-monitor/README.md
@@ -18,7 +18,7 @@ latency metrics (`etcd_grpc_unary_requests_duration_seconds`) to be exposed.
18
19
To run this tool as a docker container:
20
- make build
21
-- 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
22
23
To run this as a pod on the kubernetes cluster:
24
- Place the 'etcd-version-monitor.yaml' in the manifests directory of
cluster/images/etcd-version-monitor/etcd-version-monitor.yaml
@@ -10,4 +10,3 @@ spec:
10
image: k8s.gcr.io/etcd-version-monitor:0.1.3
11
command:
12
- /etcd-version-monitor
13
- - --logtostderr
0 commit comments