Commit Graph

30 Commits

Author SHA1 Message Date
usernameisnull b83e3e3d0a
support Huawei CCE EIB and EIP (#261)
Co-authored-by: bing.ma <bing.ma@daocloud.io>
2025-07-24 10:26:35 +08:00
Xuetao Song fc88742857
add doc of Volcengine-EIP (#219) 2025-04-30 17:26:11 +08:00
Gao PeiLiang aaa63740a4
Add hwcloud provider and elb plugin (#201)
* add hwcloud ELB Network Plugin

* add hwcloud cloud provider register

* fix register error

* fix error

* add log

* fix hwcloud provider regster error

* fix health check error

* only suuport use exist elb

* add docs

* add hwcloud elb config

* fix docs
2025-02-12 17:46:54 +08:00
Gao PeiLiang 8079c29c22
alibabacloud slb support map same TCP and UDP port , eg 8000/TCPUDP (#197)
* create svc use port + protocol as name to fix when use same port but different protocol

* alibabacloud slb support TCP/UDP

* add log info

* fix alibabacloud slb init same port svc

* add doc

* clear log print, avoid too many info
2025-02-06 16:58:17 +08:00
Gao PeiLiang f0c82f1b1f
add support svc external traffic policy for alibabacloud slb (#194)
* add test log

* add support svc external traffic policy for alibabacloud slb

* fix error

* add e2e test timeout

* add aliyun slb param ExternalTrafficPolicyType doc
2025-01-16 10:44:24 +08:00
roc 7976e9002e
enhance: support network isolation for tencentcloud clb plugin (#183)
Signed-off-by: roc <roc@imroc.cc>
2024-11-12 23:04:23 +08:00
roc c680b411b7
feat(*): add tencent cloud provider and clb plugin (#179)
* feat(*): add tencent cloud provider and clb plugin

Signed-off-by: rockerchen <rockerchen@tencent.com>
2024-10-29 14:13:11 +08:00
ChrisLiu adff8bdd54
Enhance: support custom health checks for AlibabaCloud-SLB (#154)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2024-06-18 15:17:39 +08:00
ChrisLiu b6fdc2353e
Enhance: support custom health checks for AlibabaCloud-NLB (#147)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2024-05-22 19:20:35 +08:00
ChrisLiu 5a15888804
feat: add ReclaimPolicy for GameServer (#115)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-12-28 10:40:02 +08:00
ChrisLiu ecf81d9259
feat: differentiated updates to GameServers (#120)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-12-27 15:28:10 +08:00
ChrisLiu 58cd242780
feat: add network plugin AlibabaCloud-NLB-SharedPort & support AllowNotReadyContainers (#98)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-10-26 11:09:03 +08:00
ChrisLiu 72ee4ca111
feat: support auto scaling-up based on minAvailable (#88)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-09-06 20:38:33 +08:00
ChrisLiu 3f5a1ea13f
feat: AlibabaCloud-EIP support to define EIP name & description (#91)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-08-04 15:25:46 +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 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 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 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
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 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 c74e66c5da update docs: rename HostPort to Kubernetes-HostPort
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2023-02-09 21:40:04 +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 3f4c2a3066
add doc for Container Launch Priority (#28)
* add doc for Container Launch Priority
2022-12-13 17:11:17 +08:00
ChrisLiu 7ed29b2bb7 fix: Correct typos in the docs
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2022-12-12 20:57:01 +08:00
ChrisLiu bee9e4257d
update docs format for network plugin 2022-12-02 00:09:58 +08:00
ChrisLiu 44894e4310 update docs(zh-cn) for network plugins
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2022-12-01 23:54:43 +08:00
ChrisLiu c3b4e66dc7 update docs(CN)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2022-11-24 18:25:52 +08:00
ChrisLiu 2ffd0cc9ad add user manual(CN)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2022-11-23 21:33:43 +08:00