From f9fed7fe497b4e88b41b07cef905a1f23d75af13 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Mon, 2 May 2016 13:14:05 -0700 Subject: [PATCH] Remove reference to long-gon readonly port --- docs/admin/accessing-the-api.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/admin/accessing-the-api.md b/docs/admin/accessing-the-api.md index 27ee393ac3..d836cd63d8 100644 --- a/docs/admin/accessing-the-api.md +++ b/docs/admin/accessing-the-api.md @@ -24,6 +24,7 @@ By default the Kubernetes APIserver serves HTTP on 2 ports: - defaults IP is localhost, change with `--insecure-bind-address` flag. - no authentication or authorization checks in HTTP - protected by need to have host access + 2. `Secure Port`: - default is port 6443, change with `--secure-port` flag. @@ -31,9 +32,6 @@ By default the Kubernetes APIserver serves HTTP on 2 ports: - serves HTTPS. Set cert with `--tls-cert-file` and key with `--tls-private-key-file` flag. - uses token-file or client-certificate based [authentication](/docs/admin/authentication). - uses policy-based [authorization](/docs/admin/authorization). - 3. Removed: `ReadOnly Port` - - - For security reasons, this had to be removed. Use the [service account](/docs/user-guide/service-accounts) feature instead. ## Proxies and Firewall rules