Skip to content

Patch: AWS additionalSecurityGroups #230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dkoshkin opened this issue Oct 16, 2023 · 0 comments · Fixed by #252
Closed

Patch: AWS additionalSecurityGroups #230

dkoshkin opened this issue Oct 16, 2023 · 0 comments · Fixed by #252
Assignees

Comments

@dkoshkin
Copy link
Contributor

Add AWS additionalSecurityGroups configuration AWSMachineTemplates:

apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
  name: <NAME>
spec:
  topology:
    variables:
      - name: clusterConfig
        value:
          controlPlane:
            aws:
              additionalSecurityGroups:
                - sg-1
                - sg-2
      - name: workerConfig
        value:
          aws:
            additionalSecurityGroups:
              - sg-1
              - sg-2
@dkoshkin dkoshkin self-assigned this Oct 16, 2023
@faiq faiq assigned faiq and unassigned dkoshkin Nov 7, 2023
@faiq faiq linked a pull request Nov 7, 2023 that will close this issue
@faiq faiq closed this as completed in #252 Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants