Brock Alberry

Results 9 comments of Brock Alberry

@somnusfish Prometheus is installed using prometheus operator from the kube-prometheus-stack chart here: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/README.md It will even persist data (and keep data in the same time series) if you fully delete...

Current workaround for me is to carefully `tf state rm flux_bootstrap_git.bootstrap` when appropriate, then `tf apply`.

That is what I'm doing. The example I give is using the `flux-system` namespace, the root of the problem is that `flux_bootstrap_git` takes ownership of the namespace (ie. a `tf...

That's fine, but right now the provider allows you pre create a secret in the namespace, my example in the report is the smallest possible using tf. In a more...

If you are that adamant, then I guess the only question I have is: What is the appropriate way to use `disable_secret_creation = true`? I must be misunderstanding its purpose...

... that linked example looks exactly like the example I wrote in the initial report. I feel like you haven't extensively used your own example otherwise you would eventually encounter...

I hit the exact same issues. Documentation clearly says `goharbor/prepare:v2.0` but it should say `goharbor/prepare:v2.0.0` (note the extra **.0** at the end) Evidence: https://hub.docker.com/r/goharbor/prepare/tags?page=1&name=2.0 Also had the same where `harbor_internal_ca.crt`...

looks like this broke in this commit: https://github.com/prometheus-community/helm-charts/commit/20f22df45471ad92d782a0ec4b6a725c8223fa0c. thats the first time this `cluster` label was added to the default query. It took a while to track down where it...

These are all valid criticisms, thoughts on each: - **The K8s feature is in beta** Fair, but k8s betas are extremely reliable, and tend not to change the contract _that_...