Skip to content

Commit

Permalink
Remove the endpoint access flags from the commandline
Browse files Browse the repository at this point in the history
Since there's a plethora of commandline options already, remove
the commandline options for cluster API endpoins and only support
setting this configuration through the config file.
  • Loading branch information
D3nn committed Sep 12, 2019
1 parent 60446ae commit 3ae9ad2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions site/content/usage/06-vpc-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,7 @@ further information
on additional steps needed when public=false, private=true.

The Kubernetes API server endpoint access for a cluster can be cofigured for public and private
access by
specifiying the `--vpc-endpoint-access-public` and/or`--vpc-endpoint-access-private` CLI flags to be
`true` (access enabled)
or
`false` (access disabled).

Alternatively, one can configure access in the cluster config file like
the example below:
access using the cluster config file. Example below:

```yaml
vpc:
Expand Down

0 comments on commit 3ae9ad2

Please sign in to comment.