-
Notifications
You must be signed in to change notification settings - Fork 670
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
docs: update Flyte sandbox configuration and documentation #4729
docs: update Flyte sandbox configuration and documentation #4729
Conversation
- Add instructions for setting up Flyte sandbox in the Kubernetes plugin documentation - Provide example YAML files for configuring Spark in Flyte sandbox - Update the values-override.yaml file for Flyte sandbox configuration Signed-off-by: jason.lai <[email protected]>
metadata: | ||
name: spark-role | ||
namespace: "{{ namespace }}" | ||
rules: |
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.
One of the tests is complaining about a list being out of range. Not sure if it's a matter of indentation.
Also, this is the Role I've been using with flyte-core on EKS:
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4729 +/- ##
==========================================
+ Coverage 58.33% 58.53% +0.20%
==========================================
Files 626 625 -1
Lines 53938 53669 -269
==========================================
- Hits 31465 31417 -48
+ Misses 19949 19737 -212
+ Partials 2524 2515 -9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Change the link to the `flyte-sandbox Helm chart` in the documentation Signed-off-by: jason.lai <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
- Added a new section for spinning up a cluster - Added a new tab for Flyte sandbox in the documentation Signed-off-by: jason.lai <[email protected]>
…asonlai1218/flyte into enhance-spark-on-flyte-sandbox
Co-authored-by: Samhita Alla <[email protected]> Signed-off-by: David Espejo <[email protected]>
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.
While I haven't tried it using this method (I mean, using the flyte-sandbox Helm chart instead of flytectl demo start
) I see the values reflect what's expected for that chart.
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.
LGTM, thanks for your effort!
@jasonlai1218 Thanks so much! |
Tracking issue
Why are the changes needed?
Currently, official documentation does not provide instructions on how to use Helm to deploy Flyte sandbox on a Kubernetes cluster and configure the Spark plugin.
What changes were proposed in this pull request?
kubectl get pods -n --all-namespaces
tokubectl get pods -n <namespace>
.How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link