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
What happened:
When I reduce the volumeClaimTemplates list of the cloneset from two to one, while also increasing the replicas, and setting the partition to replicas, the creation of the pod gets stuck. This is because the volumeClaimTemplates information is not saved in the controllerrevision, resulting in the generated old version of the pod having only a volume mount, but no volume
Additionally, the native statefulset does not allow modifications to the volumeClaimTemplates field.
What you expected to happen:
Successfully create an old version of the pod.
How to reproduce it (as minimally and precisely as possible):
Create a cloneset with a volumeClaimTemplates field, which has two elements.
Remove one element from the volumeClaimTemplates in the cloneset, while simultaneously increasing the replicas, and setting the partition to replicas.
The creation of the pod gets stuck.
Anything else we need to know?:
Environment:
Kruise version: 1.4
Kubernetes version (use kubectl version): 1.16
Install details (e.g. helm install args):
Others:
The text was updated successfully, but these errors were encountered:
bwj1993
changed the title
[BUG] When I reduce the volumeClaimTemplates list of the cloneset from two to one, while also increasing the replicas, and setting the partition to replicas, the creation of the pod gets stuck. This is because the volumeClaimTemplates information is not saved in the controllerrevision, resulting in the generated old version of the pod having only a volume mount, but no volume
[BUG] When the cloneset volumeClaimTemplates are modified, the newly expanded old version pod will fail to create.
Dec 31, 2024
What happened:
When I reduce the volumeClaimTemplates list of the cloneset from two to one, while also increasing the replicas, and setting the partition to replicas, the creation of the pod gets stuck. This is because the volumeClaimTemplates information is not saved in the controllerrevision, resulting in the generated old version of the pod having only a volume mount, but no volume
Additionally, the native statefulset does not allow modifications to the volumeClaimTemplates field.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
): 1.16The text was updated successfully, but these errors were encountered: