You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the edge cluster installation, the agent deployment process times out after creating the necessary resources. The installation sequence proceeds as expected up to the point where it waits for the agent deployment to complete, but it fails to do so within the allocated time frame. This results in a timeout error.
2024-07-09 11:31:23 cronjob auto-upgrade-cronjob created
2024-07-09 11:31:24 persistentvolumeclaim/openhorizon-agent-pvc created
2024-07-09 11:31:24 persistent volume claim created
2024-07-09 11:31:25 deployment.apps/agent created
2024-07-09 11:31:25 Waiting up to 300 seconds for the agent deployment to complete...
error: timed out waiting for the condition
Describe the steps to reproduce the behavior.
No response
Expected behavior.
No response
Screenshots.
No response
Operating Environment
Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered:
responded with the following in the LFEdge messaging app
hi
The only time I have seen this is when something goes wrong with the persistentvolumeclaims. Please issue the following commands and paste the results
kubectl get storageclasses
and
kubectl get persistentvolumeclaims -A
and
kubectl -n <namespace_name> get deploy/agent -o=jsonpath='{$.spec.template.spec.containers[*].image}'; echo ""
Describe the bug.
During the edge cluster installation, the agent deployment process times out after creating the necessary resources. The installation sequence proceeds as expected up to the point where it waits for the agent deployment to complete, but it fails to do so within the allocated time frame. This results in a timeout error.
Describe the steps to reproduce the behavior.
No response
Expected behavior.
No response
Screenshots.
No response
Operating Environment
Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered: