Skip to content

Commit 1f7160a

Browse files
kamialieTimothy-Dougherty
authored andcommitted
Fix webhook port value (kubernetes-sigs#2795)
1 parent 3dc7c04 commit 1f7160a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
138138
139139
## Network Configuration
140140
141-
Review the [worker nodes security group](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) docs. The node security group must permit incoming traffic on TCP port 9943 from the kubernetes control plane. This is needed for webhook access.
141+
Review the [worker nodes security group](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) docs. The node security group must permit incoming traffic on TCP port 9443 from the kubernetes control plane. This is needed for webhook access.
142142
143143
If you use [eksctl](https://eksctl.io/usage/vpc-networking/), this is the default configuration.
144144

0 commit comments

Comments
 (0)