Mostafa Elmenbawy
Mostafa Elmenbawy
I fixed the pipeline and the error. The problem with the error was that the docker image was meant to run on GPUs only that's what I used the `BASICSR_JIT=True`...
Is your Kafka server up and healthy? Are you providing the correct Kafka server URL to the Kafka client?
`configurationOverrides.offsets_topic_replication_factor` will work also because [the statefulset](https://github.com/confluentinc/cp-helm-charts/blob/524608ded7c8aecf2540933c267e990e3c917f04/charts/cp-kafka/templates/statefulset.yaml#L136) replaces dots **if present** with underscores.
Check this and this > tl;dr: You need to set advertised.listeners (or KAFKA_ADVERTISED_LISTENERS if you’re using Docker images) to the external address (host/IP) so that clients can correctly connect to...
Can you please how the installation will change, since the existing one requires nvidia-docker? And how to configure containerd with nvidia-container runtime?
> I think this has already removed for a few managed services including to azure k8s. > were you able to figure out a resolution? I didn't try it with...
``` Dockershim removal is coming in v1.24. For those developing or running alpha and beta versions, dockershim will be removed in December at the beginning of the 1.24 release development...