Jun Duan

Results 23 comments of Jun Duan

I retried the test with two jobs created one at a time. Also succeeded to run two jobs. Below is what I saw from my console. ```console ubuntu@ip-172-31-5-54:kubestellar$ kc --context...

I changed the value of `max-num-wrapped` to `3` so that all the workload objects (1 namespace + 2 jobs) were wrapped in one single ManifestWork object named `pi-wds1`. Still I...

Was curious about the `ready` field, so I looked at https://github.com/kubernetes/kubernetes/blob/0fc167103189a4d462c3cc7a17b360c3d998f4bf/pkg/apis/batch/types.go#L538-L541. Looks like it is a state shortly before deletion, so ready changed from 3 to 0 means the three...