Commit Graph

2432 Commits

Author SHA1 Message Date
karmada-bot 3c73babcaf
Merge pull request #1801 from wuyingjun-lucky/karmadactl_test
Add karmadactl e2e test
2022-05-17 19:13:46 +08:00
chaunceyjiang 52a3c46218 fix when the type of svc is nodeport. resourcebindings FULLYAPPLIED field is False
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2022-05-17 15:26:18 +08:00
wuyingjun f814b5d07a add karmadactl e2e test
Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>

Update test/e2e/karmadactl_test.go

Co-authored-by: Zhe Cheng <47743202+lonelyCZ@users.noreply.github.com>

modify varible member1

Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>
2022-05-17 15:13:48 +08:00
karmada-bot 17b954dee8
Merge pull request #1808 from chaunceyjiang/format
log format
2022-05-17 14:22:46 +08:00
karmada-bot 422c844347
Merge pull request #1805 from XiShanYongYe-Chang/cleanup-gitignore
Remove karmada binary in .gitignore
2022-05-17 12:19:46 +08:00
chaunceyjiang 7c283b124b log format
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2022-05-17 11:47:18 +08:00
changzhen 5640be2e4b remove karmada binary in .gitignore
Signed-off-by: changzhen <changzhen5@huawei.com>
2022-05-17 11:30:35 +08:00
karmada-bot 5577f05587
Merge pull request #1802 from XiShanYongYe-Chang/karmada-search
Add karmada-search fabric
2022-05-17 10:48:46 +08:00
karmada-bot ee820d8b29
Merge pull request #1790 from ikaven1024/fix-ut
fix test fail on arm64 mac `panic: permission denied`, removing gomonkey
2022-05-17 10:15:45 +08:00
karmada-bot b54760bb00
Merge pull request #1795 from lonelyCZ/pr-promote-aa
Enable `karmadactl promote` command to support AA
2022-05-17 09:29:45 +08:00
changzhen 3e217b0249 add karmada-search fabric
Signed-off-by: changzhen <changzhen5@huawei.com>
2022-05-17 09:24:04 +08:00
karmada-bot bca5a0197f
Merge pull request #1803 from my-git9/mygit2
update crd version
2022-05-17 09:10:45 +08:00
xin.li 234fb65b52 update crd version
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-05-16 21:35:51 +08:00
yingjinhui dafe30c649 fix test fail on arm64 mac `panic: permission denied`, removing gomonkey
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
2022-05-16 20:07:40 +08:00
lonelyCZ 4439316d2a Add describe function to karmadactl
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-05-16 10:54:26 +08:00
lonelyCZ 8cae9be548 Add exec function to karmadactl
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-05-16 10:53:33 +08:00
karmada-bot 90f0ae4116
Merge pull request #1793 from wuyingjun-lucky/e2e_test
Set timeout configs flexible when run e2e before
2022-05-16 09:08:44 +08:00
lonelyCZ 36090a1bfa Make getclusterInfo function more general
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-05-15 22:03:57 +08:00
karmada-bot 045eb3bf3b
Merge pull request #1787 from hanweisen/master
fix 1769 karmada-agent build twice when execute local-up-karmada.sh
2022-05-14 22:48:44 +08:00
wuyingjun 942ef77d22 set timeout configs by using flags when run e2e before
Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>
2022-05-14 22:40:21 +08:00
hanweisen 9af6fd8a8a fix 1769 karmada-agent build twice when execute local-up-karmada.sh
Signed-off-by: hanweisen <hanweisen_yewu@cmss.chinamobile.com>
2022-05-14 21:48:38 +08:00
lonelyCZ aae6d087d0 Enable promote command to support AA
Signed-off-by: lonelyCZ <531187475@qq.com>
2022-05-14 16:49:45 +08:00
karmada-bot a35672271f
Merge pull request #1764 from wuyingjun-lucky/debug_fot
feature_1753:support kube-image-mirror-country and kube-image-registry
2022-05-13 15:33:43 +08:00
karmada-bot bac80da911
Merge pull request #1785 from AllenZMC/context_test
add ut for IsControllerEnabled and update configure-controllers.md
2022-05-13 15:24:43 +08:00
karmada-bot 60e3cefe4b
Merge pull request #1792 from carlory/fix-karmadactl-init
fix karmadactl init examples
2022-05-13 15:08:50 +08:00
AllenZMC dd2a677e0e add ut for IsControllerEnabled and correct the mistakes for configure-controllers.md
Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
2022-05-13 14:41:54 +08:00
carlory 77b37983ba fix karmadactl init examples
Signed-off-by: carlory <baofa.fan@daocloud.io>
2022-05-13 14:25:40 +08:00
karmada-bot 84fe09e344
Merge pull request #1782 from chaunceyjiang/1779
compatible with mac os
2022-05-13 10:23:43 +08:00
wuyingjun 78cb7291c0 feature_1753:support kube-image-mirror-country and kube-image-registry
Update pkg/karmadactl/cmdinit/kubernetes/deploy.go

