Merge pull request #35918 from mehabhalodiya/rbac

fix: remove insecure port option
pull/36024/head
Kubernetes Prow Robot 2022-08-16 08:07:08 -07:00 committed by GitHub
commit 095ce4f9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -927,7 +927,6 @@ When bootstrapping the first roles and role bindings, it is necessary for the in
To bootstrap initial roles and role bindings:
* Use a credential with the "system:masters" group, which is bound to the "cluster-admin" super-user role by the default bindings.
* If your API server runs with the insecure port enabled (`--insecure-port`), you can also make API calls via that port, which does not enforce authentication or authorization.
## Command-line utilities