che-operator/pkg/deploy
Lukas Krejci 1f1a41f9b3
feat: Don't deploy CheManager - it no longer is a thing. (#868)
Remove the CRDs that we don't have to deploy. CheManager is not used
at all anymore and DevWorkspaceRouting is deployed at runtime while
enabling the devworkspaces. DWCO waits for the CRD to appear.

Don't deploy the DWCO metrics service anymore because the metrics
endpoint is switched off anyway.

Trivial - remove the unneeded serialized storage annotations on checluster
objects of different versions.

The cluster role must grant the operator the perms to update status
of the checluster resource.
2021-07-02 00:28:32 +02:00
..
dashboard fix: dashboard ingress configuration with custom cheHost (#856) 2021-06-07 18:08:33 +03:00
dev-workspace feat: Don't deploy CheManager - it no longer is a thing. (#868) 2021-07-02 00:28:32 +02:00
devfileregistry Code clean up 4 (#761) 2021-04-13 11:18:15 +03:00
expose Refactor exposure to have an ability share host among components (#760) 2021-04-09 12:09:59 +03:00
gateway Refactor exposure to have an ability share host among components (#760) 2021-04-09 12:09:59 +03:00
identity-provider fix: dashboard ingress configuration with custom cheHost (#856) 2021-06-07 18:08:33 +03:00
pluginregistry Code clean up 4 (#761) 2021-04-13 11:18:15 +03:00
postgres Reworked server synchronization (#813) 2021-05-21 09:21:01 +03:00
registry Code clean up 4 (#761) 2021-04-13 11:18:15 +03:00
server feat: Configure external devfile registries urls (#845) 2021-05-28 11:18:22 +03:00
checluster.go Reworked server synchronization (#813) 2021-05-21 09:21:01 +03:00
checluster_test.go Reworked server synchronization (#813) 2021-05-21 09:21:01 +03:00
clusterrole.go Remove consolelink object when CheCluster is removed (#708) 2021-03-22 18:25:35 +02:00
clusterrole_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
clusterrolebinding.go Improve reconciling crb finalizers (#756) 2021-04-07 09:05:17 +03:00
clusterrolebinding_test.go Improve reconciling crb finalizers (#756) 2021-04-07 09:05:17 +03:00
configmap.go Code clean up part #1 (#730) 2021-03-24 16:52:11 +02:00
configmap_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
consolelink.go Fix DWO deployment in minikube (#789) 2021-04-21 14:11:11 +03:00
consolelink_test.go Remove consolelink object when CheCluster is removed (#708) 2021-03-22 18:25:35 +02:00
data_types.go Code clean up 4 (#761) 2021-04-13 11:18:15 +03:00
defaults.go Implement backup / restore of Che server (#844) 2021-06-22 13:24:06 +03:00
defaults.go.update.sh Replace references from master to main branches (#784) 2021-04-16 12:22:39 +03:00
defaults_test.go Run dashboard as separate deployment (#684) 2021-04-21 21:37:12 +03:00
deployment.go Code clean up 3 (#753) 2021-04-07 14:55:14 +03:00
deployment_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
finalizer.go Reworked server synchronization (#813) 2021-05-21 09:21:01 +03:00
finalizer_test.go Improve reconciling crb finalizers (#756) 2021-04-07 09:05:17 +03:00
ingres_test.go fix: reconcile ingress/route when annotations changed (#862) 2021-06-11 10:54:18 +03:00
ingress.go fix: reconcile ingress/route when annotations changed (#862) 2021-06-11 10:54:18 +03:00
init_test.go Fix proxy and internal hostname case (#646) (#649) 2021-01-28 09:20:16 +02:00
job.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
job_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
kubernetes_image_puller.go fix: Fix image puller reconcile infinite loop when checluster image puller deployment name and configmap name are empty 2021-06-25 10:45:20 +02:00
labels.go Replace `eclipse` organization occurrence on `eclipse-che` (#727) 2021-03-22 12:32:48 +02:00
labels_test.go Replace `eclipse` organization occurrence on `eclipse-che` (#727) 2021-03-22 12:32:48 +02:00
oauthclient.go Refactor exposure to have an ability share host among components (#760) 2021-04-09 12:09:59 +03:00
proxy.go Replace `eclipse` organization occurrence on `eclipse-che` (#727) 2021-03-22 12:32:48 +02:00
proxy_test.go Replace `eclipse` organization occurrence on `eclipse-che` (#727) 2021-03-22 12:32:48 +02:00
pvc.go Change default pvc to 10G. (#739) 2021-04-05 09:45:11 +03:00
pvc_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
role.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
role_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
rolebinding.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
rolebinding_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
route.go fix: reconcile ingress/route when annotations changed (#862) 2021-06-11 10:54:18 +03:00
route_test.go fix: reconcile ingress/route when annotations changed (#862) 2021-06-11 10:54:18 +03:00
secret.go Code clean up 3 (#753) 2021-04-07 14:55:14 +03:00
sercet_test.go Code clean up 3 (#753) 2021-04-07 14:55:14 +03:00
service.go Reworked server synchronization (#813) 2021-05-21 09:21:01 +03:00
service_account.go Code clean up 3 (#753) 2021-04-07 14:55:14 +03:00
service_test.go Code clean up 3 (#753) 2021-04-07 14:55:14 +03:00
sync.go Che Operator updates DWO and DWCO resources (#832) 2021-05-19 14:07:30 +03:00
sync_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00
test_util.go Che Operator updates DWO and DWCO resources (#832) 2021-05-19 14:07:30 +03:00
tls.go Implement backup / restore of Che server (#844) 2021-06-22 13:24:06 +03:00
tls_test.go Code clean up part 2 (#736) 2021-04-01 15:58:37 +03:00