Skip to content

Conversation

@owlet42
Copy link
Owner

@owlet42 owlet42 commented Apr 20, 2022

Fixes ISSUE#xxx

Changes:

owlet42 and others added 17 commits March 15, 2022 10:53
* Refactored file structure of FATE chart

Signed-off-by: ChenLong Ma <[email protected]>

* In order to distinguish it from the existing version, the version number has been added

Signed-off-by: ChenLong Ma <[email protected]>

* The images used are recorded for the convenience of development.

Signed-off-by: ChenLong Ma <[email protected]>

* The release folder contains the release package files, no code

Signed-off-by: ChenLong Ma <[email protected]>

* update Copyright  and delete useless files

Signed-off-by: ChenLong Ma <[email protected]>
…sing `kubefate describe` (FederatedAI#553)

* fix kubefate bug in k8s v1.22+
kubefate cluster describe got "the server could not find the requested resource"
because k8s API 'networkingv1beta1' is deprecated

Signed-off-by: ChenLong Ma <[email protected]>
Signed-off-by: owlet42 <[email protected]>

* Add version for bug

Signed-off-by: ChenLong Ma <[email protected]>
Signed-off-by: owlet42 <[email protected]>

* fix Deployment resources in special states are not recognized.
When the pod is in ImagePullBackOff

Signed-off-by: ChenLong Ma <[email protected]>
Signed-off-by: owlet42 <[email protected]>

* fix swag api error

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

* update go.mod

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

Co-authored-by: Layne Peng <[email protected]>
…-readiness

Feat KubeFATE add liveness and readiness
…eratedAI#571)

* Remove the annotation for the ingress, and introduce the ingress class resource

Signed-off-by: Chen Jing <[email protected]>

* Fix the FATE task failure caused by not setting fateflow loglevel (FederatedAI#559)

Signed-off-by: owlet42 <[email protected]>
Signed-off-by: Chen Jing <[email protected]>

* Fix getting "the server could not find the requested resource" when using `kubefate describe` (FederatedAI#553)

* fix kubefate bug in k8s v1.22+
kubefate cluster describe got "the server could not find the requested resource"
because k8s API 'networkingv1beta1' is deprecated

Signed-off-by: ChenLong Ma <[email protected]>
Signed-off-by: owlet42 <[email protected]>

* Add version for bug

Signed-off-by: ChenLong Ma <[email protected]>
Signed-off-by: owlet42 <[email protected]>

* fix Deployment resources in special states are not recognized.
When the pod is in ImagePullBackOff

Signed-off-by: ChenLong Ma <[email protected]>
Signed-off-by: owlet42 <[email protected]>

* fix swag api error

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

* update go.mod

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

Co-authored-by: Layne Peng <[email protected]>
Signed-off-by: Chen Jing <[email protected]>

* Support customize the ingress controller for fate services

Signed-off-by: Chen Jing <[email protected]>

* add liveness and readiness of kubefate service

Signed-off-by: owlet42 <[email protected]>
Signed-off-by: Chen Jing <[email protected]>

* add 'liveness' 'readiness' and 'startup' for FATE chart

Signed-off-by: owlet42 <[email protected]>
Signed-off-by: Chen Jing <[email protected]>

* add healthcheck for docker-compose python

Signed-off-by: owlet42 <[email protected]>
Signed-off-by: Chen Jing <[email protected]>

* Do not define the ingressclass for the customers

Signed-off-by: Chen Jing <[email protected]>

* Set the default ingress class to nginx

Signed-off-by: Chen Jing <[email protected]>

* Fix a little issue about the ingress class name

Signed-off-by: Chen Jing <[email protected]>

Co-authored-by: ChenLong Ma <[email protected]>
Co-authored-by: Layne Peng <[email protected]>
Signed-off-by: Chen Jing <[email protected]>
* Make the tutorial up to date with 1.7.2 on master branch (FederatedAI#570)

* optimize the tutorial and make sure the example python scripts on notebook can run

Signed-off-by: Chen Jing <[email protected]>

* Change the wrong version in tutorial and remove a useless file

Signed-off-by: Chen Jing <[email protected]>

Co-authored-by: Chen Jing <[email protected]>
Signed-off-by: Sun Xia <[email protected]>

* Update contributing document (FederatedAI#575)

* Update the contributing.md document for license and how to build, test.

Signed-off-by: Layne Peng <[email protected]>

* Add no-code way contributing part.

Signed-off-by: Layne Peng <[email protected]>

* Update the license up to 2022.

Signed-off-by: Layne Peng <[email protected]>
Signed-off-by: Sun Xia <[email protected]>

* export variable cacheType

Signed-off-by: Sun Xia <[email protected]>

* fix bug

Signed-off-by: Sun Xia <[email protected]>

Co-authored-by: Chen <[email protected]>
Co-authored-by: Chen Jing <[email protected]>
Co-authored-by: Layne Peng <[email protected]>
Signed-off-by: Chen Jing <[email protected]>
* update images tag of docker build

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

* update docker compose for fate v1.8

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

* update dockerfile of client

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

* add fate images push of git actions

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

* update helm chart to support FATE v1.8.0

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

* fix docker deploy action failed

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

* fix when python is not started, the curl command will cause an exit, resulting in an overall failure

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

* Remove useless information

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

* update docs for new version

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

* fix docker compose generate yaml for FATE on Spark

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

* fix "No such file or directory: '/data/projects/fate/conf/service_conf.yaml'"

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

Co-authored-by: Layne Peng <[email protected]>
Signed-off-by: owlet42 <[email protected]>

# Conflicts:
#	docs/tutorials/Build_Two_Parties_FATE_Cluster_in_One_Linux_Machine_with_MiniKube.md
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.

4 participants