Commit Graph

13 Commits (9abfec7c5fbf964ccae93eb4e4487efb54db59ff)

Author SHA1 Message Date
Roman Iuvshyn e5c3d094ed
Fix kc deploy on openshift (#8366)
* Improve deploy CHE multi-user to openshift
2018-01-23 18:09:08 +02:00
Sergii Leshchenko 7c15c95e98
Change back `recreate` update strategy in che deployment config (#8239) 2018-01-11 11:01:40 +02:00
Eugene Ivantsov 48264ca6b6
Make it possible to update Che on OCP, including rolling update (#8002)
* Make it possible to update Che on OCP, including rolling update

* Make it possible to update Che on OCP, including rolling update
2017-12-22 08:42:50 +02:00
Roman Iuvshyn c8778e5e03
[WIP] set correct limits for CHE pod (#7733)
* set correct limits for CHE pod
2017-12-05 18:20:38 +02:00
Roman Iuvshyn 0414b27e8c
Allow add che configurations in case of deploy on Openshift (#7692)
* Allow add che configurations in case of deploy on Openshift
2017-12-04 14:56:52 +02:00
Anton Korneta b06c2a314a Fix provisioning of debug property for Che server 2017-11-16 18:10:07 +02:00
Oleksandr Garagatyi af6ca5ef4c Fix deploy_che.sh script
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-11-15 15:27:49 +02:00
Sergii Leshchenko e112077b24 Cleanup and improve deploy_che.sh script
It contains the following changes:
Remove usage of outdated configuration parameters in deploy script
Move default values from yml files to deploy script
Put settings of common defaults to one section
Rename all properties in deploy script according to the Che format with using uppercase symbols and underscores
Remove usage of CHE_DEBUG_SERVER and CHE_KEYCLOAK_DISABLED
Fix default Che image that is used by deploy script
Remove unused labels and annotations
Move configuration properties from CHE_SERVER_CONFIGURATION env var to config map
2017-11-13 16:12:31 +02:00
Max Shaposhnik c74bad367c
Remove snapshotting mechanism; 2017-11-13 14:25:40 +02:00
Sergii Kabashniuk d5a81a6ae3
Configure che-server only from environment variables (#7299)
Removed default properties extraction from war.
Removed all usage of CHE_LOCAL_CONF_DIR
Forced unset of CHE_LOCAL_CONF_DIR to make sure that Eclipse Che server can be configured only with environment variables.
Changed location of default properties from /codenvy/che.properties to /che/che.properties
2017-11-12 20:46:49 +02:00
Mario Loriedo e63e4ab17a Port fix #7301 to che6 branch
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
2017-11-10 18:35:25 +01:00
Anton Korneta 9e7386e726 Add different strategy for che wokrsapce PVCs 2017-10-31 15:00:32 +02:00
Oleksandr Garagatyi 2dff55806f
Fix deployment to Minishift with default behavior (#7012)
Fix deployment to Minishift with the default behavior, in particular:
- increase timeout of waiting for Postgres start
- remove the second check of Postgres after the first one (didn't get why there were 2 of them)
- fix bugs in checking for Postgres status
- fix TLS configuration for Minishift
- renamed deployment configuration
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-10-31 11:55:49 +02:00