-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial release of cluster-standup-teardown module #4
Conversation
Signed-off-by: Marcus Noble <[email protected]>
af5479d
to
c0c442a
Compare
Signed-off-by: Marcus Noble <[email protected]>
Signed-off-by: Marcus Noble <[email protected]>
Signed-off-by: Marcus Noble <[email protected]>
Signed-off-by: Marcus Noble <[email protected]>
Signed-off-by: Marcus Noble <[email protected]>
209bd37
to
70d7693
Compare
type PrivateClusterBuilder struct{} | ||
|
||
// NewClusterApp builds a new private CAPA cluster App | ||
func (c *PrivateClusterBuilder) NewClusterApp(clusterName string, orgName string, clusterValuesFile string, defaultAppsValuesFile string) *application.Cluster { |
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.
just in case I'm missing something. is it actually possible to create a private cluster from the standup cli?
Last time I tried it needed some code changes. If it's a missing feature and you have it under the radar, please ignore :)
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.
It doesn't currently as it wasn't needed by any of the test pipelines.
I find it weird that the leaving that aside, the PR looks good in general |
Naming is hard 😅 The term |
Signed-off-by: Marcus Noble <[email protected]>
ca00840
to
3870735
Compare
Once change I have done based on that is to move the EKS builder under |
Tested in I'm going to merge and release as v1.0.0 |
What does this PR do?
Towards https://github.com/giantswarm/giantswarm/issues/30661
Added
standup
andteardown
CLIsThe majority of this code is copied over from
cluster-test-suites
and modified slightly to make it more useful across multiple applications.Still outstanding but not to be included in this PR:
Checklist