Pete Wall
Pete Wall
Same for me on Mac OS 10.14.3 ``` pwall@PivotalPete:~/test/monkey/monkey-1.6.9/build $ cmake ../ -- Plugin auth enabled -- Plugin cgi enabled -- Plugin cheetah enabled -- Plugin dirlisting enabled -- Plugin...
@geshub, I did the same steps that @greneham listed and now it's working for me on iOS 10.
If you're using the Kubernetes Monitoring Helm chart, we have a full doc on the various methods for scraping additional metric sources: https://github.com/grafana/k8s-monitoring-helm/blob/main/charts/k8s-monitoring/docs/ScrapeApplicationMetrics.md
I am running into the same thing. Haven't dug much into it, but it looks like something changed. running `DEBUG=* ./index.js` shows some debugging info: ``` $ DEBUG=* ./index.js Starting......
The write command (for pushing) allows for adding an updates channel. Here's an example: https://github.com/google/go-containerregistry/blob/7e30746dde2f5a19b609f885dfef4e7b1d1503ad/pkg/v1/tarball/progress_test.go Note: this does not work for pulls, but maybe that's OK? I think the push...
Related to #80
This is a good idea.
Running with sub-charts, leads to having interleaved repeated rewrites: ``` Changes to be applied to wordpress/values.yaml: .global.imageRegistry: harbor-repo.vmware.com .image.repository: pwall/wordpress .global.imageRegistry: harbor-repo.vmware.com .metrics.image.repository: pwall/apache-exporter .global.imageRegistry: harbor-repo.vmware.com .volumePermissions.image.repository: pwall/bitnami-shell .global.imageRegistry: harbor-repo.vmware.com...
(I'll be changing `local-users`, so no worries about leaking the default `test:test`)
OK, figured out the crash. I mis-indented the SecretTemplate definition so `template` was parallel to `spec` and not inside it. Indenting that prevented the crash. Still probably shouldn't crash, so...