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
Describe the bug Using orchest-controller to install orchest, orchest_node-agent is not installed.
# kubectl get ds -n orchest No resources found in orchest namespace.
I am using the following deployment file.
apiVersion: orchest.io/v1alpha1 kind: OrchestCluster metadata: name: cluster-1 namespace: orchest spec: singleNode: true
Expected behavior
Do I need to configure the orchest-node-agent service separately for installation?
Screenshots
Environment
The text was updated successfully, but these errors were encountered:
Hi @WVenus, how exactly you installed orchest? Have you tried to reinstall it?
Sorry, something went wrong.
@dotruong1910 Orchest Controller is a Kubernetes Operator which deploys and manges orchest cluster is into Kubernetes clusters via OrchestCluster CRD.
I have tried redeploying, but the result is still the same.
No branches or pull requests
Describe the bug
Using orchest-controller to install orchest, orchest_node-agent is not installed.
I am using the following deployment file.
Expected behavior
Do I need to configure the orchest-node-agent service separately for installation?
Screenshots
Environment
The text was updated successfully, but these errors were encountered: