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
Not getting labels in downloaded manifest, it is getting overridden in backend with workflow_id and cluster_id values.
With multiple-argo servers, the workflows are getting schedules multiple times.
SA and Cluster roles creation having an issue. Random behavior.
Namespaced Scope is having issues. (RBAC issues in event-tracker, Service Accounts etc)
Workflow is still in running state (scheduled 7 days ago), the workflow pods are not present now. Maybe we can remove these entries from the database after a fixed duration
Resource limits in Namespaced mode are making the servers slower to respond.
On first Instantiation, the backend server is getting crashed.
(Edge Case): While re-running a workflow with revert-chaos disabled, we get the chaos-engine already present error. Need to handle this.
YAML Errors need to handle (probes/labels and chaosEngines) (Discussion: Should be handled in backend or frontend) API request can be made to validate the YAML by unmarshaling in backend after saving changes in the editor.
cleanup script requires the PVC to be deleted or else old data will persist.
The workflow got completed but the data we were getting from the backend still show the experiments in running phase
Agents are added in Table, Even when registration failed.
The text was updated successfully, but these errors were encountered:
This issue to created to track backend issues -
API request can be made to validate the YAML by unmarshaling in backend after saving changes in the editor.
The text was updated successfully, but these errors were encountered: