Commit Graph

119 Commits

Author SHA1 Message Date
barnett
c50dff281f [FIX] fix do not select node for local volume bug 2018-12-01 11:59:44 +08:00
barnett
f44543c00d [REV] change provisioner controller name 2018-12-01 11:25:12 +08:00
barnett
b4eebcab6f [REV] local volume support by dynamic provisioning 2018-12-01 11:16:28 +08:00
barnett
96be054fe3 [ADD] add support local volume code 2018-11-30 22:20:48 +08:00
barnett
cfa6a47f1a [REV] change statefulset name is service name 2018-11-29 22:16:44 +08:00
barnett
17132dbb4d [REV] change selector label for pvc. 2018-11-29 21:48:36 +08:00
barnett
5a46bd990b [REV] change log driver in pvc controller 2018-11-29 21:20:50 +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
a6d5834858 [REV] change upgrade timeout time 2018-11-29 14:11:06 +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
2e934d63fe [REV] add namespace for all model 2018-11-28 18:17:24 +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
fc7a03a2a0 [REV] update waiting timeout time 2018-11-28 16:46:22 +08:00
barnett
f750a6f049 [REV] change deployment fatch api to appsv1 2018-11-28 16:31:58 +08:00
barnett
a758b71757 [REV] change selector remove version info 2018-11-28 15:37:28 +08:00
barnett
57bd871fdb [REV] sleep 3 second after stop in restart pipeline 2018-11-27 18:17:46 +08:00
barnett
8db3d0c418 [FIX] fix gateway ingress and scret without lables bug 2018-11-27 18:16:18 +08:00
barnett
5fede170c7 [FIX] fix waiting stop or start complete failure bug 2018-11-27 17:23:45 +08:00
barnett
e14f9ba93f [FIX] fix k8s service exist failure bug 2018-11-27 17:14:21 +08:00
barnett
5366f416ff Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-27 17:02:48 +08:00
barnett
3484a0f217 [REV] change app cache rules 2018-11-27 17:02:32 +08:00
GLYASAI
0cc7eca7e7 [REV] accept all protocol as tcp, but http 2018-11-27 16:22:08 +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
1d2b5b27c6 [FIX] fix statefulset app status bug 2018-11-27 14:52:44 +08:00
barnett
a81abd5277 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-27 14:50:54 +08:00
barnett
5a6321ba3a [FIX] fix service name is empty bug 2018-11-27 14:50:30 +08:00
GLYASAI
40e3b358c0 [REV] if there is no tcp rule, then create a default ingress 2018-11-27 11:49:06 +08:00
barnett
7da5b89fd2 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-27 11:31:34 +08:00
barnett
13529c0c19 [REV] change patch type to MergePatchType 2018-11-27 11:31:17 +08:00
GLYASAI
163133ef9a [REV] if there is no http rule, then create a default ingress 2018-11-27 11:15:57 +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
GLYASAI
6d5c1eff9c [REV] enable empty ingress for outer service 2018-11-26 19:21:41 +08:00
barnett
d791b583b2 [FIX] fix service config update invalid bug 2018-11-26 19:16:41 +08:00
barnett
1352bf1842 [FIX] fix name is neither a standard finalizer name bug 2018-11-26 18:15:53 +08:00
barnett
31fff5c3b9 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-26 18:12:07 +08:00
barnett
2dd4c754e2 [REV] handle app status faliure because of start faliure. 2018-11-26 18:11:49 +08:00
GLYASAI
41288c6315 [ADD] send apple rule task 2018-11-26 18:08:16 +08:00
barnett
10beaa1ce2 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-26 17:59:30 +08:00
barnett
fe5aaf1feb [ADD] automatically compare upgrade changes with new resources 2018-11-26 17:59:24 +08:00
GLYASAI
953b28fb5c [ADD] add applyRuleController 2018-11-26 16:40:47 +08:00
GLYASAI
e6e82ea9cf [REV] save lb port when adding tcp rule 2018-11-26 02:36:38 +08:00