Prune Sebastien THOMAS
Prune Sebastien THOMAS
GRPC could be another project then... but with go modules it's easy to pull needed packages :) I'll see to make a PR soon. Thanks for fast answer
looking into it, thanks @mikkeloscar
the `docs` folder is the one on `master`, where the chart files are. So I guess we should be good to go. Sadly, I can't test it until we merge...
PR for the `gh-pages` branch: https://github.com/zalando-incubator/kube-metrics-adapter/pull/433
https://helm.sh/docs/topics/chart_repository/#github-pages-example could help achieve that quickly. I can help too
@mikkeloscar there is a procedure here to enable Github pages and all: https://helm.sh/docs/topics/chart_repository/#github-pages-example I can't do that myself, it needs to be done by an admin of the project
Thanks @mikkeloscar It seems it would be easier to maintain the chart in another branch (like `gh-pages`) else it's more complicated to trigger on a change on master, as updating...
PR at https://github.com/zalando-incubator/kube-metrics-adapter/pull/432 but needs Pages to be served from the `gh-pages` branch first. Thanks !
I added a `elasticsearch-cluster` resource and the operator is not failing anymore. So the issue seems to be at the resource discovery or watch, which does not expect to have...
@stevesloka I finally deleted all the files related to the cluster (CRD, services, PVC, PV...) and I think the operator started successfully. That does not explain why the operator crashed...