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: plugins/kubectl-kubeplus-commands
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ print_help () {
16
16
echo" kubectl grantpermission consumer"
17
17
echo" kubectl upload chart"
18
18
echo" kubectl show provider permissions"
19
-
echo" kubectl show consumer permissions <Namespace> <ConsumerName>"
19
+
echo" kubectl show consumer permissions"
20
20
echo" kubectl license create"
21
21
echo" kubectl license get"
22
22
echo" kubectl license delete"
@@ -57,7 +57,7 @@ print_help () {
57
57
echo" Upload Helm chart (tgz) to KubePlus Operator."
58
58
echo""
59
59
echo" - kubectl show provider permissions shows the permissions for kubeplus-saas-provider service account in the namespace where kubeplus is installed."
60
-
echo" - kubectl show consumer permissions shows the RBAC permissions for a consumer. Namespace and ConsumerName are required."
60
+
echo" - kubectl show consumer permissions shows the RBAC permissions for a consumer."
61
61
echo" License Management."
62
62
echo" - kubectl license create - creates license for a Kind"
63
63
echo" - kubectl license get - gets license for a Kind"
0 commit comments