forked from FederatedAI/KubeFATE
-
Notifications
You must be signed in to change notification settings - Fork 0
Develop 1.8.0 #17
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
Open
owlet42
wants to merge
17
commits into
master
Choose a base branch
from
develop-1.8.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Develop 1.8.0 #17
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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]>
…deratedAI#559) Signed-off-by: owlet42 <[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]>
Signed-off-by: owlet42 <[email protected]>
Signed-off-by: owlet42 <[email protected]>
Signed-off-by: owlet42 <[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]>
Signed-off-by: Chen Jing <[email protected]>
Optimize the docs
* 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]>
Signed-off-by: Chen Jing <[email protected]>
Update the tutorials for Kubefate 1.8
* 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes ISSUE#xxx
Changes: