Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kubernetes manifest update for 1.1.0
- remove 'p8s-' prefix everywhere - update docker image to `1.1.0` - update flags as short flag not allowed - fix label indentation - update readiness/liveliness checks to `/healthz` - add port name `http` - set high user/group ID ``` $ kubectl logs -f elastic-exporter-f658cf8dc-ct9dp level=info ts=2019-08-11T03:09:13.131146062Z caller=clusterinfo.go:200 msg="triggering initial cluster info call" level=info ts=2019-08-11T03:09:13.131372027Z caller=clusterinfo.go:169 msg="providing consumers with updated cluster info label" level=error ts=2019-08-11T03:09:13.229194937Z caller=clusterinfo.go:253 msg="failed to get cluster info" err="Get http://elasticsearch:9200/: dial tcp: lookup elasticsearch on 10.1.0.10:53: no such host" level=error ts=2019-08-11T03:09:13.229315897Z caller=clusterinfo.go:174 msg="failed to retrieve cluster info from ES" err="Get http://elasticsearch:9200/: dial tcp: lookup elasticsearch on 10.1.0.10:53: no such host" level=info ts=2019-08-11T03:09:23.131581332Z caller=main.go:153 msg="initial cluster info call timed out" level=info ts=2019-08-11T03:09:23.13198247Z caller=main.go:188 msg="starting elasticsearch_exporter" addr=:9114 ``` ``` $ kubectl exec -it elastic-exporter-f658cf8dc-ct9dp sh / $ id uid=10000 gid=0(root) groups=10000 ```
- Loading branch information