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
Copy file name to clipboardExpand all lines: enhancements/storage/csi-migration.md
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,29 +73,28 @@ In OCP, *FeatureSets* can be used to aggregate one or more feature gates. Then,
73
73
With that in mind, we propose to:
74
74
75
75
1. Create two [new FeatureSets](https://github.com/openshift/api/blob/master/config/v1/types_feature.go#L25-L43) to support CSI migration: `CSIMigrationNode` and `CSIMigrationControlPlane`.
76
-
1.1 Both *FeatureSets* contain the same feature gates: `CSIMigration`, `CSIMIgrationAWS`, `CSIMigrationGCE`, `CSIMigrationAzureDisk`, `CSIMigrationAzureFile`, `CSIMigrationvSphere`, `CSIMigrationOpenStack`.
77
-
1.2 However, only control-plane operators will reacto to the `CSIMigrationControlPlane`*FeatureSet*. The machine-config-operator (MCO) will **ignore** it.
78
-
1.3 On the other hand, only MCO will react to the `CSIMigrationNode`*FeatureSet*. Control-plane operators will ignore it.
76
+
* Both *FeatureSets* contain the same feature gates: `CSIMigration`, `CSIMIgrationAWS`, `CSIMigrationGCE`, `CSIMigrationAzureDisk`, `CSIMigrationAzureFile`, `CSIMigrationvSphere`, `CSIMigrationOpenStack`.
77
+
* However, only control-plane operators will reacto to the `CSIMigrationControlPlane`*FeatureSet*. The machine-config-operator (MCO) will **ignore** it.
78
+
* On the other hand, only MCO will react to the `CSIMigrationNode`*FeatureSet*. Control-plane operators will ignore it.
79
79
2. To enable CSI Migration for any in-tree plugin, the cluster administrator should:
80
-
2.1 Add the `CSIMigrationControlPlane`*FeatureSet* to the `featuregates/cluster` object:
81
-
```shell
82
-
$ oc edit featuregates/cluster
83
-
84
-
(...)
85
-
spec:
86
-
featureSet: CSIMigrationControlPlane
87
-
```
88
-
2.2 Once all control-plane components have restart, add the `CSIMigrationNode`*FeatureSet* to the `featuresgates/cluster` object:
0 commit comments