Eclipse Che is failed to deploy on Minishift
See original GitHub issueDescribe the bug
Eclipse Che is failed to deploy on Minishift
Che version
- nightly
Steps to reproduce
Follow the doc https://www.eclipse.org/che/docs/che-7/overview/installing-che-on-minishift/
Expected behavior
Deployment is succeeded
Runtime
- minishift (include output of
minishift version
andoc version
)
Installation method
- chectl
server:start --platform minishift --installer operator
chectl/0.0.20200831-next.9be13df linux-x64 node-v10.22.0
Environment
- my computer
- Linux
Eclipse Che Logs
2020-09-02 07:54:15,925[ost-startStop-1] [ERROR] [o.a.c.c.C.[.[localhost].[/api] 175] - Exception sending context initialized event to listener instance of class [org.eclipse.che.inject.CheBootstrap]
--
| com.google.inject.CreationException: Unable to create injector, see the following errors:
| 1) Error injecting constructor, org.eclipse.che.inject.ConfigurationException: Unsupported server naming strategy 'default-host' configured
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Failed to start a workspace when deployed Che with minishift ...
Failed to start a workspace when deployed Che with minishift addon installer #15380 ; area/install Issues related to installation, including ...
Read more >Configuring Minishift for use with Eclipse Che and Red Hat ...
Once minishift starts successfully, you're ready to deploy Che or CRW to the server. If minishift fails to come up, try killing and...
Read more >Administration Guide Red Hat CodeReady Workspaces 1.0
In the command above, eclipse-che is the CodeReady Workspaces namespace. ... If this error occurs, go to the Keycloak administration console and ensure...
Read more >Developing Multi-Pod Apps with Kubernetes and Che - Medium
Learn how you can use Eclipse Che to develop with replicas of your production Kube pods.
Read more >Introduction to Eclipse Che :: Eclipse Che Documentation
A centralized developer environment running on Kubernetes or OpenShift. · A multi-container workspace for each developer with the ability to replicate with a ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dmytro-ndp
CHE_INFRA_KUBERNETES_SERVER__STRATEGY=multi-host
is explicitly set by Operator and Helm for k8s. For OpenShift, it fallback to what is set in che.properties, which isdefault-host
now.I’ll change default in
che.properties
to multi-host in che-server and imho we should start setting it explicitly for OpenShift from installers as well.@sparkoo, @skabashnyuk: do you happened to know if
CHE_INFRA_KUBERNETES_SERVER__STRATEGY=multi-host
has to be by default?