You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there, I observe similar behavior described in issue 1986 but in a stateful_set, where the pvc will wait for consumer while the pod depends on the pvc.
In the stateful set config, volume_claim_template is as follows
I've looked up the documentation of stateful set. There isn't wait_until_bound config available for volume_claim_template within a stateful set like a proper pvc resource.
Question
How can I let a pvc defined in a volume_claim_template within a stateful set not wait_until_bound? In other words, where is the wait_until_bound option for volume_claim_template in a stateful set? Thanks.
The text was updated successfully, but these errors were encountered:
Hello there, I observe similar behavior described in issue 1986 but in a stateful_set, where the pvc will wait for consumer while the pod depends on the pvc.
In the stateful set config, volume_claim_template is as follows
Terraform configuration
I've looked up the documentation of stateful set. There isn't
wait_until_bound
config available for volume_claim_template within a stateful set like a proper pvc resource.Question
How can I let a pvc defined in a volume_claim_template within a stateful set not wait_until_bound? In other words, where is the wait_until_bound option for volume_claim_template in a stateful set? Thanks.
The text was updated successfully, but these errors were encountered: