Oli Oeli

Results 12 comments of Oli Oeli
trafficstars

@ntohidi 2025-MAY-2 work for me ![Image](https://github.com/user-attachments/assets/2489215c-2c4f-4057-9cb6-8c1404a92dbe) 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 ```