Skip to content
New issue

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

How to deploy Farm vibes on Existing on-premises OpenShift or Kubernetes cluster #150

Closed
click2cloud-kaliram opened this issue Feb 16, 2024 · 1 comment
Labels
FarmVibes.AI setup Issues encountered during cluster setup local cluster Issues encountered in local cluster question Information requested from user

Comments

@click2cloud-kaliram
Copy link

Topic

No response

Ask away!

"When executing the Farmvibes local setup command, it automatically generates its own k3d cluster. Is it possible to manually deploy Farmvibes on an existing Kubernetes or OpenShift cluster , could you provide guidance along with the deployment YAML file?"

@click2cloud-kaliram click2cloud-kaliram added the question Information requested from user label Feb 16, 2024
@github-actions github-actions bot added the triage Issues still not triaged by team label Feb 16, 2024
@rafaspadilha rafaspadilha added FarmVibes.AI setup Issues encountered during cluster setup local cluster Issues encountered in local cluster labels Feb 16, 2024
@renatolfc
Copy link
Contributor

Hello @click2cloud-kaliram, unfortunately, this is not supported by our current code, and I'm afraid we don't have the bandwidth to implement such a feature (I would be willing to review a PR that added support for that, though).

The main reason we don't support this is because we can't know how kubernetes node pools and persistent volumes would work in arbitrary clusters.

Although unsupported by the scripts, if you look at the setup function, you will see that we use Terraform to ensure a local cluster is setup. (We have similar code for the AKS clusters, but that code is a bit more complex.)

If you are proficient with TerraForm, you can try applying the scripts to your existing cluster to deploy FarmVibes.AI to it.

You will probably have to edit the terraform files to suit your cluster, but again, we can't provide support with that.

You would have better luck setting up an AKS cluster specifically for FarmVibes.AI.

@rafaspadilha rafaspadilha removed the triage Issues still not triaged by team label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FarmVibes.AI setup Issues encountered during cluster setup local cluster Issues encountered in local cluster question Information requested from user
Projects
None yet
Development

No branches or pull requests

3 participants