Skip to content
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

Pod Webhook deployment & Doc #857

Merged
merged 14 commits into from
Mar 24, 2021
Merged

Pod Webhook deployment & Doc #857

merged 14 commits into from
Mar 24, 2021

Conversation

EngHabu
Copy link
Contributor

@EngHabu EngHabu commented Mar 23, 2021

@EngHabu EngHabu marked this pull request as draft March 23, 2021 01:22
cosmicBboy and others added 7 commits March 22, 2021 18:27
* update tutorials header text

Signed-off-by: cosmicBboy <[email protected]>

* add 1

* remove 1

Co-authored-by: SandraGH5 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
* Update run_on_flyte.rst

* Update run_on_flyte.rst

Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
@EngHabu EngHabu marked this pull request as ready for review March 23, 2021 19:25
@EngHabu EngHabu requested a review from kumare3 March 23, 2021 19:25
@EngHabu EngHabu changed the title Pod Webhook deployment Pod Webhook deployment & Doc Mar 23, 2021
@EngHabu EngHabu requested a review from SandraGH5 March 23, 2021 19:27
Signed-off-by: Haytham Abuelfutuh <[email protected]>
@@ -7610,6 +7610,12 @@ metadata:
---
apiVersion: v1
kind: ServiceAccount
metadata:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @anandswaminathan this should not impact Lyft, but this is a new dependency, that if you want to use secrets in flytekit declaration then you have to enable

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohhh

@EngHabu
Copy link
Contributor Author

EngHabu commented Mar 23, 2021

CC @anandswaminathan Lyft shouldn't be affected but if your users want to start using the secrets stuff in FlyteKit, you will have to deploy the webhook described above

Signed-off-by: Haytham Abuelfutuh <[email protected]>
Scaling the Webhook
*******************

The Webhook does not make any external API Requests in response to Pod mutation requests. It should be able to handle traffic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we will need to update this to say that you will most probably need to scale this for sufficiently large workloads.
Also that this is optional!!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this:

Scaling the Webhook

Note: This is optional but highly recommended for sufficiently large workloads. (Do we have a measurement to include here to identify "large" ? )

