I’m adding a `livenessProbe` to my setup. Here is ...
# kubernetes
l
I’m adding a
livenessProbe
to my setup. Here is a snippet:
Copy code
livenessProbe: {
    httpGet: {
        path: '/auth',
        port: 80
    },
    initialDelaySeconds: 300,
    timeoutSeconds: 5
}
But when looking at the details of
pulumi up
, I see this:
Copy code
~ livenessProbe : {
    ~ httpGet: {
      }
  }
The details of the
httpGet
are not displayed. Known issue?
w
That is surprising. Probably worth opening an issue. Does the deployment behave as you expect - but just the diff looks misleading?
l
The deployment behaves as expected, so I guess it’s a rendering issue of the change details.
@white-balloon-205 should this be a rendering issue for the gcp provider, or is this a core pulumi issue? Where should I create the ticket?
w
Honestly not sure - but perhaps start with opening in the GCP provider. We can move it if it turns out to be a more general issue. Thanks!
✔️ 1
l
s
@limited-rainbow-51650 This must be an issue in the
pulumi-kubernetes
provider, instead. @white-balloon-205 Can you move it there, please?
w
Done!