orchest
orchest copied to clipboard
Using orchest-controller to install orchest, orchest_node-agent is not installed.
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
- OS (e.g. macOS): centos 7.9
- Browser (e.g. Chrome): Chrome
- Orchest's version (in the settings page):
Hi @WVenus, how exactly you installed orchest? Have you tried to reinstall it?
@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.