The Webhook does not make any external API Requests in response to Pod mutation requests. It should be able to handle traffic...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
@EngHabu EngHabu merged commit a8c01e5 into master Mar 24, 2021
EngHabu added a commit that referenced this pull request May 1, 2021
* update tutorials header text (#841)

* update tutorials header text

Signed-off-by: cosmicBboy <[email protected]>

* add 1

* remove 1

Co-authored-by: SandraGH5 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update run_on_flyte.rst (#846)

* Update run_on_flyte.rst

* Update run_on_flyte.rst

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add webhook deployment

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* update

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* add webhook deployment

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add webhook deployment

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* update

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* regen

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Deploy sample secret

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add doc for secrets

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update secrets.rst

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* limit permissions

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* plural

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update docs

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Niels Bantilan <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
sbrunk added a commit that referenced this pull request May 3, 2021
Based on a8c01e5 Pod Webhook deployment & Doc (#857)

Signed-off-by: Sören Brunk <[email protected]>
EngHabu added a commit that referenced this pull request May 11, 2021
* Add Pod Webhook deployment to Helm chart

Based on a8c01e5 Pod Webhook deployment & Doc (#857)

Signed-off-by: Sören Brunk <[email protected]>

* Remove K8s Job for Pod Webhook

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Haytham Abuelfutuh <[email protected]>
EngHabu added a commit that referenced this pull request May 28, 2021
* Add Pod Webhook deployment to Helm chart

Based on a8c01e5 Pod Webhook deployment & Doc (#857)

Signed-off-by: Sören Brunk <[email protected]>

* Remove K8s Job for Pod Webhook

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
EngHabu added a commit that referenced this pull request May 29, 2021
* update docs theme (#876)

* update docs theme

Signed-off-by: cosmicBboy <[email protected]>

* remove sphinx material and readthedocs search

Signed-off-by: cosmicBboy <[email protected]>

* update flytekit link

Signed-off-by: cosmicBboy <[email protected]>

* update

Signed-off-by: cosmicBboy <[email protected]>

* add readthedocs sphinx search

Signed-off-by: cosmicBboy <[email protected]>

* update community link

Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm chart for Flyte - initial commit

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* remove new lines

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Added  autogenerated Helm docs

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* improve templates

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Support gRPC loadbalncing for EKS with AWS ALB

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Use external chart dependencies for contour and spark-operator

Bump versions

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm - Update contour GRPC annotation

Based on the following kustomize change:
- 46864a5 Access GRPC services using projectcontour (#686)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm - Improve getting started experience

Based on the following kustomize change:
- fbe7e68 Improve getting started experience (#694)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm - Trim sandbox

Based on the following kustomize change:
- cd4a3d5 Trim sandbox (#727)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm - Update Admin task resources

Based on the following kustomize change:
- b13de21 Update Admin task resources (#753)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Move GRPC annotations from ingress to services where possible

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Improve installation docs

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Downgrade Ingress API version for K8S 1.18 compatibility

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add tls option for ingress

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Remove redundant default values from EKS config

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Simplify Helm storage configuration

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* [wip] Helm components (#921)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Working helm deployment

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* more docs

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add references to flyteadmin config

Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Improved value.yaml docs

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* updated yaml

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Updated working basic eks config

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Improve installation docs and bump versions

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix service account annotation structure in templates

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fully working

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update image tags, fix customDataConfig and expose defaultIamRole as a template field

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Allow remote data config for admin

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add auth services to ingress

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Support imagePullSecrets for service accounts

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update Console version

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* update flytepropeller

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* Remove K8s Job for Pod Webhook

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* dark theme updates (#883)

Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Release automation addedd for flyte definition  (#835)

* wip: added script for release automation

Signed-off-by: yuvraj <[email protected]>

* wip: added manual github workflow

Signed-off-by: Yuvraj <[email protected]>

* wip: added release workflow

Signed-off-by: Yuvraj <[email protected]>

* wip: fix e2e testcase

Signed-off-by: Yuvraj <[email protected]>

* wip: small fixes

Signed-off-by: Yuvraj <[email protected]>

* wip: revert version in kustomize

Signed-off-by: Yuvraj <[email protected]>

* wip: revert kustomize changes

Signed-off-by: Yuvraj <[email protected]>

* wip: added generated kustomize output

Signed-off-by: yuvraj <[email protected]>

* update latest version of component

Signed-off-by: Yuvraj <[email protected]>

* wip: added generated kustomize output

Signed-off-by: yuvraj <[email protected]>

* wip: added message input in workflow

Signed-off-by: yuvraj <[email protected]>

* wip: remove release automation from kustomize command

Signed-off-by: yuvraj <[email protected]>

* wip:  generate kustomize output

Signed-off-by: yuvraj <[email protected]>

* wip: revert webhook and build kustomize output

Signed-off-by: yuvraj <[email protected]>

* updated release workflow

Signed-off-by: yuvraj <[email protected]>

* fix typo

Signed-off-by: yuvraj <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Milestone 0.12.0 (#888)

* Update Flyte Components

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* update endtoend to flytekit 0.17

Signed-off-by: wild-endeavor <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* empty changelog

Signed-off-by: wild-endeavor <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update ChangeLog

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* before pull from flyte-bot-update-releases

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: EngHabu <[email protected]>
Co-authored-by: wild-endeavor <[email protected]>
Co-authored-by: HackMD <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* Update index.rst

Co-authored-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Dashboard updates (#886)

* Adding additional metrics in Flyteadmin dashboard

Signed-off-by: Ketan Umare <[email protected]>

* Flytepropeller metrics added

Signed-off-by: Ketan Umare <[email protected]>

* updated

Signed-off-by: Ketan Umare <[email protected]>

* updated

Signed-off-by: Ketan Umare <[email protected]>

* Added queue metrics

Signed-off-by: Ketan Umare <[email protected]>

* updated name

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* move minio tag override to overlay

Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add LF AI & Data Logo to README (#902)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* updated docs (addressed comments)

Signed-off-by: Ketan Umare <[email protected]>

* comments addressed - image for nodes improved

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix default eks storage config (#907)

* Fix default eks storage config

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* kustomize

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* bump

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Remove flyteadmin config options which now have defaults (#917)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Contribution Guide (#922)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* explicitly grant flyteworkflow finalizer permissions to flytepropeller (#930)

* explicitly grant flyteworkflow finalizer permissions to flytepropeller

Signed-off-by: akumor <[email protected]>

* add kustomize output after adding flyteworkflows/finalizers rbac

Signed-off-by: akumor <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add dynamic running state to node state machine (#929)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Updated Boilerplate Code (#932)

Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Added goreleaser for publishing menifest (#927)

* added goreleaser for publishing menifest

Signed-off-by: yuvraj <[email protected]>

* Rename release file name

Signed-off-by: yuvraj <[email protected]>

* Added script for artifacts

Signed-off-by: yuvraj <[email protected]>

* More changes

Signed-off-by: yuvraj <[email protected]>

* More changes

Signed-off-by: yuvraj <[email protected]>

* fix typo

Signed-off-by: yuvraj <[email protected]>

* minor changes

Signed-off-by: yuvraj <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Added flytectl in sandbox (#952)

* Added sandbox changes for new release process

Signed-off-by: yuvraj <[email protected]>

* curl added in sandbox build image

Signed-off-by: yuvraj <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Modify repo name in Makefile (#953)

* Updated Boilerplate Code

Signed-off-by: Samhita Alla <[email protected]>

* modified export line

Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Signed-off-by: Samhita Alla [email protected] (#955)

Co-authored-by: Niels Bantilan [email protected]

Documentation revamp restructuring according to the RFC: https://docs.google.com/document/d/1Yp5cYujKT6UMv17Y6r1djMchaMZWAlPNUTZnbw1sZvc/edit#heading=h.vozt1qaes3ur

Signed-off-by: cosmicBboy <[email protected]>

Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* added tagline (#956)

Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix broken Kustomize link in docs (#944)

Signed-off-by: Tom Forbes <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Authentication Config Examples (#970)

* Fix broken Kustomize link in docs (#944)

Signed-off-by: Tom Forbes <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Authentication Config Examples

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Feedback

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* fix map specification in cluster resource template

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* attempting stdlib fix

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix merge issue

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Spellcheck

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* regenerate

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update migration.rst

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update setup.rst

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Tom Forbes <[email protected]>
Co-authored-by: Niels Bantilan <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Flyte milestone v0.13 release (#979)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add Auth Ingress endpoints (#982)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Updated Readme.md with CII Badge (#990)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Wait for deployments to be created using rollout before checking for availability (#991)

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* update link

Signed-off-by: cosmicBboy <[email protected]>

* update

Signed-off-by: cosmicBboy <[email protected]>

* update links cookbook -> user guide

Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Include troubleshooting guide in the docs (#987)

* troubleshooting guide in the docs

Signed-off-by: Samhita Alla <[email protected]>

* modified list index

Signed-off-by: Samhita Alla <[email protected]>

* added disk space condition

Signed-off-by: Samhita Alla <[email protected]>

* modified list index

Signed-off-by: Samhita Alla <[email protected]>

* moved troubleshooting guide to community

Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add data council video

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Added tip for make start to check troubleshooting page (#1023)

* Added tip for make start to check troubleshooting page

Signed-off-by: Prafulla Mahindrakar <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update README.md (#1022)

* Update README.md

Signed-off-by: Ketan Umare <[email protected]>

* Update README (#1024)

* updated readme

Signed-off-by: Samhita Alla <[email protected]>

* updated readme

Signed-off-by: Samhita Alla <[email protected]>

* removed css

Signed-off-by: Samhita Alla <[email protected]>

* moved from html to md

Signed-off-by: Samhita Alla <[email protected]>

* Update README.md

Co-authored-by: Samhita Alla <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Rename admin server config section

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix deployment indentation

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update image versions

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* disable tls by default because of: helm/helm#5238

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* default imagepullsecrets

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Disable SSL Redirect for GRPC

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix spark config map

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update imagePullSecrets

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add make helm to generate static helm charts

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* add --dependency-update to helm command

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Don't hardcode namespace in flyte-admin-auth secret

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* generate helm

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm template upgrade to auto-generate co-pilot configuration (#1056)

* Helm template upgrade to auto-generate co-pilot configuration

Signed-off-by: Ketan Umare <[email protected]>

* using common storage base for all storage and co-pilot

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Install deps once

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Install helm-docs if not found

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* bump

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix merge

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update helm docs

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Niels Bantilan <[email protected]>
Co-authored-by: Ruslan Stanevich <[email protected]>
Co-authored-by: Sören Brunk <[email protected]>
Co-authored-by: Katrina Rogan <[email protected]>
Co-authored-by: Haytham Abuelfutuh <[email protected]>
Co-authored-by: Juan Diego Palomino <[email protected]>
Co-authored-by: Yuvraj <[email protected]>
Co-authored-by: Flyte Bot <[email protected]>
Co-authored-by: EngHabu <[email protected]>
Co-authored-by: wild-endeavor <[email protected]>
Co-authored-by: HackMD <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Co-authored-by: Jeev B <[email protected]>
Co-authored-by: Samhita Alla <[email protected]>
Co-authored-by: Katrina Rogan <[email protected]>
Co-authored-by: Jan Kumor <[email protected]>
Co-authored-by: Tom Forbes <[email protected]>
Co-authored-by: pmahindrakar-oss <[email protected]>
pmahindrakar-oss added a commit that referenced this pull request Jun 11, 2021
* update docs theme (#876)

* update docs theme

Signed-off-by: cosmicBboy <[email protected]>

* remove sphinx material and readthedocs search

Signed-off-by: cosmicBboy <[email protected]>

* update flytekit link

Signed-off-by: cosmicBboy <[email protected]>

* update

Signed-off-by: cosmicBboy <[email protected]>

* add readthedocs sphinx search

Signed-off-by: cosmicBboy <[email protected]>

* update community link

Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm chart for Flyte - initial commit

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* remove new lines

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Added  autogenerated Helm docs

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* improve templates

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Support gRPC loadbalncing for EKS with AWS ALB

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Use external chart dependencies for contour and spark-operator

Bump versions

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm - Update contour GRPC annotation

Based on the following kustomize change:
- 46864a5 Access GRPC services using projectcontour (#686)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm - Improve getting started experience

Based on the following kustomize change:
- fbe7e68 Improve getting started experience (#694)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm - Trim sandbox

Based on the following kustomize change:
- cd4a3d5 Trim sandbox (#727)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm - Update Admin task resources

Based on the following kustomize change:
- b13de21 Update Admin task resources (#753)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Move GRPC annotations from ingress to services where possible

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Improve installation docs

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Downgrade Ingress API version for K8S 1.18 compatibility

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add tls option for ingress

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Remove redundant default values from EKS config

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Simplify Helm storage configuration

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* [wip] Helm components (#921)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Working helm deployment

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* more docs

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add references to flyteadmin config

Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Improved value.yaml docs

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* updated yaml

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Updated working basic eks config

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Improve installation docs and bump versions

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix service account annotation structure in templates

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fully working

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update image tags, fix customDataConfig and expose defaultIamRole as a template field

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Allow remote data config for admin

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add auth services to ingress

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Support imagePullSecrets for service accounts

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update Console version

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* update flytepropeller

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* Remove K8s Job for Pod Webhook

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* dark theme updates (#883)

Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Release automation addedd for flyte definition  (#835)

* wip: added script for release automation

Signed-off-by: yuvraj <[email protected]>

* wip: added manual github workflow

Signed-off-by: Yuvraj <[email protected]>

* wip: added release workflow

Signed-off-by: Yuvraj <[email protected]>

* wip: fix e2e testcase

Signed-off-by: Yuvraj <[email protected]>

* wip: small fixes

Signed-off-by: Yuvraj <[email protected]>

* wip: revert version in kustomize

Signed-off-by: Yuvraj <[email protected]>

* wip: revert kustomize changes

Signed-off-by: Yuvraj <[email protected]>

* wip: added generated kustomize output

Signed-off-by: yuvraj <[email protected]>

* update latest version of component

Signed-off-by: Yuvraj <[email protected]>

* wip: added generated kustomize output

Signed-off-by: yuvraj <[email protected]>

* wip: added message input in workflow

Signed-off-by: yuvraj <[email protected]>

* wip: remove release automation from kustomize command

Signed-off-by: yuvraj <[email protected]>

* wip:  generate kustomize output

Signed-off-by: yuvraj <[email protected]>

* wip: revert webhook and build kustomize output

Signed-off-by: yuvraj <[email protected]>

* updated release workflow

Signed-off-by: yuvraj <[email protected]>

* fix typo

Signed-off-by: yuvraj <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Milestone 0.12.0 (#888)

* Update Flyte Components

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* update endtoend to flytekit 0.17

Signed-off-by: wild-endeavor <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* empty changelog

Signed-off-by: wild-endeavor <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update ChangeLog

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* before pull from flyte-bot-update-releases

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: EngHabu <[email protected]>
Co-authored-by: wild-endeavor <[email protected]>
Co-authored-by: HackMD <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* Update index.rst

Co-authored-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Dashboard updates (#886)

* Adding additional metrics in Flyteadmin dashboard

Signed-off-by: Ketan Umare <[email protected]>

* Flytepropeller metrics added

Signed-off-by: Ketan Umare <[email protected]>

* updated

Signed-off-by: Ketan Umare <[email protected]>

* updated

Signed-off-by: Ketan Umare <[email protected]>

* Added queue metrics

Signed-off-by: Ketan Umare <[email protected]>

* updated name

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* move minio tag override to overlay

Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add LF AI & Data Logo to README (#902)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* updated docs (addressed comments)

Signed-off-by: Ketan Umare <[email protected]>

* comments addressed - image for nodes improved

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix default eks storage config (#907)

* Fix default eks storage config

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* kustomize

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* bump

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Remove flyteadmin config options which now have defaults (#917)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Contribution Guide (#922)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* explicitly grant flyteworkflow finalizer permissions to flytepropeller (#930)

* explicitly grant flyteworkflow finalizer permissions to flytepropeller

Signed-off-by: akumor <[email protected]>

* add kustomize output after adding flyteworkflows/finalizers rbac

Signed-off-by: akumor <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add dynamic running state to node state machine (#929)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Updated Boilerplate Code (#932)

Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Added goreleaser for publishing menifest (#927)

* added goreleaser for publishing menifest

Signed-off-by: yuvraj <[email protected]>

* Rename release file name

Signed-off-by: yuvraj <[email protected]>

* Added script for artifacts

Signed-off-by: yuvraj <[email protected]>

* More changes

Signed-off-by: yuvraj <[email protected]>

* More changes

Signed-off-by: yuvraj <[email protected]>

* fix typo

Signed-off-by: yuvraj <[email protected]>

* minor changes

Signed-off-by: yuvraj <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Added flytectl in sandbox (#952)

* Added sandbox changes for new release process

Signed-off-by: yuvraj <[email protected]>

* curl added in sandbox build image

Signed-off-by: yuvraj <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Modify repo name in Makefile (#953)

* Updated Boilerplate Code

Signed-off-by: Samhita Alla <[email protected]>

* modified export line

Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Signed-off-by: Samhita Alla [email protected] (#955)

Co-authored-by: Niels Bantilan [email protected]

Documentation revamp restructuring according to the RFC: https://docs.google.com/document/d/1Yp5cYujKT6UMv17Y6r1djMchaMZWAlPNUTZnbw1sZvc/edit#heading=h.vozt1qaes3ur

Signed-off-by: cosmicBboy <[email protected]>

Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* added tagline (#956)

Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix broken Kustomize link in docs (#944)

Signed-off-by: Tom Forbes <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Authentication Config Examples (#970)

* Fix broken Kustomize link in docs (#944)

Signed-off-by: Tom Forbes <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Authentication Config Examples

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Feedback

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* fix map specification in cluster resource template

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* attempting stdlib fix

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix merge issue

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Spellcheck

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* regenerate

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update migration.rst

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update setup.rst

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Tom Forbes <[email protected]>
Co-authored-by: Niels Bantilan <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Flyte milestone v0.13 release (#979)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add Auth Ingress endpoints (#982)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Updated Readme.md with CII Badge (#990)

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Wait for deployments to be created using rollout before checking for availability (#991)

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* 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 <[email protected]>

* update link

Signed-off-by: cosmicBboy <[email protected]>

* update

Signed-off-by: cosmicBboy <[email protected]>

* update links cookbook -> user guide

Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Include troubleshooting guide in the docs (#987)

* troubleshooting guide in the docs

Signed-off-by: Samhita Alla <[email protected]>

* modified list index

Signed-off-by: Samhita Alla <[email protected]>

* added disk space condition

Signed-off-by: Samhita Alla <[email protected]>

* modified list index

Signed-off-by: Samhita Alla <[email protected]>

* moved troubleshooting guide to community

Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add data council video

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Added tip for make start to check troubleshooting page (#1023)

* Added tip for make start to check troubleshooting page

Signed-off-by: Prafulla Mahindrakar <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update README.md (#1022)

* Update README.md

Signed-off-by: Ketan Umare <[email protected]>

* Update README (#1024)

* updated readme

Signed-off-by: Samhita Alla <[email protected]>

* updated readme

Signed-off-by: Samhita Alla <[email protected]>

* removed css

Signed-off-by: Samhita Alla <[email protected]>

* moved from html to md

Signed-off-by: Samhita Alla <[email protected]>

* Update README.md

Co-authored-by: Samhita Alla <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Rename admin server config section

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix deployment indentation

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update image versions

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* disable tls by default because of: helm/helm#5238

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* default imagepullsecrets

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Disable SSL Redirect for GRPC

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix spark config map

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update imagePullSecrets

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Add make helm to generate static helm charts

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* add --dependency-update to helm command

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Don't hardcode namespace in flyte-admin-auth secret

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* generate helm

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Helm template upgrade to auto-generate co-pilot configuration (#1056)

* Helm template upgrade to auto-generate co-pilot configuration

Signed-off-by: Ketan Umare <[email protected]>

* using common storage base for all storage and co-pilot

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Install deps once

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Install helm-docs if not found

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* bump

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Fix merge

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Update helm docs

Signed-off-by: Haytham Abuelfutuh <[email protected]>

Co-authored-by: Niels Bantilan <[email protected]>
Co-authored-by: Ruslan Stanevich <[email protected]>
Co-authored-by: Sören Brunk <[email protected]>
Co-authored-by: Katrina Rogan <[email protected]>
Co-authored-by: Haytham Abuelfutuh <[email protected]>
Co-authored-by: Juan Diego Palomino <[email protected]>
Co-authored-by: Yuvraj <[email protected]>
Co-authored-by: Flyte Bot <[email protected]>
Co-authored-by: EngHabu <[email protected]>
Co-authored-by: wild-endeavor <[email protected]>
Co-authored-by: HackMD <[email protected]>
Co-authored-by: SandraGH5 <[email protected]>
Co-authored-by: Jeev B <[email protected]>
Co-authored-by: Samhita Alla <[email protected]>
Co-authored-by: Katrina Rogan <[email protected]>
Co-authored-by: Jan Kumor <[email protected]>
Co-authored-by: Tom Forbes <[email protected]>
Co-authored-by: pmahindrakar-oss <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]>
eapolinario pushed a commit to eapolinario/flyte that referenced this pull request Dec 20, 2022
Remove unrequired import statement
Signed-off-by: SmritiSatyanV [email protected]


Signed-off-by: SmritiSatyanV <[email protected]>

Signed-off-by: SmritiSatyanV <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants