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
Issue 1 can be worked around by waiting for the downstream fleet-agent to be consistently ready before the HelmOp Calico chart is applied. Or in other words, the CI should insure fleet-agent is not going to restart while installing the chart.
Issue 2 can be fixed by creating the missing namespace in case of Bundle error (if reason contains "namespaces" && "not found"). Technically possible but very elaborate for the CI. A fix upstream would be desirable.
The e2e tests are frequently failing.
After some investigation, it seems that the CI frequently hits the following Fleet issues:
Issue 1 can be worked around by waiting for the downstream fleet-agent to be consistently ready before the HelmOp Calico chart is applied. Or in other words, the CI should insure fleet-agent is not going to restart while installing the chart.
Issue 2 can be fixed by creating the missing namespace in case of Bundle error (if reason contains "namespaces" && "not found"). Technically possible but very elaborate for the CI. A fix upstream would be desirable.