Kai-Hsun Chen

Results 301 comments of Kai-Hsun Chen
trafficstars

TODO: 1. Refactor ```python def replace_patch(path, value): return jsonpatch(...) ``` 2. Add some simple config tests in KubeRay CI

> kustomize provides sdk and if you prefer to use programming way, you can adopt it as well. For command line execution, `kubectl kustomize` definitely makes more sense Thank @Jeffwan...

> I found that kubectl only supports applying kustomization.yaml instead of creating and editing kustomization.yaml, which is utilized in [tests/kuberay_utils/utils.py](https://github.com/ray-project/kuberay/blob/607ac1f34ef6306e2bce4f6443d6eb5a10f308a6/tests/kuberay_utils/utils.py#L69-L70). If we want to get rid of kustomize, we might...

Thank @DmitriGekhtman for the reply! Why do not we remove `HeadGroupSpec.Replicas` from `raycluster_types.go`? I tried to remove the field from `raycluster_types.go`, and it can still keep backward compatibility. ```bash #...

TODO: Try to use `kind` on M1 Macs. If I can still reproduce this bug on `kind` cluster, M1 is highly possible to be the root cause. [20220921 Updated] @jasoonn...