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 install with yaml on the Kubernetes #22996

Closed
fwasdfw opened this issue Jun 5, 2024 · 4 comments
Closed

how install with yaml on the Kubernetes #22996

fwasdfw opened this issue Jun 5, 2024 · 4 comments
Labels
area/install Issues related to installation, including offline/air gap and initial setup kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@fwasdfw
Copy link

fwasdfw commented Jun 5, 2024

Summary

hi, i want to build Eclipse Che on my self Kubernetes (LAN network without internet) without helm, but i don't know how should i prepare and get the yaml for install this software. can you tell me the location for install yaml, and whether need postgresql and minIO ?

Relevant information

Kubernetes is 1.21.0

@fwasdfw fwasdfw added the kind/question Questions that haven't been identified as being feature requests or bugs. label Jun 5, 2024
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jun 5, 2024
@tolusha
Copy link
Contributor

tolusha commented Jun 5, 2024

Hello @fwasdfw
That's a tricky question since we don't have documented procedure how to deploy Eclipse Che on disconnected Kubernetes cluster. We do have such a procedure for OpenShift only [1].

I would say that you need a private docker registry and you don't need any PostgreSQL DB. Here are yamls to deploy DevWorkspace and Che operators [2] [3]. Also you have to configure OIDC provider on the cluster.

[1] https://eclipse.dev/che/docs/stable/administration-guide/installing-che-in-a-restricted-environment/
[2] https://github.com/devfile/devworkspace-operator/tree/main/deploy/deployment/kubernetes
[3] https://github.com/eclipse-che/che-operator/tree/main/deploy/deployment/kubernetes
[4] https://eclipse.dev/che/docs/stable/administration-guide/installing-che/

@tolusha tolusha added the area/install Issues related to installation, including offline/air gap and initial setup label Jun 5, 2024
@fwasdfw
Copy link
Author

fwasdfw commented Jun 6, 2024

@tolusha o, thank you! so, should i need install the che-server in my k8s also ?

@AObuchow
Copy link

@fwasdfw Correct, you'll need to install the che-operator (I believe that's what you meant by che-server? or were you referring to the specific che-server component?), which manages deploying all of the components of Che with the exception of the DevWorkspace Operator, which you'll have to deploy yourself.

@AObuchow AObuchow removed the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jun 18, 2024
@tolusha tolusha closed this as completed Sep 19, 2024
@fwasdfw
Copy link
Author

fwasdfw commented Sep 25, 2024

i'd discarded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/install Issues related to installation, including offline/air gap and initial setup kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

4 participants