Jay Mundrawala

Results 4 issues of 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...

Focus:Supervisor
Type: Feature

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...