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
On the delete resource dialog, provide an optional to make user choose the deletion cascading strategy ("background", "foreground", or "orphan"). Default is "background".
Why is this needed?
The Kubernetes can't increase the PVC size of the StatefulSet volumeClaimTemplates automatically because of the issue. To increase the PVC size of the StatefulSet volumeClaimTemplates without downtime, we have to
Orphan delete the StatefulSet to make the Pod+PVC running (remove the StatefulSet resource only).
kubectl apply the new StatefulSet with new volumeClaimTemplates PVC size.
It would be good that the Kubernetes dashboard UI can support different deletion cascading strategy so we would not have to rely on the kubectl command to achieve above.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
On the delete resource dialog, provide an optional to make user choose the deletion cascading strategy ("background", "foreground", or "orphan"). Default is "background".
Why is this needed?
The Kubernetes can't increase the PVC size of the StatefulSet volumeClaimTemplates automatically because of the issue. To increase the PVC size of the StatefulSet volumeClaimTemplates without downtime, we have to
It would be good that the Kubernetes dashboard UI can support different deletion cascading strategy so we would not have to rely on the kubectl command to achieve above.
The text was updated successfully, but these errors were encountered: