orchest / orchest

Build data pipelines, the easy way 🛠️

Home Page:https://orchest.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

im-jinxinwang opened this issue · 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):

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.