Co-authored-by: Zhe Cheng <47743202+lonelyCZ@users.noreply.github.com>

Update pkg/karmadactl/cmdinit/cmdinit.go

Co-authored-by: Zhe Cheng <47743202+lonelyCZ@users.noreply.github.com>

Apply suggestions from code review

Co-authored-by: Zhe Cheng <47743202+lonelyCZ@users.noreply.github.com>

Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>
2022-05-12 22:29:48 +08:00
chaunceyjiang de9ca2d166 compatible with mac os
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2022-05-12 21:21:56 +08:00
karmada-bot 0f2bd7c02b
Merge pull request #1766 from duanmengkk/feature_globalResource
fixed a bug where not-namespaced resource could not be promoted
2022-05-12 14:55:42 +08:00
karmada-bot 3e057819f5
Merge pull request #1778 from chaunceyjiang/1772
use member-cluster-context correctly
2022-05-12 11:53:40 +08:00
karmada-bot df60b85ff3
Merge pull request #1682 from ikaven1024/pr-lifted
add update-lifted and verify-lifted
2022-05-12 11:51:42 +08:00
duanmeng e7ba433f50 fixed a bug where not-namespaced resource could not be promoted
Signed-off-by: duanmeng <duanmeng_yewu@cmss.chinamobile.com>
2022-05-12 10:57:35 +08:00
yingjinhui 568a22a79e add update-lifted and verify-lifted
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
2022-05-12 10:43:35 +08:00
karmada-bot dfd158270c
Merge pull request #1768 from ikaven1024/fix-ut
Fix occasionally TestAggregateJobStatus time error
2022-05-12 10:35:42 +08:00
karmada-bot 2a9d106288
Merge pull request #1775 from wuyingjun-lucky/bug_fix_0512
modify variable format using hump
2022-05-12 10:21:40 +08:00
chaunceyjiang 58695531b4 use member-cluster-context correctly
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
2022-05-12 10:12:54 +08:00
wuyingjun 8f88eec583 modify variable format using hump
Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com>
2022-05-12 09:21:33 +08:00
karmada-bot df6560a3bd
Merge pull request #1774 from ikaven1024/speedup
fix readonly variable error in `docker.sh`
2022-05-11 18:22:31 +08:00
yingjinhui 285fb81de0 fix readonly variable error in `docker.sh`
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
2022-05-11 17:34:02 +08:00
karmada-bot 5b30187838
Merge pull request #1771 from ikaven1024/speedup
fix docker hub push failed
2022-05-11 17:15:32 +08:00
karmada-bot da78076e26
Merge pull request #1759 from duanmengkk/master
fixed a panic which due to nil annotation during promote resources to Karmada
2022-05-11 16:50:31 +08:00
yingjinhui c2dfc3a3f9 fix docker hub push failed
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
2022-05-11 16:30:47 +08:00
karmada-bot 627c040f18
Merge pull request #1740 from ikaven1024/speedup
speed up docker build
2022-05-11 15:18:30 +08:00
yingjinhui 4518b0e497 Fix occasionally TestAggregateJobStatus time error
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
2022-05-11 14:46:56 +08:00
yingjinhui adf26e7202 speed up docker build
Signed-off-by: yingjinhui <yingjinhui@didiglobal.com>
2022-05-11 10:42:21 +08:00
karmada-bot b2ebfb6036
Merge pull request #1733 from XiShanYongYe-Chang/skip-reflect-status
Skip reflect work status when resource has empty status
2022-05-11 10:20:33 +08:00
prodan ac4bde1bf6 karmadactl add deinit subcommand
Signed-off-by: prodan <pengshihaoren@gmail.com>
2022-05-11 02:11:37 +08:00
duanmeng 9ea26cc144 fix empty anannotation which result to null-pointer exception when add overwrite annotation
Signed-off-by: duanmeng <duanmeng_yewu@cmss.chinamobile.com>
2022-05-10 22:02:16 +08:00