-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
Hello @fwasdfw 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/ |
@tolusha o, thank you! so, should i need install the che-server in my k8s also ? |
@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. |
i'd discarded |
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
The text was updated successfully, but these errors were encountered: