-
Notifications
You must be signed in to change notification settings - Fork 171
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
Deploy package in Cluster UI #807
Milestone
Comments
@YrrepNoj @jeff-mccoy Can you add your thoughts about how to do this? |
Good news, we already did the backend for that, just need to wire a ui to it 🤓 |
An api endpoint for this exists. |
Merged
Racer159
added a commit
that referenced
this issue
Apr 18, 2023
## Description Fixes: #1500 Fixes: #1311 ## Closes Fixes: #964 Fixes: #807 Fixes: #794 Fixes: #1500 Fixes: #1311 --------- Co-authored-by: Jessy-Morris <[email protected]> Co-authored-by: Wayne Starr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story
As Ashton I want to select from a list of packages so that I can visually see which packages I am able to deploy into my cluster.
Given I am on the main cluster overview page
When I click Deploy new package button on deployment page
Then the deployment wizard opens
And starts with the screen that shows me all of the local Zarf packages on my system
And I see the name of the package with a button next to it to deploy
When I click deploy package
Then the wizard proceeds to step 2 (Step 1 of init wizard)
Technical
The text was updated successfully, but these errors were encountered: