Commit Graph

287 Commits

Author SHA1 Message Date
Lan Liang cd2812e30e Delete the labels of uid.
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-03-18 03:00:19 +00:00
changzhen 2db3ca2629 add remedy api in the swagger.json
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-03-05 09:15:04 +08:00
changzhen 8a101ebcb7 set enum value for operator in Remedy API
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-02-28 22:49:53 +08:00
changzhen 70afc1ad6d add remedy group api and update cluster api
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-02-27 21:29:13 +08:00
yweng14 e0b3e834ef [MVP] add resourcequota plugin in scheduler-estimator: add resourcequota plugin
Signed-off-by: yweng14 <yweng14@bloomberg.net>
2024-01-27 15:27:47 +08:00
karmada-bot ae5b3fe373
Merge pull request #4577 from chaosi-zju/policy5
Introduced a lazy activation preference to PropagationPolicy/ClusterPropagationPolicy
2024-01-25 21:52:45 +08:00
chaosi-zju 926e34a7ad implementation of the LazyActivation preference for Policy.
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-01-25 20:56:31 +08:00
RainbowMango c47e12a442 bump golangci-lint to v1.55.2
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-01-21 12:34:24 +08:00
chang.qiangqiang 9ec160ab9f fix(work): motify gracefulEvictionTasks sub field to pointer type
Signed-off-by: chang.qiangqiang <chang.qiangqiang@immomo.com>
2023-12-22 17:06:31 +08:00
jwcesign e77fe55851 feat: fix conflicts with pp
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-12-14 19:46:46 +08:00
lonelyCZ fd7139daa0 Add additionalPrinterColumns Kind for Work CRD
Signed-off-by: lonelyCZ <chengzhe@zju.edu.cn>
2023-12-07 11:04:34 +08:00
karmada-bot 09a43c6f17
Merge pull request #4353 from whitewindmills/fix-boilerplate
add license for auto-generated files
2023-12-05 17:59:04 +08:00
whitewindmills 2b05d1e94f add license for auto-generated files
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-12-05 14:20:26 +08:00
chaosi-zju 7bc10af1e9 fix format of lua script in karmada api
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-12-01 17:40:56 +08:00
jwcesign 5932615cba feat: support mcs with native svc name
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-30 15:55:15 +08:00
z00623291 33ae852fa0 List&watch mcs and service, reconcile the work in execution namespace
Signed-off-by: z00623291 <zhouhongcen1@huawei.com>
2023-11-29 17:50:26 +08:00
karmada-bot 1d4a95c493
Merge pull request #4290 from jwcesign/mcs-api
api: define API for MultiClusterService
2023-11-24 15:22:54 +08:00
jwcesign a39416cb14 api: define API for MultiClusterService
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-24 13:36:54 +08:00
chaosi-zju e9e8653c88 resourceModels supports extended resources
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-11-23 19:08:32 +08:00
karmada-bot 55547b2acf
Merge pull request #4199 from jwcesign/add-id-label
feat: add resource id label
2023-11-23 10:44:52 +08:00
jwcesign 7e6387e98f feat: add resoruce id label
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-11-20 11:07:11 +08:00
zhy76 adef1e5974 feat: add license and verify license for code file
Signed-off-by: zhy76 <958474674@qq.com>
2023-11-16 11:11:21 +08:00
changzhen d85090efa6 update type in api definition
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-10-28 09:31:36 +08:00
karmada-bot 557348fea0
Merge pull request #4074 from Vacant2333/add-resource-deletion-protection-by-label
[Feat] Resource Deletion Protection
2023-10-18 11:35:23 +08:00
Vacant2333 1df2420f70 [feat] namespace deletion protection
Signed-off-by: Vacant2333 <vacant2333@gmail.com>
2023-10-17 14:54:54 +08:00
chaosi-zju 7b13371360 update swagger json
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-09-27 17:43:38 +08:00
changzhen 734cf3ab8f fix depndencies lua scrpit bug
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-09-05 17:36:24 +08:00
whitewindmills c8423cb237 fix spelling errors
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-09-04 10:22:39 +08:00
jwcesign 2c48bd7f99 cleanup: add uid in resource and owner information in annotations
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-08-26 17:02:13 +08:00
karmada-bot 736ce110ed
Merge pull request #3975 from zishen/zones
Add validation for zones
2023-08-25 11:06:10 +08:00
Tanggui Bian 818155d837 Add validation for zones
Signed-off-by: Tanggui Bian <softwarebtg@163.com>
2023-08-24 22:49:31 +08:00
Tanggui Bian 9fabdfc94d transform zone to zones
Signed-off-by: Tanggui Bian <softwarebtg@163.com>
2023-08-24 20:22:30 +08:00
RainbowMango 005a36e88c Extend Cluster API to support multiple zones.
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-08-18 15:14:53 +08:00
chaunceyjiang e17eb1a595 feat: Introduce a LabelSelector field to DependentObjectReference
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-08-09 12:14:56 +08:00
chaosi-zju 2b060cbf3b feat: realization of ConflictResolution in PP.
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2023-07-25 20:23:37 +08:00
RainbowMango ae3f793358 Add conflict resolution API to PP and CPP
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-07-19 16:47:47 +08:00
karmada-bot 71de1644f7
Merge pull request #3741 from whitewindmills/schedule-condition
feat: optimize scheduling condition semantics
2023-07-18 10:44:31 +08:00
whitewindmills 45c995a9e1 add new schedule condition reason
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2023-07-17 18:38:41 +08:00
changzhen 688809a329 add MultiClusterService API to api swagger doc
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-07-15 15:09:05 +08:00
RainbowMango 122d6c0904 Proposing PropagationPolicy Preemption API.
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-07-14 09:03:54 +08:00
chaunceyjiang e4adcbe084 cleanup: clarify the meaning when the port of mcs is empty
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-07-12 15:14:52 +08:00
jwcesign 068022db24 feat: Support CronFederatedHPA to scale worloads/FederatedHPA at specific time
Signed-off-by: jwcesign <jwcesign@gmail.com>
2023-07-03 20:25:02 +08:00
karmada-bot f267b3dddd
Merge pull request #3644 from XiShanYongYe-Chang/add-MultiClusterService-api
add MultiClusterService API
2023-06-28 11:47:20 +08:00
changzhen dc8e1207b8 add MultiClusterService API
Signed-off-by: changzhen <changzhen5@huawei.com>
2023-06-28 09:38:54 +08:00
Lilith McMullen 39c5817a48 fix scheme filename typo
Signed-off-by: Lilith McMullen <lilith.mcmullen@zendesk.com>
2023-06-27 15:58:56 -07:00
RainbowMango 658eec642e cleanup FederatedHPA API
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-06-26 19:41:12 +08:00
RainbowMango 47e34c30a4 Adding CronFederatedHPA API
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-06-25 17:48:14 +08:00
chaunceyjiang 23f94a4c75 When different clusters have the same pod name, the annotations of different metrics have the same value
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2023-06-09 10:35:28 +08:00
karmada-bot bfb9bc327f
Merge pull request #3622 from Poor12/test
Add printcolumn for FederatedHPA
2023-06-04 17:20:21 +08:00
Poor12 3dbe507759 add column
Signed-off-by: Poor12 <shentiecheng@huawei.com>
2023-06-02 16:46:14 +08:00