Commit Graph

52 Commits

Author SHA1 Message Date
GLYASAI
d0e60dc455 [REV] remove debug message 2019-05-17 16:09:57 +08:00
GLYASAI
f63444418c [FIX] wrong calculation for available memory 2019-05-11 10:56:57 +08:00
huangrh
3636855e13 [FIX] free endpoints were removed by controller-manager 2019-03-31 02:15:41 +08:00
huangrh
f191667480 [DEL] delete no need corev1.Endpoints deletion 2019-03-28 15:44:58 +08:00
huangrh
e90e2608ea [REV] chage probe upgrade from stop probe & add probe to update probe directly 2019-03-28 09:18:43 +08:00
GLYASAI
80787bc312 [DEL] the equality of the old and new endpoints 2019-03-19 15:30:58 +08:00
GLYASAI
5f3d72ff61 [FIX] appService has no endpoints 2019-03-16 15:51:16 +08:00
GLYASAI
d0415a0042 [REV] remove configmap for third-party service 2019-03-14 11:12:17 +08:00
GLYASAI
8a1082a3f4 [FIX] stop probe and configmap 2019-03-12 14:09:13 +08:00
huangrh
fc244b8fd1 [REV] change prober 2019-03-12 09:59:09 +08:00
黄润豪
5ce8b28c73
Merge branch 'master' into master 2019-03-09 22:08:45 +08:00
huangrh
65c8c8c861 [ADD] probe for third-party service 2019-03-09 21:54:17 +08:00
huangrh
7af1d64519 [REV] change the update of third-party service Endpoints from synchronous to asynchronous 2019-03-08 14:46:11 +08:00
barnett
81c7f10ca8 [FIX] fix memory statistics bug 2019-03-05 15:13:09 +08:00
huangrh
b5b5c684b4 [REV] use selector to get endpoints, rather than service name
[ADD] create third-party service when starting worker

[ADD] curd for endpoints in etcd
2019-03-04 14:22:24 +08:00
huangrh
0b0be32528 [ADD] create corev1.Endpoints for third-party services 2019-02-28 23:10:49 +08:00
barnett
f75512f990 [FIX] fix cpu unit error bug 2019-01-28 17:13:38 +08:00
barnett
75438e6c05 [REV] Optimize tenant resource statistics and resource constraints 2019-01-28 16:00:51 +08:00
GLYASAI
730d96211b [FIX] deploment has no configmap while updating 2019-01-11 13:41:50 +08:00
GLYASAI
2a4f7c3816 [FIX] wrong number of running apps 2019-01-11 11:55:04 +08:00
GLYASAI
479b8a4d9c [FIX] fix bug: can not stop service 2018-12-17 19:07:43 +08:00
GLYASAI
2d8fcaf64f [FIX] fix bug: cant not convert in Deployment and StatefulSet 2018-12-17 18:50:36 +08:00
barnett
ab21562199 [FIX] fix ingress can not cache bug 2018-12-08 14:20:29 +08:00
barnett
63921921ac [ADD] add resource auto delete method 2018-12-04 23:15:02 +08:00
GLYASAI
96eb86bdb4 [DEL] delete some debug messages 2018-12-03 18:58:22 +08:00
GLYASAI
1ad378ab21 [ADD] add some debug message 2018-12-03 18:54:59 +08:00
barnett
c50dff281f [FIX] fix do not select node for local volume bug 2018-12-01 11:59:44 +08:00
barnett
17132dbb4d [REV] change selector label for pvc. 2018-11-29 21:48:36 +08:00
barnett
217891516d [REV] remove some log 2018-11-29 20:57:02 +08:00
barnett
fbbc63ef3e [ADD] add rainbondssscProvisioner 2018-11-29 18:22:17 +08:00
barnett
f940e64fa2 [ADD] delete old version rs 2018-11-29 13:27:25 +08:00
barnett
acd6e68f16 [ADD] add clean replicaset method 2018-11-29 12:27:27 +08:00
barnett
227fa6c546 [FIX] fix app service deploy version failure bug 2018-11-28 19:32:39 +08:00
barnett
962ea2e858 [REV] update status handle code 2018-11-28 17:35:37 +08:00
barnett
35483f88ec [REV] do not remove app model after it closed 2018-11-28 16:49:27 +08:00
barnett
3484a0f217 [REV] change app cache rules 2018-11-27 17:02:32 +08:00
barnett
ce480958f6 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-27 16:19:27 +08:00
barnett
4978195059 [ADD] add app service string() method 2018-11-27 16:19:24 +08:00
GLYASAI
2b8543ac77 Merge branch master 2018-11-27 16:07:11 +08:00
GLYASAI
6df4eac461 [REV] change the business logic of apply rule controller 2018-11-27 15:41:25 +08:00
barnett
fe165fc4fd [REV] change app status judge conditions 2018-11-27 15:34:53 +08:00
barnett
c78013fac1 [REV] update app undeploy status judge conditions 2018-11-27 10:34:58 +08:00
barnett
70997e1f1a [REV] rollback change to upgrade pipeline and add undeploy app status 2018-11-27 10:15:53 +08:00
barnett
2dd4c754e2 [REV] handle app status faliure because of start faliure. 2018-11-26 18:11:49 +08:00
barnett
7a7e64b355 [DEL] remove old runtime sync code 2018-11-22 10:44:12 +08:00
barnett
fc243ffbe3 [REV] change app size log and master start don't block 2018-11-21 11:32:29 +08:00
barnett
c6182157c4 [REV] update app runtime collector for prometheus 2018-11-21 11:25:19 +08:00
barnett
606411aa5e [ADD] add upgrade and scaling contro and change app status get method 2018-11-19 18:56:28 +08:00
barnett
757a6f8938 [ADD] add runtime server and app status manage.update grpc vendor 2018-11-17 18:08:33 +08:00
barnett
cae1e2053e [ADD] add new start process for new app runtime 2018-11-16 18:16:55 +08:00