Skip to content

Commit 0b2704e

Browse files
authored
Merge pull request ceph#343 from black-dragon74/cp-deploy-strat-doc-update
api: Update documentation for deployment strategy
2 parents 2618dfb + 4dee3fb commit 0b2704e

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

api/v1/driver_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ type ControllerPluginSpec struct {
216216
PodCommonSpec `json:",inline"`
217217

218218
// DeploymentStrategy describes how to replace existing pods with new ones
219-
// Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
219+
// Default value is Recreate
220220
//+kubebuilder:validation:Optional
221221
DeploymentStrategy *appsv1.DeploymentStrategy `json:"deploymentStrategy,omitempty"`
222222

config/crd/bases/csi.ceph.io_drivers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ spec:
994994
deploymentStrategy:
995995
description: |-
996996
DeploymentStrategy describes how to replace existing pods with new ones
997-
Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
997+
Default value is Recreate
998998
properties:
999999
rollingUpdate:
10001000
description: |-

config/crd/bases/csi.ceph.io_operatorconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ spec:
10031003
deploymentStrategy:
10041004
description: |-
10051005
DeploymentStrategy describes how to replace existing pods with new ones
1006-
Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
1006+
Default value is Recreate
10071007
properties:
10081008
rollingUpdate:
10091009
description: |-

deploy/all-in-one/install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ spec:
15141514
deploymentStrategy:
15151515
description: |-
15161516
DeploymentStrategy describes how to replace existing pods with new ones
1517-
Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
1517+
Default value is Recreate
15181518
properties:
15191519
rollingUpdate:
15201520
description: |-
@@ -15792,7 +15792,7 @@ spec:
1579215792
deploymentStrategy:
1579315793
description: |-
1579415794
DeploymentStrategy describes how to replace existing pods with new ones
15795-
Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
15795+
Default value is Recreate
1579615796
properties:
1579715797
rollingUpdate:
1579815798
description: |-

deploy/charts/ceph-csi-operator/templates/driver-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ spec:
994994
deploymentStrategy:
995995
description: |-
996996
DeploymentStrategy describes how to replace existing pods with new ones
997-
Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
997+
Default value is Recreate
998998
properties:
999999
rollingUpdate:
10001000
description: |-

deploy/charts/ceph-csi-operator/templates/operatorconfig-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ spec:
10001000
deploymentStrategy:
10011001
description: |-
10021002
DeploymentStrategy describes how to replace existing pods with new ones
1003-
Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
1003+
Default value is Recreate
10041004
properties:
10051005
rollingUpdate:
10061006
description: |-

deploy/multifile/crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ spec:
15051505
deploymentStrategy:
15061506
description: |-
15071507
DeploymentStrategy describes how to replace existing pods with new ones
1508-
Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
1508+
Default value is Recreate
15091509
properties:
15101510
rollingUpdate:
15111511
description: |-
@@ -15783,7 +15783,7 @@ spec:
1578315783
deploymentStrategy:
1578415784
description: |-
1578515785
DeploymentStrategy describes how to replace existing pods with new ones
15786-
Default value is RollingUpdate with MaxUnavailable and MaxSurege as 25% (kubernetes default)
15786+
Default value is Recreate
1578715787
properties:
1578815788
rollingUpdate:
1578915789
description: |-

vendor/github.com/ceph/ceph-csi-operator/api/v1/driver_types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)