orchest icon indicating copy to clipboard operation
orchest copied to clipboard

Using orchest-controller to install orchest, orchest_node-agent is not installed.

Open im-jinxinwang opened this issue 1 year ago • 3 comments

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 image

Environment

  • OS (e.g. macOS): centos 7.9
  • Browser (e.g. Chrome): Chrome
  • Orchest's version (in the settings page):

im-jinxinwang avatar Nov 20 '23 08:11 im-jinxinwang

Hi @WVenus, how exactly you installed orchest? Have you tried to reinstall it?

dotruong1910 avatar Nov 21 '23 07:11 dotruong1910

@dotruong1910 Orchest Controller is a Kubernetes Operator which deploys and manges orchest cluster is into Kubernetes clusters via OrchestCluster CRD.

im-jinxinwang avatar Nov 22 '23 01:11 im-jinxinwang

I have tried redeploying, but the result is still the same.

im-jinxinwang avatar Nov 22 '23 01:11 im-jinxinwang