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

Allow disabling waiting for specific resources #462

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Conversation

stefanprodan
Copy link
Owner

This PR introduces a new annotation action.timoni.sh/wait: disabled that can be used by module authors to explicitly disable Timoni's readiness check for certain resources. Disable waiting can be useful when a resource is not compatible with Kubernetes kstatus (no Ready condition) or when waiting for a top level object such as PVC or Deployment implies waiting for underlying PVs.

Closes: #421

@stefanprodan stefanprodan added area/api API related issues and pull requests area/runtime Kubernetes operations related issues and pull requests labels Dec 15, 2024
@stefanprodan stefanprodan merged commit 6d56e94 into main Dec 16, 2024
5 checks passed
@stefanprodan stefanprodan deleted the disable-waiting branch December 16, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api API related issues and pull requests area/runtime Kubernetes operations related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

timoni bundle apply is consistently timing out
1 participant