We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fedlearner/docs/tutorials/deploy.md
kubectl create -f deploy/kubernetes_operator/manifests/service_account.yaml kubectl apply -f deploy/kubernetes_operator/manifests/cluster_role.yaml kubectl apply -f deploy/kubernetes_operator/manifests/cluster_role_binding.yaml kubectl apply -f deploy/kubernetes_operator/manifests/fedlearner.k8s.io_flapps.yaml kubectl apply -f deploy/kubernetes_operator/manifests/controller.yaml
I didn't find these files in this project.
What should be the correct method to run this tutorial successfully
The text was updated successfully, but these errors were encountered:
Hi, we add the deployment doc here: https://github.com/bytedance/fedlearner/pull/611/files. Please refer to this PR for details.
Note that please use K8S version 1.16.9 for deployment.
Sorry, something went wrong.
Error from server (NotFound): error when creating "./deploy/examples/normal_leader.yaml": namespaces "leader" not found
No branches or pull requests
fedlearner/docs/tutorials/deploy.md
kubectl create -f deploy/kubernetes_operator/manifests/service_account.yaml
kubectl apply -f deploy/kubernetes_operator/manifests/cluster_role.yaml
kubectl apply -f deploy/kubernetes_operator/manifests/cluster_role_binding.yaml
kubectl apply -f deploy/kubernetes_operator/manifests/fedlearner.k8s.io_flapps.yaml
kubectl apply -f deploy/kubernetes_operator/manifests/controller.yaml
I didn't find these files in this project.
What should be the correct method to run this tutorial successfully
The text was updated successfully, but these errors were encountered: