-
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
Remove code that supports namespace strategies other than per-user #19763
Conversation
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
…user Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
…an per-user Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
…19536 Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
…nto che19536 Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK for the che.properties
changes
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che on K8S (minikube v1.1.1)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested on minikube with multiple namespace configurations and pre-created namespaces, works fine.
Do you plan to update che-operator code to reflect these changes? For example che-operator sets CHE_INFRA_KUBERNETES_NAMESPACE_ALLOW__USER__DEFINED
in che
configmap.
are we sure about removing |
I hope that would be a part of the job that @tolusha will do in eclipse-che/che-operator#818.
I think we should be strict: one user -> one k8s namespace.
I think that would be a misconfiguration. |
@skabashnyuk |
docs pr eclipse-che/che-docs#1983 |
What does this PR do?
Remove code that supports namespace strategies other than per-user
Documentation changes - in progress....
Screenshot/screencast of this PR
What issues does this PR fix or reference?
Fixes #19536
How to test this PR?
quay.io/skabashn/che-server:che19536
oc patch checluster eclipse-che -n eclipse-che --type=json -p '[{"op": "replace", "path": "/spec/devWorkspace/enable", "value": true}]
Only 'per user' is allowed.Using the <username> or <userid> placeholder is required in the 'che.infra.kubernetes.namespace.default' parameter. The current value is: '<workspaceid>-che'
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.