Skip to content
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

Fixes segfault when VPC CNI is disabled #7927

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

EmmEff
Copy link
Contributor

@EmmEff EmmEff commented Aug 6, 2024

This PR resolves a segfault that occurs when VPC CNI is disabled and a minimal cluster.yaml is used:

apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig

metadata:
  name: my-calico-cluster
  region: us-east-2

addonsConfig:
  disableDefaultAddons: true

addons:
  - name: kube-proxy
  - name: coredns

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello EmmEff 👋 Thank you for opening a Pull Request in eksctl project. The team will review the Pull Request and aim to respond within 1-10 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

@cPu1 cPu1 enabled auto-merge August 16, 2024 08:34
@cPu1 cPu1 added the kind/bug label Aug 16, 2024
@cPu1 cPu1 disabled auto-merge August 16, 2024 10:41
@cPu1 cPu1 force-pushed the resolve-segfault-with-vpc-cni-disabled branch from 82a06cd to 3aa7387 Compare August 16, 2024 10:41
@cPu1 cPu1 merged commit 8e680a0 into eksctl-io:main Aug 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants