File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
concepts/services-networking
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -224,14 +224,19 @@ reference additional implementation-specific configuration for this class.
224
224
225
225
#### Namespace-scoped parameters
226
226
227
- {{< feature-state for_k8s_version="v1.21 " state="alpha " >}}
227
+ {{< feature-state for_k8s_version="v1.22 " state="beta " >}}
228
228
229
229
` Parameters ` field has a ` scope ` and ` namespace ` field that can be used to
230
230
reference a namespace-specific resource for configuration of an Ingress class.
231
231
` Scope ` field defaults to ` Cluster ` , meaning, the default is cluster-scoped
232
232
resource. Setting ` Scope ` to ` Namespace ` and setting the ` Namespace ` field
233
233
will reference a parameters resource in a specific namespace:
234
234
235
+ Namespace-scoped parameters avoid the need for a cluster-scoped CustomResourceDefinition
236
+ for a parameters resource. This further avoids RBAC-related resources
237
+ that would otherwise be required to grant permissions to cluster-scoped
238
+ resources.
239
+
235
240
{{< codenew file="service/networking/namespaced-params.yaml" >}}
236
241
237
242
### Deprecated annotation
Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ different Kubernetes components.
124
124
| ` HugePageStorageMediumSize ` | ` false ` | Alpha | 1.18 | 1.18 |
125
125
| ` HugePageStorageMediumSize ` | ` true ` | Beta | 1.19 | |
126
126
| ` IndexedJob ` | ` false ` | Alpha | 1.21 | |
127
- | ` IngressClassNamespacedParams ` | ` false ` | Alpha | 1.21 | |
127
+ | ` IngressClassNamespacedParams ` | ` false ` | Alpha | 1.21 | 1.21 |
128
+ | ` IngressClassNamespacedParams ` | ` true ` | Beta | 1.22 | |
128
129
| ` IPv6DualStack ` | ` false ` | Alpha | 1.15 | 1.20 |
129
130
| ` IPv6DualStack ` | ` true ` | Beta | 1.21 | |
130
131
| ` KubeletCredentialProviders ` | ` false ` | Alpha | 1.20 | |
You can’t perform that action at this time.
0 commit comments