-
Notifications
You must be signed in to change notification settings - Fork 669
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
Trim sandbox #727
Trim sandbox #727
Conversation
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.
Looks great!
@@ -964,7 +945,7 @@ spec: | |||
- sh | |||
- -c | |||
- until pg_isready -h postgres -p 5432; do echo waiting for database; sleep 2; done; | |||
image: postgres:10.1 | |||
image: postgres:10.16-alpine |
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.
nice!
@@ -988,9 +969,8 @@ spec: | |||
- /etc/flyte/config/*.yaml | |||
- migrate | |||
- seed-projects | |||
- flytesnacks | |||
- flytetester |
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 remove this one as well?
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's used by the current version of flytetester image used in endtoend tests.... once that migrates off, then we can
@@ -0,0 +1,3 @@ | |||
propeller: |
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.
i guess the default should have been this - like in the test also? will speed up tests? But, then we want to test resource manager
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.
We only use it for qubole today and we do not test qubole in endtoend tests... our testing story needs some rethinking... but I agree we should have some integration tests that validate this is behaving correctly...
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.
Couple nits
* Trim Sandbox * Add namespace * Use smaller postgres * allow anonymous connections to postgres * trim * PR Comments, trim test kustomize too * More cleanup * add back flytetester project for testing * Revert the rename * revert ingress change * PR Comments
Based on the following kustomize changes: - cd4a3d5 Trim sandbox (flyteorg#727) - 9b59ac6 Update propeller version and config (flyteorg#580)
Based on the following kustomize change: - cd4a3d5 Trim sandbox (flyteorg#727)
Based on the following kustomize changes: - cd4a3d5 Trim sandbox (flyteorg#727) - 9b59ac6 Update propeller version and config (flyteorg#580) Signed-off-by: Sören Brunk <soeren@brunk.io>
Based on the following kustomize change: - cd4a3d5 Trim sandbox (flyteorg#727) Signed-off-by: Sören Brunk <soeren@brunk.io>
Based on the following kustomize changes: - cd4a3d5 Trim sandbox (flyteorg#727) - 9b59ac6 Update propeller version and config (flyteorg#580) Signed-off-by: Sören Brunk <soeren@brunk.io>
Based on the following kustomize change: - cd4a3d5 Trim sandbox (flyteorg#727) Signed-off-by: Sören Brunk <soeren@brunk.io>
Based on the following kustomize changes: - cd4a3d5 Trim sandbox (flyteorg#727) - 9b59ac6 Update propeller version and config (flyteorg#580) Signed-off-by: Sören Brunk <soeren@brunk.io>
Based on the following kustomize change: - cd4a3d5 Trim sandbox (flyteorg#727) Signed-off-by: Sören Brunk <soeren@brunk.io>
* update docs theme (#876) * update docs theme Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * remove sphinx material and readthedocs search Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update flytekit link Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * add readthedocs sphinx search Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update community link Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm chart for Flyte - initial commit Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * remove new lines Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Added autogenerated Helm docs Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * improve templates Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Support gRPC loadbalncing for EKS with AWS ALB Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Use external chart dependencies for contour and spark-operator Bump versions Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update task plugin config Based on the following kustomize changes: - cd4a3d5 Trim sandbox (#727) - 9b59ac6 Update propeller version and config (#580) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Updating Spark config to force default credentials chain for AWS Based on the following kustomize change: - 0e2dd72 Updating Spark config to force default credentials chain for AWS (#674) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update contour GRPC annotation Based on the following kustomize change: - 46864a5 Access GRPC services using projectcontour (#686) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Enabling Event version 1 by default Based on the following kustomize change: - 658aecd Enabling Event version 1 by default (#689) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Improve getting started experience Based on the following kustomize change: - fbe7e68 Improve getting started experience (#694) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Exponential error back-off in case of system errors Based on the following kustomize change: - 0844a44 Exponential error back-off in case of system errors (#693) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Trim sandbox Based on the following kustomize change: - cd4a3d5 Trim sandbox (#727) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update default RAM Request for tasks in sandbox Based on the following kustomize change: - 72c5705 Update default RAM Request for tasks in sandbox (#750) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update Admin task resources Based on the following kustomize change: - b13de21 Update Admin task resources (#753) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Add kubernetes dashboard and update deployments Based on the following kustomize changes: - a14fd47 Update deployments with latest k8s library deps (#826) - f149af8 Add kubernetes dashboard to sandbox overlay (#789) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update EKS Ingress Use default Docker images in EKS Helm values. Based on the following kustomize changes: - 4e0eed6 Update EKS Ingress and Instructions (#825) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Move GRPC annotations from ingress to services where possible Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Improve installation docs Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Downgrade Ingress API version for K8S 1.18 compatibility Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add tls option for ingress Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Remove redundant default values from EKS config Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Simplify Helm storage configuration Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * [wip] Helm components (#921) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Working helm deployment Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * more docs Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add references to flyteadmin config Signed-off-by: Katrina Rogan <katroganGH@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Improved value.yaml docs Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * updated yaml Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Updated working basic eks config Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Improve installation docs and bump versions Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix service account annotation structure in templates Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fully working Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update image tags, fix customDataConfig and expose defaultIamRole as a template field Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Allow remote data config for admin Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Use bet version of ingress (#988) "Hey so, I noticed that you are using the Ingress class out of beta, which is kind of an issue-- the Ingress class was moved out of beta in the 1.19 release, which happened in late august. If flyte is run in clusters older than this (e.g. 1.18), then this will fail. EKS only started offering 1.19 a couple of months ago, and the GKE regular channel defaults to 1.18, so this really won't work for most of your users. Do you guys mind if I file a pr to move back to the beta ingress version? I don't see you guys using anyhting required from the GA version, and beta has been serving everyone well for the past 6 years" Signed-off-by: JD <jdpcbs@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add auth services to ingress Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Support imagePullSecrets for service accounts Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update Console version Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add Auth support to Helm chart - Move grpc routes into template function Based on - 840f250 Add Auth Ingress endpoints (#982) - 1ede375 Authentication Config Examples (#970) - 77941a3 explicitly grant flyteworkflow finalizer permissions to flytepropeller (#930) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update flytepropeller Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add Pod Webhook deployment to Helm chart (#972) * Add Pod Webhook deployment to Helm chart Based on a8c01e5 Pod Webhook deployment & Doc (#857) Signed-off-by: Sören Brunk <soeren@brunk.io> * Remove K8s Job for Pod Webhook Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Haytham Abuelfutuh <haytham@afutuh.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * dark theme updates (#883) Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Release automation addedd for flyte definition (#835) * wip: added script for release automation Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: added manual github workflow Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: added release workflow Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: fix e2e testcase Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: small fixes Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: revert version in kustomize Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: revert kustomize changes Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: added generated kustomize output Signed-off-by: yuvraj <evalsocket@gmail.com> * update latest version of component Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: added generated kustomize output Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: added message input in workflow Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: remove release automation from kustomize command Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: generate kustomize output Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: revert webhook and build kustomize output Signed-off-by: yuvraj <evalsocket@gmail.com> * updated release workflow Signed-off-by: yuvraj <evalsocket@gmail.com> * fix typo Signed-off-by: yuvraj <evalsocket@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Milestone 0.12.0 (#888) * Update Flyte Components Signed-off-by: Flyte-Bot <admin@flyte.org> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update endtoend to flytekit 0.17 Signed-off-by: wild-endeavor <wild-endeavor@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * empty changelog Signed-off-by: wild-endeavor <wild-endeavor@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update ChangeLog Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * before pull from flyte-bot-update-releases Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: EngHabu <EngHabu@users.noreply.github.com> Co-authored-by: wild-endeavor <wild-endeavor@users.noreply.github.com> Co-authored-by: HackMD <no-reply@hackmd.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update index.rst (#884) * Update index.rst Add Flyte users to Who's Using Flyte and Meet Flyte. * Update rsts/index.rst Co-authored-by: Ketan Umare <16888709+kumare3@users.noreply.github.com> * Update index.rst Co-authored-by: Ketan Umare <16888709+kumare3@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Dashboard updates (#886) * Adding additional metrics in Flyteadmin dashboard Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * Flytepropeller metrics added Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * Added queue metrics Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated name Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add init container that will pre-create buckets in minio (#905) * Add init container that will pre-create buckets in minio Signed-off-by: Jeev B <jeev.balakrishnan@freenome.com> * move minio tag override to overlay Signed-off-by: Jeev B <jeev.balakrishnan@freenome.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add LF AI & Data Logo to README (#902) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Explaining the state machine used by FlytePropeller and Flyte (#903) * Explaining the state machine used by FlytePropeller and Flyte - this document helps to explain the various states a workflow, node and task transitions through. - TODO add a small table that helps users understand what a state in the UI represents Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated docs (addressed comments) Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * comments addressed - image for nodes improved Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix default eks storage config (#907) * Fix default eks storage config Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * kustomize Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * bump Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Remove flyteadmin config options which now have defaults (#917) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Contribution Guide (#922) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * explicitly grant flyteworkflow finalizer permissions to flytepropeller (#930) * explicitly grant flyteworkflow finalizer permissions to flytepropeller Signed-off-by: akumor <akumor@gmail.com> * add kustomize output after adding flyteworkflows/finalizers rbac Signed-off-by: akumor <akumor@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add dynamic running state to node state machine (#929) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Updated Boilerplate Code (#932) Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Added goreleaser for publishing menifest (#927) * added goreleaser for publishing menifest Signed-off-by: yuvraj <evalsocket@gmail.com> * Rename release file name Signed-off-by: yuvraj <evalsocket@gmail.com> * Added script for artifacts Signed-off-by: yuvraj <evalsocket@gmail.com> * More changes Signed-off-by: yuvraj <evalsocket@gmail.com> * More changes Signed-off-by: yuvraj <evalsocket@gmail.com> * fix typo Signed-off-by: yuvraj <evalsocket@gmail.com> * minor changes Signed-off-by: yuvraj <evalsocket@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Added flytectl in sandbox (#952) * Added sandbox changes for new release process Signed-off-by: yuvraj <evalsocket@gmail.com> * curl added in sandbox build image Signed-off-by: yuvraj <evalsocket@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Modify repo name in Makefile (#953) * Updated Boilerplate Code Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * modified export line Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Signed-off-by: Samhita Alla aallasamhita@gmail.com (#955) Co-authored-by: Niels Bantilan niels.bantilan@gmail.com Documentation revamp restructuring according to the RFC: https://docs.google.com/document/d/1Yp5cYujKT6UMv17Y6r1djMchaMZWAlPNUTZnbw1sZvc/edit#heading=h.vozt1qaes3ur Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Co-authored-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * added tagline (#956) Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix broken Kustomize link in docs (#944) Signed-off-by: Tom Forbes <tom@tomforb.es> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update getting started guide (#958) since we're consolidating our docs, we want to use the getting started example originally from flytesnacks. Here we're moving it into the flyte repo since the flytesnacks example should be the canonical getting started guide Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Authentication Config Examples (#970) * Fix broken Kustomize link in docs (#944) Signed-off-by: Tom Forbes <tom@tomforb.es> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update getting started guide (#958) since we're consolidating our docs, we want to use the getting started example originally from flytesnacks. Here we're moving it into the flyte repo since the flytesnacks example should be the canonical getting started guide Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Authentication Config Examples Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Feedback Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * fix map specification in cluster resource template Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * attempting stdlib fix Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix merge issue Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Spellcheck Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * regenerate Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update migration.rst Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update setup.rst Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Tom Forbes <tom@tomforb.es> Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com> Co-authored-by: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Flyte milestone v0.13 release (#979) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add Auth Ingress endpoints (#982) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Updated Readme.md with CII Badge (#990) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Wait for deployments to be created using rollout before checking for availability (#991) Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update links to autogenerated flytesnacks pages (#999) * update links to autogenerated flytesnacks pages due to flyteorg/flytesnacks#200 we need to update a bunch of links referring to auto-generated flytesnacks examples Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update link Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update links cookbook -> user guide Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Include troubleshooting guide in the docs (#987) * troubleshooting guide in the docs Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * modified list index Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * added disk space condition Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * modified list index Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * moved troubleshooting guide to community Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add data council video Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Added tip for make start to check troubleshooting page (#1023) * Added tip for make start to check troubleshooting page Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update README.md (#1022) * Update README.md Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * Update README (#1024) * updated readme Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * updated readme Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * removed css Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * moved from html to md Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * Update README.md Co-authored-by: Samhita Alla <aallasamhita@gmail.com> Co-authored-by: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Rename admin server config section Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix deployment indentation Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update image versions Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * disable tls by default because of: helm/helm#5238 Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * default imagepullsecrets Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Disable SSL Redirect for GRPC Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix spark config map Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update imagePullSecrets Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add make helm to generate static helm charts Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * add --dependency-update to helm command Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Don't hardcode namespace in flyte-admin-auth secret Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * generate helm Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm template upgrade to auto-generate co-pilot configuration (#1056) * Helm template upgrade to auto-generate co-pilot configuration Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * using common storage base for all storage and co-pilot Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Install deps once Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Install helm-docs if not found Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * bump Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix merge Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update helm docs Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com> Co-authored-by: Ruslan Stanevich <rstanevich@lyft.com> Co-authored-by: Sören Brunk <soeren@brunk.io> Co-authored-by: Katrina Rogan <katroganGH@gmail.com> Co-authored-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Juan Diego Palomino <jdpcbs@gmail.com> Co-authored-by: Yuvraj <10830562+evalsocket@users.noreply.github.com> Co-authored-by: Flyte Bot <admin@flyte.org> Co-authored-by: EngHabu <EngHabu@users.noreply.github.com> Co-authored-by: wild-endeavor <wild-endeavor@users.noreply.github.com> Co-authored-by: HackMD <no-reply@hackmd.io> Co-authored-by: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Co-authored-by: Jeev B <jeevb@users.noreply.github.com> Co-authored-by: Samhita Alla <aallasamhita@gmail.com> Co-authored-by: Katrina Rogan <katrina@nuclyde.io> Co-authored-by: Jan Kumor <akumor@users.noreply.github.com> Co-authored-by: Tom Forbes <tom@tomforb.es> Co-authored-by: pmahindrakar-oss <77798312+pmahindrakar-oss@users.noreply.github.com>
* update docs theme (#876) * update docs theme Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * remove sphinx material and readthedocs search Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update flytekit link Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * add readthedocs sphinx search Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update community link Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm chart for Flyte - initial commit Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * remove new lines Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Added autogenerated Helm docs Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * improve templates Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Support gRPC loadbalncing for EKS with AWS ALB Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Use external chart dependencies for contour and spark-operator Bump versions Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update task plugin config Based on the following kustomize changes: - cd4a3d5 Trim sandbox (#727) - 9b59ac6 Update propeller version and config (#580) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Updating Spark config to force default credentials chain for AWS Based on the following kustomize change: - 0e2dd72 Updating Spark config to force default credentials chain for AWS (#674) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update contour GRPC annotation Based on the following kustomize change: - 46864a5 Access GRPC services using projectcontour (#686) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Enabling Event version 1 by default Based on the following kustomize change: - 658aecd Enabling Event version 1 by default (#689) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Improve getting started experience Based on the following kustomize change: - fbe7e68 Improve getting started experience (#694) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Exponential error back-off in case of system errors Based on the following kustomize change: - 0844a44 Exponential error back-off in case of system errors (#693) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Trim sandbox Based on the following kustomize change: - cd4a3d5 Trim sandbox (#727) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update default RAM Request for tasks in sandbox Based on the following kustomize change: - 72c5705 Update default RAM Request for tasks in sandbox (#750) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update Admin task resources Based on the following kustomize change: - b13de21 Update Admin task resources (#753) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Add kubernetes dashboard and update deployments Based on the following kustomize changes: - a14fd47 Update deployments with latest k8s library deps (#826) - f149af8 Add kubernetes dashboard to sandbox overlay (#789) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm - Update EKS Ingress Use default Docker images in EKS Helm values. Based on the following kustomize changes: - 4e0eed6 Update EKS Ingress and Instructions (#825) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Move GRPC annotations from ingress to services where possible Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Improve installation docs Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Downgrade Ingress API version for K8S 1.18 compatibility Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add tls option for ingress Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Remove redundant default values from EKS config Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Simplify Helm storage configuration Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * [wip] Helm components (#921) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Working helm deployment Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * more docs Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add references to flyteadmin config Signed-off-by: Katrina Rogan <katroganGH@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Improved value.yaml docs Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * updated yaml Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Updated working basic eks config Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Improve installation docs and bump versions Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix service account annotation structure in templates Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fully working Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update image tags, fix customDataConfig and expose defaultIamRole as a template field Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Allow remote data config for admin Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Use bet version of ingress (#988) "Hey so, I noticed that you are using the Ingress class out of beta, which is kind of an issue-- the Ingress class was moved out of beta in the 1.19 release, which happened in late august. If flyte is run in clusters older than this (e.g. 1.18), then this will fail. EKS only started offering 1.19 a couple of months ago, and the GKE regular channel defaults to 1.18, so this really won't work for most of your users. Do you guys mind if I file a pr to move back to the beta ingress version? I don't see you guys using anyhting required from the GA version, and beta has been serving everyone well for the past 6 years" Signed-off-by: JD <jdpcbs@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add auth services to ingress Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Support imagePullSecrets for service accounts Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update Console version Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add Auth support to Helm chart - Move grpc routes into template function Based on - 840f250 Add Auth Ingress endpoints (#982) - 1ede375 Authentication Config Examples (#970) - 77941a3 explicitly grant flyteworkflow finalizer permissions to flytepropeller (#930) Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update flytepropeller Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add Pod Webhook deployment to Helm chart (#972) * Add Pod Webhook deployment to Helm chart Based on a8c01e5 Pod Webhook deployment & Doc (#857) Signed-off-by: Sören Brunk <soeren@brunk.io> * Remove K8s Job for Pod Webhook Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Haytham Abuelfutuh <haytham@afutuh.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * dark theme updates (#883) Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Release automation addedd for flyte definition (#835) * wip: added script for release automation Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: added manual github workflow Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: added release workflow Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: fix e2e testcase Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: small fixes Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: revert version in kustomize Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: revert kustomize changes Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: added generated kustomize output Signed-off-by: yuvraj <evalsocket@gmail.com> * update latest version of component Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com> * wip: added generated kustomize output Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: added message input in workflow Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: remove release automation from kustomize command Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: generate kustomize output Signed-off-by: yuvraj <evalsocket@gmail.com> * wip: revert webhook and build kustomize output Signed-off-by: yuvraj <evalsocket@gmail.com> * updated release workflow Signed-off-by: yuvraj <evalsocket@gmail.com> * fix typo Signed-off-by: yuvraj <evalsocket@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Milestone 0.12.0 (#888) * Update Flyte Components Signed-off-by: Flyte-Bot <admin@flyte.org> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update endtoend to flytekit 0.17 Signed-off-by: wild-endeavor <wild-endeavor@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * empty changelog Signed-off-by: wild-endeavor <wild-endeavor@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update ChangeLog Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * before pull from flyte-bot-update-releases Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: EngHabu <EngHabu@users.noreply.github.com> Co-authored-by: wild-endeavor <wild-endeavor@users.noreply.github.com> Co-authored-by: HackMD <no-reply@hackmd.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update index.rst (#884) * Update index.rst Add Flyte users to Who's Using Flyte and Meet Flyte. * Update rsts/index.rst Co-authored-by: Ketan Umare <16888709+kumare3@users.noreply.github.com> * Update index.rst Co-authored-by: Ketan Umare <16888709+kumare3@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Dashboard updates (#886) * Adding additional metrics in Flyteadmin dashboard Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * Flytepropeller metrics added Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * Added queue metrics Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated name Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add init container that will pre-create buckets in minio (#905) * Add init container that will pre-create buckets in minio Signed-off-by: Jeev B <jeev.balakrishnan@freenome.com> * move minio tag override to overlay Signed-off-by: Jeev B <jeev.balakrishnan@freenome.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add LF AI & Data Logo to README (#902) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Explaining the state machine used by FlytePropeller and Flyte (#903) * Explaining the state machine used by FlytePropeller and Flyte - this document helps to explain the various states a workflow, node and task transitions through. - TODO add a small table that helps users understand what a state in the UI represents Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * updated docs (addressed comments) Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * comments addressed - image for nodes improved Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix default eks storage config (#907) * Fix default eks storage config Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * kustomize Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * bump Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Remove flyteadmin config options which now have defaults (#917) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Contribution Guide (#922) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * explicitly grant flyteworkflow finalizer permissions to flytepropeller (#930) * explicitly grant flyteworkflow finalizer permissions to flytepropeller Signed-off-by: akumor <akumor@gmail.com> * add kustomize output after adding flyteworkflows/finalizers rbac Signed-off-by: akumor <akumor@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add dynamic running state to node state machine (#929) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Updated Boilerplate Code (#932) Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Added goreleaser for publishing menifest (#927) * added goreleaser for publishing menifest Signed-off-by: yuvraj <evalsocket@gmail.com> * Rename release file name Signed-off-by: yuvraj <evalsocket@gmail.com> * Added script for artifacts Signed-off-by: yuvraj <evalsocket@gmail.com> * More changes Signed-off-by: yuvraj <evalsocket@gmail.com> * More changes Signed-off-by: yuvraj <evalsocket@gmail.com> * fix typo Signed-off-by: yuvraj <evalsocket@gmail.com> * minor changes Signed-off-by: yuvraj <evalsocket@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Added flytectl in sandbox (#952) * Added sandbox changes for new release process Signed-off-by: yuvraj <evalsocket@gmail.com> * curl added in sandbox build image Signed-off-by: yuvraj <evalsocket@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Modify repo name in Makefile (#953) * Updated Boilerplate Code Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * modified export line Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Signed-off-by: Samhita Alla aallasamhita@gmail.com (#955) Co-authored-by: Niels Bantilan niels.bantilan@gmail.com Documentation revamp restructuring according to the RFC: https://docs.google.com/document/d/1Yp5cYujKT6UMv17Y6r1djMchaMZWAlPNUTZnbw1sZvc/edit#heading=h.vozt1qaes3ur Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Co-authored-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * added tagline (#956) Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix broken Kustomize link in docs (#944) Signed-off-by: Tom Forbes <tom@tomforb.es> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update getting started guide (#958) since we're consolidating our docs, we want to use the getting started example originally from flytesnacks. Here we're moving it into the flyte repo since the flytesnacks example should be the canonical getting started guide Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Authentication Config Examples (#970) * Fix broken Kustomize link in docs (#944) Signed-off-by: Tom Forbes <tom@tomforb.es> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update getting started guide (#958) since we're consolidating our docs, we want to use the getting started example originally from flytesnacks. Here we're moving it into the flyte repo since the flytesnacks example should be the canonical getting started guide Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Authentication Config Examples Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Feedback Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * fix map specification in cluster resource template Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * attempting stdlib fix Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix merge issue Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Spellcheck Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * regenerate Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update migration.rst Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update setup.rst Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Tom Forbes <tom@tomforb.es> Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com> Co-authored-by: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Flyte milestone v0.13 release (#979) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add Auth Ingress endpoints (#982) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Updated Readme.md with CII Badge (#990) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Wait for deployments to be created using rollout before checking for availability (#991) Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * update links to autogenerated flytesnacks pages (#999) * update links to autogenerated flytesnacks pages due to flyteorg/flytesnacks#200 we need to update a bunch of links referring to auto-generated flytesnacks examples Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update link Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> * update links cookbook -> user guide Signed-off-by: cosmicBboy <niels.bantilan@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Include troubleshooting guide in the docs (#987) * troubleshooting guide in the docs Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * modified list index Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * added disk space condition Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * modified list index Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * moved troubleshooting guide to community Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add data council video Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Added tip for make start to check troubleshooting page (#1023) * Added tip for make start to check troubleshooting page Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update README.md (#1022) * Update README.md Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * Update README (#1024) * updated readme Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * updated readme Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * removed css Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * moved from html to md Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * Update README.md Co-authored-by: Samhita Alla <aallasamhita@gmail.com> Co-authored-by: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Rename admin server config section Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix deployment indentation Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update image versions Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * disable tls by default because of: helm/helm#5238 Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * default imagepullsecrets Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Disable SSL Redirect for GRPC Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix spark config map Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update imagePullSecrets Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Add make helm to generate static helm charts Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * add --dependency-update to helm command Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Don't hardcode namespace in flyte-admin-auth secret Signed-off-by: Sören Brunk <soeren@brunk.io> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * generate helm Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Helm template upgrade to auto-generate co-pilot configuration (#1056) * Helm template upgrade to auto-generate co-pilot configuration Signed-off-by: Ketan Umare <ketan.umare@gmail.com> * using common storage base for all storage and co-pilot Signed-off-by: Ketan Umare <ketan.umare@gmail.com> Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Install deps once Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Install helm-docs if not found Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * bump Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix merge Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update helm docs Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com> Co-authored-by: Ruslan Stanevich <rstanevich@lyft.com> Co-authored-by: Sören Brunk <soeren@brunk.io> Co-authored-by: Katrina Rogan <katroganGH@gmail.com> Co-authored-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Juan Diego Palomino <jdpcbs@gmail.com> Co-authored-by: Yuvraj <10830562+evalsocket@users.noreply.github.com> Co-authored-by: Flyte Bot <admin@flyte.org> Co-authored-by: EngHabu <EngHabu@users.noreply.github.com> Co-authored-by: wild-endeavor <wild-endeavor@users.noreply.github.com> Co-authored-by: HackMD <no-reply@hackmd.io> Co-authored-by: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Co-authored-by: Jeev B <jeevb@users.noreply.github.com> Co-authored-by: Samhita Alla <aallasamhita@gmail.com> Co-authored-by: Katrina Rogan <katrina@nuclyde.io> Co-authored-by: Jan Kumor <akumor@users.noreply.github.com> Co-authored-by: Tom Forbes <tom@tomforb.es> Co-authored-by: pmahindrakar-oss <77798312+pmahindrakar-oss@users.noreply.github.com> Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
No description provided.