From a472b72c331376935e3b1186e45c581b87ca9119 Mon Sep 17 00:00:00 2001 From: Meha Bhalodiya Date: Sat, 13 Aug 2022 09:52:02 +0530 Subject: [PATCH] remove insecure port option --- content/en/docs/reference/access-authn-authz/rbac.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/rbac.md b/content/en/docs/reference/access-authn-authz/rbac.md index a681164fe9d10..78b7f9e3fbb8c 100644 --- a/content/en/docs/reference/access-authn-authz/rbac.md +++ b/content/en/docs/reference/access-authn-authz/rbac.md @@ -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