Merge pull request #84146 from RainbowMango/pr_fix_etcd_version_monitor_readme

Update etcd-version-monitor readme and yaml file.
This commit is contained in:
Kubernetes Prow Robot 2019-12-19 12:39:56 -08:00 committed by GitHub
commit 9295fdbf5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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