File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
docs/book/src/tasks/experimental-features/cluster-class Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,10 @@ expect when planning your ClusterClass changes:
136
136
is applied to the KCP template in ClusterClass.
137
137
138
138
- User should expect the Cluster topology to change consistently irrespective of how the change has been
139
- implemented inside the ClusterClass; in other words, if you change a template field "in place", if you
140
- rotate the template referenced in the ClusterClass by pointing to a new template with the same field
141
- changed, or if you change the same field via a patch, the effects on the Cluster are the same.
142
-
143
- - Users should expect the Cluster topology to change consistently irrespective of how the change has been
144
- applied to the ClusterClass. In other words, if you change a template field "in place", or if you
145
- rotate the template referenced in the ClusterClass by pointing to a new template with the same field
146
- changed, or if you change the same field via a patch, the effects on the Cluster are the same.
139
+ implemented inside the ClusterClass or applied to the ClusterClass. In other words,
140
+ if you change a template field "in place", or if you rotate the template referenced in the
141
+ ClusterClass by pointing to a new template with the same field changed, or if you change the
142
+ same field via a patch, the effects on the Cluster are the same.
147
143
148
144
See [ reference] ( #reference ) for more details.
149
145
You can’t perform that action at this time.
0 commit comments