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: .golangci.yml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -261,10 +261,6 @@ linters:
261
261
- linters:
262
262
- staticcheck
263
263
text: 'SA1019: (clusterv1alpha3.*|clusterv1alpha4.*) is deprecated: This type will be removed in one of the next releases.'
264
-
# Specific exclude rules for deprecated feature flags
265
-
- linters:
266
-
- staticcheck
267
-
text: 'SA1019: feature.ClusterResourceSet is deprecated: ClusterResourceSet feature is now GA and the corresponding feature flag will be removed in 1.12 release.'
Copy file name to clipboardExpand all lines: docs/book/src/tasks/cluster-resource-set.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@
3
3
The `ClusterResourceSet` feature is introduced to provide a way to automatically apply a set of resources (such as CNI/CSI) defined by users to matching newly-created/existing clusters.
4
4
`ClusterResourceSet` provides a basic solution for installing & managing resources, while for advanced use cases an addon provider must be used.
5
5
6
-
**Feature gate name**: `ClusterResourceSet`
7
-
8
-
**Variable name to enable/disable the feature gate**: `EXP_CLUSTER_RESOURCE_SET`
9
-
10
-
The `ClusterResourceSet` feature is now GA and is enabled by default, but can be disabled by setting the `EXP_CLUSTER_RESOURCE_SET` environment variable to `false`.
11
-
12
6
More details on `ClusterResourceSet` can be found at:
0 commit comments