https://pulumi.com logo
l

limited-rainbow-51650

01/09/2020, 2:01 PM
When I use
kubernetesx.PodBuilder(...).asStatefulSetSpec()
, is there support to get my
volumeClaimTemplates
in the spec?
g

gorgeous-egg-16927

01/09/2020, 5:06 PM
No, StatefulSet isn’t quite finished yet. You can use the
kx.StatefulSet
class directly to accomplish this, but you have to specify the
volumeClaimTemplates
manually as usual.
l

limited-rainbow-51650

01/09/2020, 8:28 PM
I thought so… 😏
4 Views