pravega / pravega-operator

Pravega Kubernetes Operator
Apache License 2.0
41 stars 38 forks source link

Issue in external access documentation #651

Open RaulGracia opened 1 year ago

RaulGracia commented 1 year ago

Description

In the external access documentation, creating the ClusterRoleBinding does not work because of the API version:

kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1

With Kubernetes 1.22+, the version should be v1 (at lease it worked for me).

Importance

Should have.

Location

Documentation.

Suggestions for an improvement

Fix the documentation.