Skip to content

Commit

Permalink
Update docs/advanced/advanced.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Davidson <[email protected]>
Signed-off-by: Poška <[email protected]>
  • Loading branch information
WeaselScience and brandond authored Sep 27, 2023
1 parent b0964f3 commit 8f7af72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Because they do not host a kubelet, they cannot run pods or be managed by operat
Running agentless servers may be advantageous if you want to obscure your control-plane nodes from discovery by agents and workloads, at the cost of increased administrative overhead caused by lack of cluster operator support.
By default, the apiserver will not be able to make outgoing connections to any admission webhooks running in agents. To remedy this, also set the `--egress-selector-mode` server flag to either `pod` or `cluster`. If you are changing this flag in a cluster with already running agents, you'll need to restart the agents for the flag to take effect.
By default, the apiserver on agentless servers will not be able to make outgoing connections to admission webhooks or aggregated apiservices running within the cluster. To remedy this, set the `--egress-selector-mode` server flag to either `pod` or `cluster`. If you are changing this flag on an existing cluster, you'll need to restart all nodes in the cluster for the option to take effect.

## Running Rootless Servers (Experimental)
> **Warning:** This feature is experimental.
Expand Down

0 comments on commit 8f7af72

Please sign in to comment.