Skip to content

Commit

Permalink
additionalControlPlaneIngressRules in AWSManagedControlPlane doesn't …
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coppa committed Oct 4, 2024
1 parent a1908c6 commit 1c62256
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions capi-eks/templates/awsmanagedcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ spec:
rolearn: {{ .Values.cluster.admin_role_arn | quote }}
groups:
- "system:masters"
network:
additionalControlPlaneIngressRules:
- description: "Allow internal access to k8s api endpoint"
protocol: tcp
fromPort: 443
toPort: 443
cidrBlocks:
- "10.0.0.0/8"
region: {{ .Values.cluster.region }}
roleName: eks-controlplane.cluster-api-provider-aws.sigs.k8s.io
sshKeyName: {{ .Values.cluster.ssh_key_name }}

0 comments on commit 1c62256

Please sign in to comment.