-
Notifications
You must be signed in to change notification settings - Fork 28
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
Premature Kubectl Wait Return For Composite Resource Readiness #82
Comments
humoflife
changed the title
Premature Composite Resource Readiness
Premature Kubectl Wait Return For Composite Resource Readiness
Jan 26, 2024
Below we can see how the condition was reported as met by kubectl wait and then Ready state was false when queried 3 seconds later with kubectl get.
Note that an immediate kubectl get after the kubectl wait shows Ready state is True as seen below. And consecutively False when running a crossplane beta trace after it.
|
Did you mean to open this issue against this specific function? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When waiting for a composite resource to assume the Ready state, kubectl wait may return prematurely. This could imply that the Ready state is briefly set and then revoked.
Example:
kubectl-v1.27.3 wait vault.sec.upbound.io configuration-vault --for=condition=Ready --timeout 5m
After kubectl wait returned, crossplane beta trace vault.sec.upbound.io configuration-vault shows that the resource is not yet ready.
The text was updated successfully, but these errors were encountered: