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

Recover resource state when not present #270

Open
jmendesky opened this issue Aug 3, 2023 · 0 comments
Open

Recover resource state when not present #270

jmendesky opened this issue Aug 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jmendesky
Copy link
Collaborator

Overview

The K8s Operator best practices mention that resource states should always be recoverable if not present.

Feature Request

Resource state should be recovered when not present, for example when resources were recovered from a backup.

Implementation proposal

In order to increase general resiliency, the operator can succeed resources when creation fails because the resource already exists on the provider. This would also work in case of recovery from a deleted state.
This would require one-off runs triggered for runconfigurations to have deterministic names (for example including the hash of the RC's triggers)

@jmendesky jmendesky added the enhancement New feature or request label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant