Andrew Hemming
Andrew Hemming
**Describe the bug** When installing this chart with the `--wait` flag, because of the `post-install` hook on the resources in `cadence/templates/server-job.yaml`, they do not get created until Helm considers the...
As documented here by AWS: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html#sessions-remote-port-forwarding
This PR fixes the curl request to retrieve existing versions where the `/versions` endpoint for a given module is not publicly-available. Example of module with public `/versions`: ``` $ curl...
### Describe the bug a clear and concise description of what the bug is. This dashboard shows no data because the metric names referenced are not available in Prometheus: ...
**Describe the problem** Domains configured in Netbird are no longer usable for searching by hostname, including `netbird.selfhosted`. All hosts must now be queried using their fully-qualified domain names. **To Reproduce**...
Children of `volumeClaimTemplates` for Redis, Trivy and Database are missing the manifest properties `apiVersion` and `kind`. Kubernetes adds these by default and ArgoCD constantly tries to remove them, making it...
As per https://github.com/goharbor/harbor-helm/issues/2174, adds the missing PVC manifest properties `apiVersion` and `kind`, so that ArgoCD can properly sync: Symptoms:   Cause:  Fix: see [Files changed](https://github.com/goharbor/harbor-helm/pull/2173/files).
**Describe the problem** We have a Mac user who installed the Netbird client and initially used a setup key to connect to our self-hosted instance. We have now created a...
## Describe the issue kubelogin hangs when using Visual Studio Code with Kubernetes extension. ## To reproduce Configure a kube config file to use kubelogin. Attempt login. It should work...