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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For examples of running Kruize and the operator, see [kruize-demos](https://gith

**For Deployment:**
- kubectl version v1.23.0+
- Access to a Kubernetes v1.23.0+ or OpenShift v4.10+ cluster
- Access to a Kubernetes v1.23.0+ or OpenShift v4.12+ cluster
- [Prometheus](https://github.com/prometheus/prometheus) (for Minikube, Kind clusters)

**For Building/Development:**
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ annotations:
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4

# OpenShift annotations.
com.redhat.openshift.versions: "v4.10-v4.20"
com.redhat.openshift.versions: "v4.12-v4.21"

# Annotations for testing.
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
Expand Down
3 changes: 0 additions & 3 deletions config/rbac/permission_granter_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ rules:
- apiGroups: ["apps"]
resources: ["replicasets", "daemonsets"]
verbs: ["get", "list", "watch"]
- apiGroups: ["autoscaling"]
resources: ["horizontalpodautoscalers"]
verbs: ["get", "list", "watch"]
- nonResourceURLs: ["/metrics"]
verbs: ["get"]
Loading