We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 844d789 + 42d4c35 commit c2e2433Copy full SHA for c2e2433
pkg/cinderapi/statefuleset.go
@@ -116,7 +116,8 @@ func StatefulSet(
116
Selector: &metav1.LabelSelector{
117
MatchLabels: labels,
118
},
119
- Replicas: instance.Spec.Replicas,
+ PodManagementPolicy: appsv1.ParallelPodManagement,
120
+ Replicas: instance.Spec.Replicas,
121
Template: corev1.PodTemplateSpec{
122
ObjectMeta: metav1.ObjectMeta{
123
Annotations: annotations,
test/kuttl/common/assert_sample_deployment.yaml
@@ -31,7 +31,7 @@ metadata:
31
kind: CinderAPI
32
name: cinder-api
33
spec:
34
- podManagementPolicy: OrderedReady
+ podManagementPolicy: Parallel
35
replicas: 1
36
revisionHistoryLimit: 10
37
selector:
0 commit comments