Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/components/base/experimental/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resources:
components:
- ../common
# EXPERIMENTAL FEATURES ARE LISTED HERE
- ../../features/synthetic-user-permissions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a description about why we should remove it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can add it to the description of the PR.

- ../../features/webhook-provider-certmanager
- ../../features/single-own-namespace
- ../../features/preflight-permissions
Expand Down
8 changes: 0 additions & 8 deletions manifests/experimental-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1361,13 +1361,6 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- groups
- users
verbs:
- impersonate
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -1774,7 +1767,6 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=:8443
- --leader-elect
- --feature-gates=SyntheticPermissions=true
- --feature-gates=WebhookProviderCertManager=true
- --feature-gates=SingleOwnNamespaceInstallSupport=true
- --feature-gates=PreflightPermissions=true
Expand Down
8 changes: 0 additions & 8 deletions manifests/experimental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1361,13 +1361,6 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- groups
- users
verbs:
- impersonate
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -1740,7 +1733,6 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=:8443
- --leader-elect
- --feature-gates=SyntheticPermissions=true
- --feature-gates=WebhookProviderCertManager=true
- --feature-gates=SingleOwnNamespaceInstallSupport=true
- --feature-gates=PreflightPermissions=true
Expand Down
Loading