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

Mulighet til å slette Redis instanser #103

Open
tronghn opened this issue Nov 11, 2024 · 0 comments
Open

Mulighet til å slette Redis instanser #103

tronghn opened this issue Nov 11, 2024 · 0 comments

Comments

@tronghn
Copy link
Contributor

tronghn commented Nov 11, 2024

Sletting av ressurser hos Aiven via opprettet via aiven-operator krever i dag at man skrur av .spec.terminationProtection i ressursen før man kan slette den. Dette kan gjøres via kubectl:

kubectl patch redis <navn-på-redis> --type json -p='[{"op": "replace", "path": "/spec/terminationProtection", "value": false}]'

Det hadde vært nyttig om sluttbrukere kunne skrudd av beskyttelsen og gjort slettingen i ett steg, direkte via Console.

Relatert tråd på Slack: https://nav-it.slack.com/archives/C5KUST8N6/p1731077360271539

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

No branches or pull requests

1 participant