Oli Oeli
Oli Oeli
@ntohidi 2025-MAY-2 work for me  installation log ``` librechat@LLM:~/crawl4ai$ podman build --build-arg GITHUB_BRANCH=2025-MAY-2 --build-arg USE_LOCAL=true -t crawl4ai:may2 ... librechat@LLM:~/crawl4ai$ podman run -d --name crawl4ai-test --pod crawl4ai --shm-size 1g --env-file...
I think I got it, `controlPlaneEndpoint` is needed... ``` apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: HetznerCluster metadata: name: ${CLUSTER_NAME} namespace: default spec: hcloudNetwork: controlPlaneEndpoint: host: "" port: 6443 ```