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

SecurityGroup is not deleting correctly #326

Open
outscale-mdr opened this issue Mar 21, 2024 · 0 comments
Open

SecurityGroup is not deleting correctly #326

outscale-mdr opened this issue Mar 21, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@outscale-mdr
Copy link
Contributor

What happened

When the provider is trying to delete the cluster. It sometimes get stuck on SG deletion.

If two SG (a and b) are as follows:

  • SG a
  • SG b has an SG rules for SG a

The provider will not delete the cluster correctly because the rule in SG b is still existing when deleting SG a.

Instead of trying the same SG all the time, we would go to the next one before retrying the same one during 10 minutes.

Step to reproduce

Talos example

Expected to happen

N/A

Add anything

N/A

cluster-api output

N/A

Environment

- Kubernetes version: (use `kubectl version`): 
- OS (e.g. from `/etc/os-release`):
- Kernel (e.g. `uname -a`):
- cluster-api-provider-outscale version:
- cluster-api version: 
- Install tools:
- Kubernetes Distribution:
- Kubernetes Diestribution version:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants