Kevin Wang
|
160e961307
|
fix SpreadConstraint json tag issue in policy API (#46)
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-12-01 20:00:24 +08:00 |
RainbowMango
|
0a789c52ca
|
trigger ci on all branches.
|
2020-12-01 17:04:08 +08:00 |
RainbowMango
|
f9cde6835b
|
Fix can not propagate to multiclusters issue
|
2020-12-01 15:34:18 +08:00 |
RainbowMango
|
b15f04f0af
|
Add simple local-up-karmada.sh
|
2020-11-30 20:33:27 +08:00 |
Kevin Wang
|
2e60588db6
|
Apply suggestions from code review
|
2020-11-30 20:05:30 +08:00 |
Kevin Wang
|
dbb56be9bc
|
Apply suggestions from code review
|
2020-11-30 20:05:30 +08:00 |
x15zhang
|
13f6a7157b
|
add quickstart
|
2020-11-30 20:05:30 +08:00 |
Hanbo Li
|
73f34fe760
|
fixed spelling mistakes of karmadactl join command example (#39)
|
2020-11-27 16:02:27 +08:00 |
Hongcai Ren
|
520b8d3397
|
set config with a cluster name which contains 'kind' prefix. (#38)
|
2020-11-27 10:04:08 +08:00 |
Hongcai Ren
|
b6d49901d5
|
Update hack/create-cluster.sh
Co-authored-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-26 20:42:20 +08:00 |
Hongcai Ren
|
7096f8ba43
|
Update hack/create-cluster.sh
Co-authored-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-26 20:42:20 +08:00 |
Hongcai Ren
|
bd1d7d6129
|
Update hack/create-cluster.sh
Co-authored-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-26 20:42:20 +08:00 |
RainbowMango
|
6df7f16ee3
|
Add scripts for create/delete kind cluster and deploy/undeploy
control-plane.
|
2020-11-26 20:42:20 +08:00 |
Xianpao Chen
|
be32c34b69
|
add policy resource label selector (#36)
|
2020-11-26 15:21:48 +08:00 |
mrlihanbo
|
395b4da4f8
|
ensure finalizer for given propagationwork (#34)
|
2020-11-26 14:42:17 +08:00 |
mrlihanbo
|
90988a5580
|
delete execution space when membercluster deleted (#33)
|
2020-11-26 11:52:06 +08:00 |
Xianpao Chen
|
a3c6e061eb
|
fix no apiversion and kind bug when creating binding or work (#29)
|
2020-11-23 19:56:12 +08:00 |
mrlihanbo
|
3b4bec41ba
|
add execution controller (#25)
|
2020-11-23 17:49:35 +08:00 |
Hongcai Ren
|
b139527293
|
add all endpoint to makefile (#31)
* Fix gofmt issue.
* add make file endpoint: all
|
2020-11-23 12:50:48 +08:00 |
Kevin Wang
|
e2a0eeda76
|
update membercluster and work API, mark conditions optional
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-23 10:22:46 +08:00 |
RainbowMango
|
e6ed8df1e5
|
Update cluster role
|
2020-11-20 19:52:41 +08:00 |
RainbowMango
|
3cce1a06c1
|
suppress some repeated logs.
|
2020-11-20 19:52:01 +08:00 |
Kevin Wang
|
04e95c9a74
|
fix propagationWork API issue, preserve unknown fields
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-20 18:09:30 +08:00 |
Kevin Wang
|
f05e032328
|
Apply suggestions from code review
|
2020-11-20 17:42:21 +08:00 |
Kevin Wang
|
69d3f1b275
|
Update README.md
|
2020-11-20 17:42:21 +08:00 |
x15zhang
|
f9402a8ef2
|
update README and roadmap
|
2020-11-20 17:42:21 +08:00 |
RainbowMango
|
c4713b24a6
|
add karmada controll command to help joining a cluster.
|
2020-11-20 10:09:47 +08:00 |
chenxianpao
|
034ba017b4
|
Add propagationWork ownerreference
|
2020-11-19 20:16:38 +08:00 |
chenxianpao
|
dafa93bc6c
|
1. New policy controller. 2. check work exist condition
|
2020-11-19 11:53:04 +08:00 |
Kevin Wang
|
80c649c6a8
|
update generated files
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-18 21:59:02 +08:00 |
Kevin Wang
|
2573aaf4c8
|
update MemberClusterStatus API
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-18 21:59:02 +08:00 |
RainbowMango
|
b8197e2855
|
Disable excluding of issues about comments from golint.
Fix golint issues.
|
2020-11-18 15:09:12 +08:00 |
lihanbo
|
e8f189ab36
|
create namespace when a member cluster joined
|
2020-11-16 21:49:16 +08:00 |
chenxianpao
|
3a9e5cdac4
|
Transform binding to work
|
2020-11-16 21:01:10 +08:00 |
RainbowMango
|
dbcae8c52a
|
Enable golangci-lint github action
|
2020-11-16 19:18:55 +08:00 |
Hongcai Ren
|
5f4abb5e3e
|
Enable golangci-lint static check (#15)
Add hack/verify-staticcheck.sh
|
2020-11-16 10:40:41 +08:00 |
RainbowMango
|
96c15b45c6
|
Fixed one gofmt issue.
|
2020-11-14 18:17:46 +08:00 |
Hongcai Ren
|
998992190c
|
update crd version from v1beta1 to v1 (#13)
|
2020-11-13 19:24:34 +08:00 |
RainbowMango
|
5cd57f1043
|
add hack/update-crdgen.sh and hack/verify-crdgen.sh
|
2020-11-13 11:42:14 +08:00 |
Kevin Wang
|
4dc204f4ad
|
add generated files for propagation policy api
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-13 10:49:33 +08:00 |
Kevin Wang
|
24cf7f4a07
|
add propagation policy api
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
|
2020-11-13 10:49:33 +08:00 |
chenxianpao
|
64f3ebc0f5
|
Enable binding controller
|
2020-11-13 09:58:42 +08:00 |
RainbowMango
|
ab18351365
|
enable membercluster controller.
|
2020-11-12 17:31:11 +08:00 |
RainbowMango
|
6c4e9fce08
|
Add member cluster crd yaml
|
2020-11-12 17:31:11 +08:00 |
RainbowMango
|
0692f1c8f1
|
Add deploy yaml
|
2020-11-12 10:48:37 +08:00 |
chenxianpao
|
9557372929
|
Add binding controller
|
2020-11-12 10:32:06 +08:00 |
RainbowMango
|
064a86fdd5
|
Add makefile and dockfile
|
2020-11-11 16:45:49 +08:00 |
RainbowMango
|
574866f7f3
|
Update vendor
|
2020-11-11 15:48:52 +08:00 |
RainbowMango
|
135b0dbdda
|
Add controller-manager framework
|
2020-11-11 14:13:09 +08:00 |
RainbowMango
|
6d926f23f0
|
Add github template
|
2020-11-11 10:47:31 +08:00 |