-
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
Workspace does not start when using One namespace per user strategy strategy #15557
Comments
any suggestions on workaround (till this issue gets resolved) will be very helpful. |
@svkr2k https://raw.githubusercontent.com/cherxp/my-plugin-registry/master/meta-my-rest-server.yaml is not available for me. Could you provide your plugin configuration? |
Thank you, @sleshchenko . Here is the yaml file https://raw.githubusercontent.com/testreg/my-plugin-registry/master/meta-my-rest-server.yaml
|
@svkr2k If it's suitable in your case, you can try to add Proposed configurationapiVersion: v2
publisher: eclipse
name: my-rest-server-plugin
version: 0.0.1
type: Che Plugin
displayName: My rest Service
title: Che rest Service Plugin
description: Debug container.
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/eclipse/che-machine-exec/
firstPublicationDate: "2019-11-06"
category: Other
spec:
endpoints:
- name: "my-rest-server"
public: true
targetPort: 8080
attributes:
discoverable: false
protocol: http
containers:
- name: my-rest-server
image: "879521958254.dkr.ecr.us-east-1.amazonaws.com/myorg1/my-rest-server:latest"
volumes:
- mountPath: "/home/projects"
name: myprojects
mountSources: true
ports:
- exposedPort: 8080
memoryLimit: "2Gi" More info about it you can find https://github.com/eclipse/che-plugin-registry, not sure if it contains accurate description ) |
Thank you, @sleshchenko , i tried with When I tried to create the workspace, i got the following error after creation of workspace pods:: The text |
@svkr2k Seems there is some issue in your editor or integration editor + jwtproxy. |
Hi @sleshchenko , Thank you very much for your support ! Here is the output from Chrome debugger console
|
Thank you very much ! So far, i was using 7.5.1. I tried nightly build as you suggested: |
@svkr2k Hello, is your issue fixed now or you lost hope to get help? |
Please refer to https://github.com/eclipse/che-docs/blob/master/src/main/pages/che-7/installation-guide/proc_configuring-namespace-strategies.adoc#one-namespace-per-user-strategy
I tried to setup che for One namespace per user strategy as shown below. Also, please note that I will be needing only one workspace per user.
In
che.properties
:In
che/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/multiuser.properties
:In
che-7.5.1/deploy/kubernetes/helm/che/values.yaml
In
che-7.5.1/deploy/kubernetes/helm/che/templates/configmap.yaml
:Install che:
In browser, after I login, i try to create my first workspace. The following is the log with errors shown:
Here is devfile:
Please help me setup che. Thank you in advance.
The text was updated successfully, but these errors were encountered: