Parth Mishra

Results 7 comments of Parth Mishra

I think I figured out how to do this with Kustomize. I added the following to my `kustomization.yaml`: ``` secretGenerator: - name: mysql-credential behavior: replace file: - cloudsql-credentials ``` The...

In case anyone else is still struggling with this, I see that the [example kube-state-metrics](https://github.com/Stackdriver/stackdriver-prometheus-sidecar/blob/master/kube/full/kube-state-metrics.yaml) deployment scrapes it via service discovery so that it's collected in a 'kubernetes-services-endpoints' Prometheus job....

Try setting the GRAFANA_AUTH env variable to the identity token. For example, using a service account: ```bash GRAFANA_AUTH=$(gcloud print-identity-token --impersonate-service-account= --audiences= --include-email) ```

> I'm not sure if I agree that `gargle` shouldn't still go through `cred_funs` if you pass in a token and that token is malformed or has other issues. If...

@jennybc a lot of us have been running into the `credentials_gce()` failing on 1.2.0 (Vertex AI R-notebooks env) but it seems fixed in development version due to #185 and we've...

> It depends on which backend server are you using? Is it `ruff-lsp` or the native server? Do you have the `ruff.nativeServer` setting set in VS Code? Using the normal...

I think this issue affects steps that are stuck in imagepullbackoff pending state. Terminate doesn't seem to do anything.