Jay Mundrawala
Jay Mundrawala
Currently, hab does a health check every 30 seconds. This means in most cases, you'll need to wait 30 seconds for hab to tell you a service is healthy. It...
This is required to make sure this works with the application default credentials. Otherwise, they are rejected even if the service account has the correct permissions
We were getting platform identity information multiple times. We would connect, then see the asset's platform not set, and redo it.
As an example query, this should work now: ``` k8s.deployments.all(containers.all(name == 'kube-rbac-proxy')) ``` The containers should only show containers not matching `kube-rbac-proxy` in the results However, list resources do not...
Publishes docker containers when there is a push to main. This allows easily testing out new builds before there is a release. See https://github.com/alexandrevilain/temporal-operator/issues/968
Would it be possible to publish pre-release containers for the operator. The last release only allows going to temporal 1.25.2 which is nearly a year old