ted chang
ted chang
## Bug Report The apiservice-cert volume is not extended for initContainers. **What did you do?** I have a initContainer in my CSV and the [apiservice cert enabled](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/building-your-csv.md#apiservice-serving-certs). After the CSV...
Currently janusgraph-utils is build with Janusgraphv0.1.1. and with a workaround to run with different Janusgraph build. Ideally, we need to build janusgraph-utils with a desired Janusgraph commit. The maven-scm-plugin is...
Signed-off-by: ted chang ## What is the purpose of the change Install Flink using OLM and document OLM bundle development process. ## Brief change log - Added [Flink operator](https://github.com/k8s-operatorhub/community-operators/tree/main/operators/flink-kubernetes-operator) to...
### Search before asking - [X] I searched the [issues](https://github.com/ray-project/kuberay/issues) and found no similar issues. ### KubeRay Component apiserver ### What happened + What you expected to happen The Makefile...
Hi @vabarbosa Please review. Thanks!
Here is the original [conversation](https://ray-distributed.slack.com/archives/C02GFQ82JPM/p1683689955545959) ``` Saloni Goyal: Hi, I am following the MCAD Kuberay integration [doc](https://github.com/project-codeflare/multi-cluster-app-dispatcher/blob/quota-management/doc/deploy/deployment.md), and have installed MCAD on two clusters in agent mode, and trying to...
The tests associated with this [function](https://github.com/tedhtchang/codeflare-sdk/blob/cc8c955e693c062601711994a02180d519dc14f6/src/codeflare_sdk/utils/generate_yaml.py#L217) should be added once the [PR#187](https://github.com/project-codeflare/codeflare-sdk/pull/187) and [PR#146](https://github.com/project-codeflare/codeflare-sdk/pull/146) and [PR251](https://github.com/project-codeflare/codeflare-sdk/pull/251) are merged.
The PR tracks the following issues: 1. Get rid of the following code in the notebook in this [PR](https://github.com/project-codeflare/codeflare-sdk/pull/100): The [conversation](https://project-codeflare.slack.com/archives/C04LK0G441F/p1687455584633079?thread_ts=1687449139.384029&cid=C04LK0G441F). ``` with oc.project(cluster.config.namespace): routes=oc.selector("route").objects() rayclient_url="" for r in routes:...
The job.status() and job.logs() Are failing, they're showing ``` gaierror Traceback (most recent call last) File /opt/app-root/lib64/python3.8/site-packages/urllib3/connection.py:174, in HTTPConnection._new_conn(self) 173 try: --> 174 conn = connection.create_connection( 175 (self._dns_host, self.port), self.timeout,...