Lan Liang
c8524d0d78
Update karmada-apiserve and kube-controller-manager to v1.28.9 by default.
...
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-06-19 08:38:01 +00:00
karmada-bot
f3b25c617d
Merge pull request #5042 from XiShanYongYe-Chang/add-work-namespace-annotations
...
add work namespace/name annotations in the endpointslice resources
2024-06-17 14:58:45 +08:00
karmada-bot
b624cb8c64
Merge pull request #4867 from veophi/bugfix/deployment-generation
...
Align federated Deployment's observedGeneration semantics with its native
2024-06-17 11:18:44 +08:00
孙伟祥
933343df10
fix deployment observed generation logic
...
Signed-off-by: 孙伟祥 <sunweixiang@xiaohongshu.com>
2024-06-14 14:05:42 +08:00
whitewindmills
58c15c8ed9
fix code inspection errors
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-06-12 17:55:59 +08:00
changzhen
dca46571fe
add work namespace/name annotations in the eps
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-06-12 16:29:00 +08:00
changzhen
d5a317a165
fix-remedy-e2e-errors
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-06-12 15:22:01 +08:00
karmada-bot
95e32649a9
Merge pull request #5028 from RainbowMango/pr_nominate_owners
...
nominate code owners of scheduler, resourceinterpreter, apis
2024-06-12 09:34:40 +08:00
karmada-bot
3ff49ad1d7
Merge pull request #4986 from whitewindmills/fix-aggregate-binding-status
...
Integrate UpdateStatus function
2024-06-11 19:48:39 +08:00
whitewindmills
6d18bea052
Integrate UpdateStatus function
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-06-11 16:57:51 +08:00
RainbowMango
1c9395ba6e
nominate code owners of scheduler, resourceinterpreter, apis
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-06-07 11:59:02 +08:00
karmada-bot
049ddc6d1f
Merge pull request #5020 from XiShanYongYe-Chang/remove=pp-namespce-name-labels
...
Remove pp/cpp namespace/name labels
2024-06-07 10:59:35 +08:00
karmada-bot
f2633a43a9
Merge pull request #5012 from mszacillo/unschedulable-plugin-fix
...
Account for unschedulable plugin result during maxreplica estimation
2024-06-06 10:13:35 +08:00
mszacillo
23c9dc9a1e
Account for unschedulable plugin result during maxreplica estimation
...
Signed-off-by: mszacillo <mszacillo@bloomberg.net>
2024-06-05 09:43:48 -04:00
karmada-bot
d05b92153b
Merge pull request #4998 from chaosi-zju/dev
...
fix demo for dependencyInterpretation
2024-06-05 10:50:34 +08:00
chaosi-zju
3c731e5d08
fix demo for dependencyInterpretation
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-06-04 11:50:30 +08:00
changzhen
64a5d0fa7a
remove pp/cpp namespace/name labels
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-06-03 09:58:19 +08:00
huangyanfeng
2a10b8b314
fix register cluster creates agent missing --cluster-namespace parameter
...
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2024-05-30 20:04:32 +08:00
changzhen
6edf69debb
fix upgrade error with #5003
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-30 18:07:07 +08:00
karmada-bot
9c85fbddf9
Merge pull request #4997 from XiShanYongYe-Chang/remove-unused-id-label
...
remove unused id label in the dependencise distributor
2024-05-30 11:22:29 +08:00
changzhen
ffa2f8c8f6
remove unused id label in the dependencise distributor
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-29 14:27:32 +08:00
changzhen
d7419fe1f8
fix depended-by label value exceed 63 characters
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-29 11:55:29 +08:00
changzhen
8ec02ca39b
add verify for all kinds of interpters with InterpretDependency operation
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-28 20:00:00 +08:00
Lan Liang
ed0f26c328
cleanup pointer, use ptr.Toto obtain a pointer, ptr.Deref to dereference a pointer.
...
The new k8s.io/utils/ptr package provides generic wrapper functions,
which can be used instead of type-specific pointer wrapper functions.
This replaces the latter with the former, and migrates other uses of
the deprecated pointer package to ptr in affacted files.
See kubernetes/utils#283 for details.
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-05-28 05:32:33 +00:00
karmada-bot
be1a4fbbe2
Merge pull request #4894 from chaosi-zju/reschedule-delete
...
support auto delete WorkloadRebalancer when time up
2024-05-27 11:34:26 +08:00
karmada-bot
293ba7b188
Merge pull request #4985 from whitewindmills/skip-deleting-binding
...
Skip schedule deleting bindings
2024-05-27 11:16:26 +08:00
chaosi-zju
a8b4050ee7
support auto delete WorkloadRebalancer when time up.
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-05-27 09:56:06 +08:00
changzhen
89f8a1bf36
add binding dependencies distributor finalizer to the independent binding
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-25 15:45:35 +08:00
changzhen
89088a6fe2
update relate binding name and comments for ease of understanding
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-25 10:55:31 +08:00
whitewindmills
b43e93136a
Skip schedule deleting bindings
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-05-24 17:19:10 +08:00
karmada-bot
8eb4322395
Merge pull request #4967 from RainbowMango/pr_remove_deprecated_clusterzone
...
Removed deprecated --cluster-zone from karmadactl join command
2024-05-23 10:40:22 +08:00
karmada-bot
ef14a98242
Merge pull request #4964 from whitewindmills/validation-on-policy-id
...
Add validation on policy permanent ID
2024-05-23 09:20:19 +08:00
whitewindmills
b7678c92b2
Add validation on policy permanent ID
...
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-05-22 17:59:52 +08:00
RainbowMango
a0ace65395
Removed deprecated --cluster-zone from karmadactl join command
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-05-22 16:23:25 +08:00
karmada-bot
e4a4a474f4
Merge pull request #3906 from Affan-7/cleanup-wait.poll
...
Migrate deprecated wait.Poll function
2024-05-22 15:52:18 +08:00
Lan Liang
5a4539d404
migrate wait.PollImmediate to wait.PollUntilContextTimeout.
...
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-05-22 05:51:49 +00:00
RainbowMango
197d3358f7
Fixed golint issues and new piecies of wait.Poll
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-05-22 11:39:45 +08:00
Mohammed Affan
6a07cca040
Migrate deprecated wait.poll
...
Signed-off-by: Mohammed Affan <mohammed.affan.727@gmail.com>
2024-05-22 11:19:51 +08:00
karmada-bot
2ddebf1c64
Merge pull request #4960 from chaosi-zju/files
...
cleanup: grant the correct permissions when creating a file
2024-05-22 09:36:18 +08:00
karmada-bot
21b3ffec82
Merge pull request #4959 from XiShanYongYe-Chang/add-empty-judgement
...
[Cleanup] Add empty judgment for placement in taint-manager
2024-05-21 21:24:43 +08:00
changzhen
dcd04aecfe
add empty judgement for placement in taint-manager
...
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-21 16:23:13 +08:00
chaosi-zju
52cd7716e6
cleanup: adjust log print content when delete token by karmadactl.
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-05-21 16:10:26 +08:00
RainbowMango
845fb3376f
fix golint issue introduced by #4950
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-05-21 11:30:32 +08:00
karmada-bot
894198975c
Merge pull request #4955 from chaosi-zju/3072
...
upgrade rsa key size from 2048 to 3072
2024-05-21 11:01:24 +08:00
karmada-bot
1ebaf1d5a8
Merge pull request #4950 from whitewindmills/bindID-webhook
...
cleanup dead code of generating binding permanent id
2024-05-21 10:22:25 +08:00
chaosi-zju
472da38a6c
cleanup: grant the correct permissions when creating a file
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-05-21 09:30:38 +08:00
chaosi-zju
dee30c821b
upgrade rsa key size from 2048 to 3072
...
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-05-21 09:18:30 +08:00
Amir Alavi
3dfa5b54bd
fix: remove deployment revision annotation
...
Signed-off-by: Amir Alavi <amir.alavi@zendesk.com>
2024-05-20 07:19:21 -04:00
karmada-bot
3314771f31
Merge pull request #4949 from whitewindmills/policyid-webhook
...
cleanup dead code of generating PropagationPolicy permanent id
2024-05-20 12:16:23 +08:00
karmada-bot
b4011125ed
Merge pull request #4940 from XiShanYongYe-Chang/remove-retain-annotations-logic
...
[Cleanup] remove retain annotations logic
2024-05-20 11:19:23 +08:00