-
Notifications
You must be signed in to change notification settings - Fork 37
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
Change stack dependency and update readme #149
Conversation
Signed-off-by: Sayali Gaikawad <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
=======================================
Coverage ? 89.47%
=======================================
Files ? 2
Lines ? 38
Branches ? 4
=======================================
Hits ? 34
Misses ? 4
Partials ? 0 ☔ View full report in Codecov by Sentry. |
nightly-playground/README.md
Outdated
|
||
#### Sample command to set up multi-node cluster with security enabled | ||
#### Sample command to set up nighly playground 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.
nightly
@@ -77,5 +75,6 @@ export class NightlyPlaygroundStack { | |||
this.stacks.push(infraStack); | |||
|
|||
infraStack.addDependency(networkStack); | |||
infraStack.addDependency(commonToolsStack); |
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.
What is this?
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.
This means commonsStack needs to be ready before infra stack is deployed
Signed-off-by: Sayali Gaikawad <[email protected]>
Closing this PR as stale |
Description
The commonToolsStack is only required by infra stack. Hence changing the dependency from network stack to infra stack.
Also update the readme with new Params
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.