You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/book/src/getting-started.md
-1
Original file line number
Diff line number
Diff line change
@@ -464,7 +464,6 @@ After making the necessary changes, run the `make generate` command. This will p
464
464
<h1>RBAC generate under config/rbac</h1>
465
465
466
466
For each Kind, Kubebuilder will generate scaffold rules with view and edit permissions. (i.e. `memcached_editor_role.yaml` and `memcached_viewer_role.yaml`)
467
-
Those rules are not applied on the cluster when you deploy your solution with `make deploy IMG=myregistery/example:1.0.0`.
468
467
Those rules are aimed to help system admins know what to allow when granting permissions to a group of users.
0 commit comments