Alix Cook
Alix Cook
**What happened?** I setup the prometheus operator, and none of the kube-state-metrics I would expect were getting scraped. I see `0/28 active targets` for kube-state-metrics in the service discovery view...
`helm install` does not generate the CRDs, which makes the operator basically useless. Since helm 2 is deprecated, we only need to make this work for helm 3. We could...
[The bits](https://github.com/datawire/ambassador-operator/blob/master/.travis.yml#L73-L133) that publish the operator images, manifests, helm chart and github release are unable to run with the current travis configuration. There seem to be some stale credentials, and...
The go packages used by the operator are [pinned to 1.16](https://github.com/datawire/ambassador-operator/blob/master/go.mod#L32), which is now dropped out of the support window. At "some point", these will be incompatible with supported versions...
Use c_char instead of i8 so this is not platform dependent.
## Description Running `rover subgraph schema publish` consistently returns `RATE_LIMIT_EXCEEDED` ### Steps to reproduce Clear steps describing how to reproduce the issue. **Please** link to a reproduction if you can....