ted chang
ted chang
Tried @astefanutti [PR](https://github.com/project-codeflare/codeflare-operator/pull/136) to install codeflare on local kind. Works fine but kind does not support route crd. the cluster.up() will fail on Kind but CRC worked. The `make deploy`...
Installation update: ## Install KinD https://kind.sigs.k8s.io/docs/user/quick-start/#installation ## Create a cluster using KinD ``` cat
@KPostOffice @jbusche @MichaelClifford Our _parse_app_id looks different from the one in the [upstream](https://github.com/pytorch/torchx/blob/d452a8ccf6341bb854f8fab93a866560dc2f652c/torchx/schedulers/ray_scheduler.py#L330-L337). Is it a fork which we can make it work for now ?
@KPostOffice Reverse parsing sounds like a great idea!. Where is the custom torchx repo located ? I will see if can create a PR there.
This test sometimes PASSED locally. ``` pytest --log-level=info -v -s tests/test_sample_rayservice_yamls.py::TestRayService::test_zero_downtime_rollout ``` Sometimes failed with ``` Failed to connect to rayservice-sample-serve-svc.default.svc.cluster.local port 8000: Connection refused command terminated with exit code...
Tagging issues with a `good first issue` label may help the new contributors to get started. For example, documentations are usually good first issues.
I realized the these `deploy` and `deploy-operator` commends need to follow other commends to work. For example: ```bash # build image locally-> create KinD cluster -> load image to local...