adyanth / cloudflare-operator

A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources
https://adyanth.site/posts/migration-compose-k8s/cloudflare-tunnel-operator-architecture/
Apache License 2.0
355 stars 37 forks source link

documentation outdates #102

Closed imne closed 4 months ago

imne commented 4 months ago

Hi please can you look at updating the documentation on https://github.com/adyanth/cloudflare-operator/blob/main/docs/getting-started.md not sure how to get started because in the documentation it says install https://github.com/adyanth/cloudflare-operator/config/default but getting a 404 for the operator install

adyanth commented 4 months ago

Did you try running kubectl apply -k https://github.com/adyanth/cloudflare-operator/config/default? Due to the way kustomize works, that link does not actually work if you try in the browser.

imne commented 4 months ago

thanks I just did a kubectl apply with the above url and it worked