Open Danil-Grigorev opened 3 weeks ago
As a ClusterClass user I’d like to reuse existing template from a single namespace with multiple Clusters.
ClusterClass
Clusters
It is required to provide customizable restrictions on a cross-namespace access, which can be achieved in k/k 1.30+ by using https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/
1.30+
This change needs to be implemented upstream and have sufficient e2e test coverage.
https://github.com/kubernetes-sigs/cluster-api/pull/11361 https://github.com/kubernetes-sigs/cluster-api/pull/11352
As a
ClusterClass
user I’d like to reuse existing template from a single namespace with multipleClusters
.It is required to provide customizable restrictions on a cross-namespace access, which can be achieved in k/k
1.30+
by using https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/This change needs to be implemented upstream and have sufficient e2e test coverage.