-
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
Implement a single host version of the happy-path test #16842
Comments
@l0rd Should single host already work also for Openshift, or is it still just a k8s (ingress) thing? (Asking to beter understand a scope of this) Also... If we would have to make a decision which "version" (single vs multi host) should be the "primary" target for our testing - is it safe to assume, that single-host will be the more important (in the near future)? |
@rhopp it only works on Kubernetes right now. We are working on #16702 and openshift/origin#20474 to have support on OpenShift routes as well. |
Yes |
I've created "subtask" for switching k8s based tests/jobs to single-host: #16904 |
as of today, gateway single-host che-server part is merged in master and is in nightly images at to deploy gateway single-host, use this CheCluster patch:
with this chectl command (don't forget to set
There are these known limitations/WIP:
|
|
Is your task related to a problem? Please describe.
Single host is not currently tested.
Describe the solution you'd like
Implement an happy path tests to address that.
cc @dmytro-ndp @rhopp
The text was updated successfully, but these errors were encountered: