-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat: Adds an Argo Server. Closes #1331 #1743
Conversation
Is it xref #1331 ? |
yes |
Will this also support running workflows via this tool (I know argo-events have webhook gateway) or is it mostly "read-only". |
@hnykda You will also be able to run workflows via the API server |
Out of curiousity, is there any ETA on this feature? |
Fixed format and dependency issues
I'm really looking forward to this in the next update! |
We are working on it. v2.5 RC1 is planned on Jan 15. We will keep you
updated. Thanks
…On Wed, Dec 4, 2019 at 1:19 AM Shubham Koli (FaultyCarry) < ***@***.***> wrote:
I'm really looking forward to this next update!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1743>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AICWOVALQ43QODQDJF56GDLQW5YZ5ANCNFSM4JJ64F4Q>
.
--
Thanks & Regards
Saravanan
|
…into apiserverimpl
…into apiserverimpl
} | ||
labels := wfReq.Workflow.GetLabels() | ||
if labels == nil { | ||
labels = make(map[string]string) |
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.
ineffectual assignment to labels
(from ineffassign
)
…into apiserverimpl
Closed in favor of #1882 |
Closes #1331