-
Notifications
You must be signed in to change notification settings - Fork 72
feat: update argo to 2.11.6 #713
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: upgrade argo to v2.11.6
feat: upgrade argo
fix: add backwards compatibility for auth token requests
fix: Only inject one sys-send-status task
- Specifically, if a sidecar is labeled with "sys-tensorboard-like", code attempts to create services and virtual services (routes). - Code will create argo templates that are resource type, where the manifests are the generated resources. The templates are then added right before the template with the sidecar that requires these services and routes.
and dependencies to the entry point template. - Issue: Argo throws this error Message: invalid spec: templates.main.tasks.train-model.dependencies[1] dependency 'k8s-service-resource' not defined
- Otherwise, the step hangs and never finishes, so long as istio container runs.
If Tensorboard has 6006 set, we also set it to 6006.
- workflow.name is assigned at run-time, and may not be DNS compliant for a service name. So that variable is not used.
The new structure is: sys-send-status -> service -> virtual service -> main task If there are multiple sidecars for the same template, they are displayed next to each other, vertically and in parallel.
- The clean up tasks for service(s) and virtualservice(s) will now display vertically. If multiple sidecars were present, parallel vertical rows will display.
- These are the URLs for the side-cars.
- sys-exit will run after deletion of service and virtual service
- This ensures that multiple sidecars will vertically end at the sys-exit task.
sidecars. - This way, sidecars have access
- Not used - We're using a different function
…o.workflows feat: Add support for visualization sidecars
feat: Terminate Workflow action will still execute exitHandler tasks
|
@Vafilor is this the latest Argo update? If so, can you address the conflicts? |
rushtehrani
reviewed
Nov 13, 2020
| } | ||
|
|
||
| volumeClaimItems = append(volumeClaimItems, wfv1.Item{Type: wfv1.String, StrVal: v.Name}) | ||
| item, err := wfv1.ParseItem(`"` + v.Name + `"`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Vafilor is there a better alternative to this?
…function chore: Removing ensureWorkflowRunsOnDedicatedNode function.
feat: remove is valid token endpoint
|
@rushtehrani Rebased. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does:
Which issue(s) this PR fixes:
Fixes onepanelio/core#
Special notes for your reviewer:
Checklist
Please check if applies
Required