https://pulumi.com logo
l

limited-rainbow-51650

02/17/2020, 11:17 AM
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

white-balloon-205

02/18/2020, 3:39 AM
That is surprising. Probably worth opening an issue. Does the deployment behave as you expect - but just the diff looks misleading?
l

limited-rainbow-51650

02/18/2020, 6:45 AM
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

white-balloon-205

02/18/2020, 4:53 PM
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

limited-rainbow-51650

02/18/2020, 5:43 PM
s

stocky-island-3676

02/21/2020, 6:50 PM
@limited-rainbow-51650 This must be an issue in the
pulumi-kubernetes
provider, instead. @white-balloon-205 Can you move it there, please?
w

white-balloon-205

02/21/2020, 6:56 PM
Done!
5 Views