-
Notifications
You must be signed in to change notification settings - Fork 30
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
Deployment Guide and Dockerfile for Sample Data Tool #66
Conversation
Signed-off-by: Huy Nguyen <[email protected]>
Signed-off-by: Huy Nguyen <[email protected]>
|
||
For the sample data refresh cronjob: | ||
``` | ||
cd ../../../config/playground/cronjob |
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.
can we change the folder structure here? sample_data_tooling/cronjob?
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.
Done 👍🏽
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.
please fixes the folder before the merge. thanks
Signed-off-by: Huy Nguyen <[email protected]>
…ect#66) * Adds a deployment guide for my tooling as well as the Dockerfile Signed-off-by: Huy Nguyen <[email protected]> * Added an overview section to the README Signed-off-by: Huy Nguyen <[email protected]> * Updated directories for deployment files and added section for testing Signed-off-by: Huy Nguyen <[email protected]>
Signed-off-by: Huy Nguyen [email protected]
Description
This PR adds a deployment guide for containerizing the Sample Data tooling to run within Playground cluster as well as the Dockerfile necessary to build an image.
Issues Resolved
Check List
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.