Commit Graph

93 Commits

Author SHA1 Message Date
ChrisLiu 1b05801484
feat: add new opsState named Allocated (#89)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-28 14:49:20 +08:00
ChrisLiu 6f89f6e637
add network plugin AlibabaCloud-EIP (#86)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-24 14:49:34 +08:00
ChrisLiu defcb15f02
refactor NetworkPortRange into a pointer (#87)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-18 16:28:16 +08:00
ChrisLiu dcc3d8260c
support to sync gs metadata from from gsTemplate (#85)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-17 17:02:33 +08:00
ChrisLiu c4e4197b12
correct gs network status when pod network status is nil (#80)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-12 10:25:33 +08:00
ChrisLiu 0e6708dce9
enhance pod scaling efficiency (#81)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-12 10:24:39 +08:00
ChrisLiu 2be1717984
improve hostport cache to record allocated ports of pod (#82)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-12 10:20:20 +08:00
ChrisLiu d5d58eeb56
Update CHANGELOG.md for v0.4.0 2023-07-07 11:25:49 +08:00
ChrisLiu 06762612df
feat: AlibabaCloud-SLB support muti-slbIds (#69)
* feat: AlibabaCloud-SLB support muti-slbIds

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* fix: AlibabaCloud-SLB allocate and deallocate imprecisely

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

---------

Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-05 16:21:11 +08:00
ChrisLiu 6c6ad6b6cc
assume that slices without elements are equal (#74)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-05 16:20:47 +08:00
ChrisLiu 65558bd646
add reserveIds when init asts (#73)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-05 11:35:11 +08:00
ChrisLiu 2ccf2260f4
enhance: decouple triggering network update from Gs Ready (#71)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-07-04 11:53:31 +08:00
ChrisLiu f2b81a993f
add detailed explanation of GameServer hot-update (#70)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-06-29 16:06:33 +08:00
ChrisLiu 056cbe351c
Autoscaler Improvement (#64)
* update docs for network
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-06-29 16:04:46 +08:00
ChrisLiu b9af47ba84
Fix the problem that the hostPort plugin repeatedly allocates ports when pods with the same name are created (#66)
* update docs for network

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* update doc of gs scaling

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* Fix: the hostPort plugin repeatedly deallocates ports

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

---------

Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-06-19 10:51:12 +08:00
ChrisLiu 1192d4dc62
Add user xingzhe.ai (#68)
* update docs for network

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* update doc of gs scaling

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* add user xingzhe.ai

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

---------

Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-06-17 18:56:58 +08:00
ChrisLiu a6dfabc7ee
update docs (#60)
* update docs for network
* update doc of gs scaling
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-06-09 19:08:39 +08:00
ChrisLiu 6d4e6cafa2
impove Ingress Network Plugin (#61)
* fix: avoid metrics controller fatal when gss status is nil
* add param Fixed for ingress network
* avoid Network NotReady too long for Ingress NetworkType
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-06-09 19:07:56 +08:00
ChrisLiu 1c7fd16eb6
Merge pull request #59 from smartwang/master
Fix the issue of unable to complete scaling down from 1 to 0.
2023-05-31 16:15:12 +08:00
wangying 1eba95af78 fmt code 2023-05-31 15:50:11 +08:00
smartwang 66598607c9
Fix the issue of unable to complete scaling down from 1 to 0. 2023-05-29 17:13:56 +08:00
ChrisLiu 543e02a413
Merge pull request #57 from chrisliu1995/feat/network_params
add params for network plugins
2023-05-26 11:10:42 +08:00
ChrisLiu 7d4aefe300
Update CHANGELOG.md 2023-05-26 10:44:25 +08:00
ChrisLiu b13b0aa2e2
Merge branch 'openkruise:master' into feat/network_params 2023-05-26 10:41:05 +08:00
ChrisLiu 1d6c6e22b2 add params for network plugins
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-05-25 22:06:41 +08:00
ChrisLiu 7a4a40b6bd
Update CHANGELOG.md 2023-05-25 16:10:42 +08:00
ChrisLiu 07a26a9b81
feat: add networkType kubernetes-ingress (#54)
* feat: add networkType kubernetes-ingress

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* feat: network plugin kubernetes-ingress support multi paths

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* feat: add param <id> for host of Kuberntes-Ingress plugin

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

---------

Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-05-22 16:38:45 +08:00
skkkkkkk ab6aff7c0d
new grafana json (#56)
Co-authored-by: “skkkkkkk” <sk01199367@alibaba-inc.com>
2023-05-08 09:53:29 +08:00
ChrisLiu 9e596dd72a
add users of OKG (#55)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-05-06 10:49:48 +08:00
ChrisLiu e888ec00aa
update OKG users (#53)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-27 18:41:43 +08:00
ChrisLiu 4eaed8df57
feat: add ReserveIds ScaleDownStrategyType (#52)
* feat: add ReserveIds ScaleDownStrategyType

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* add docs for CRD description

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

---------

Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-27 14:05:16 +08:00
ChrisLiu af327dc8a6
fix: avoid gs status sync delay when network failure (#45)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-26 16:29:14 +08:00
ChrisLiu 8e90b10bb6
feat: export prometheus metrics (#40)
* Feat: export prometheus metrics

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* code indentation optimization

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

---------

Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-26 16:12:50 +08:00
ChrisLiu 7c072bc48e
Feat: add external scaler (#39)
* Feat: add external scaler

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

* Add docs for autoscaling

Signed-off-by: ChrisLiu <chrisliu1995@163.com>

---------

Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-26 15:47:42 +08:00
ChrisLiu 1cb53dea1b
update alibabacloud API group version to v1beta1 (#41)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-19 19:53:30 +08:00
ChrisLiu ba8ce6c92d
feat: add default serviceName for asts (#51)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-19 19:50:39 +08:00
ChrisLiu f283461b6c
fix: add marginal conditions to avoid fatal errors (#49)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-11 14:52:28 +08:00
ChrisLiu 92043599cf
add print columns for GameServerSet and GameServer (#48)
* add print columns for GameServerSet and GameServer
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-04 16:16:38 +08:00
ChrisLiu 9e5bbde674
fix: gss status sync failed when template metadata is not null (#46)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-04-03 15:32:20 +08:00
ChrisLiu b1f3d943be
add Unit Tests for controllers (#44)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-03-23 14:00:37 +08:00
ChrisLiu f585041c5d
Update CHANGELOG.md 2023-02-09 21:52:18 +08:00
ChrisLiu a069e9399c
Merge pull request #38 from chrisliu1995/master
update docs: rename HostPort to Kubernetes-HostPort
2023-02-09 21:48:41 +08:00
ChrisLiu c74e66c5da update docs: rename HostPort to Kubernetes-HostPort
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-02-09 21:40:04 +08:00
ChrisLiu 6b58728b74
Feat: add cloud provider & network plugin (#16)
* Feat: add cloud provider & network plugin
2023-02-08 16:04:40 +08:00
ChrisLiu cde5c22594
update README (#35)
* update README
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-01-03 16:58:08 +08:00
ChrisLiu 55479c8c8e
add docs(EN) (#32)
* add docs(EN)
2022-12-28 10:16:35 +08:00
ChrisLiu cef830862d
update docs (#31)
* add CRD field description
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2022-12-16 10:40:24 +08:00
ChrisLiu 4f950c2604
update docs (#29)
* add doc for Container Launch Priority
2022-12-14 16:31:45 +08:00
ChrisLiu 3f4c2a3066
add doc for Container Launch Priority (#28)
* add doc for Container Launch Priority
2022-12-13 17:11:17 +08:00
ChrisLiu 8f226ea3e5
Merge pull request #27 from chrisliu1995/master
Correct typos in the docs
2022-12-12 20:59:18 +08:00