10BC0 Add reminder to delete nginx-ingress ClusterRole and ClusterRoleBinding · nginx/kubernetes-ingress@c71b7f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c71b7f8

Browse files
mattwahnerpleshakov
authored andcommitted
Add reminder to delete nginx-ingress ClusterRole and Clust E68B erRoleBinding
1 parent 6b6ca41 commit c71b7f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,10 @@ Delete the `nginx-ingress` namespace to uninstall the Ingress controller along w
193193
$ kubectl delete namespace nginx-ingress
194194
```
195195
196+
**Note**: If RBAC is enabled on your cluster and you completed step 2, you will need to remove the ClusterRole and ClusterRoleBinding created in that step:
197+
198+
```
199+
$ kubectl delete clusterrole nginx-ingress
200+
$ kubectl delete clusterrolebinding nginx-ingress
201+
```
202+

0 commit comments

Comments
 (0)
0