You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***deps:** update cloudflare/cloudflared docker tag to v2025 ([#209](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/209)) ([1e957a3](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/1e957a3fbf9cbe5b4edb54d1336ab17ec03c0e89))
9
+
***deps:** update module sigs.k8s.io/controller-runtime to v0.19.4 ([#208](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/208)) ([d34e944](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/d34e9444814755b0b8da5a35a0c7adeadbf7f6f4))
3.[Find your Cloudflare account ID](https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids/)
10
10
4.[Create a Cloudflare API token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) with the Account Cloudflare Tunnel Edit and Zone DNS Edit permissions
11
11
5. Use them to create a Secret: `kubectl create secret -n cloudflare-gateway generic cloudflare --from-literal=ACCOUNT_ID=your-account-id --from-literal=TOKEN=your-token`
@@ -59,7 +59,7 @@ spec:
59
59
port: 80
60
60
```
61
61
62
-
8. (optional) Install Prometheus ServiceMonitors to collect controller and cloudflared metrics: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/prometheus?ref=v0.8.0` <!-- x-release-please-version -->
62
+
8. (optional) Install Prometheus ServiceMonitors to collect controller and cloudflared metrics: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/prometheus?ref=v0.8.1` <!-- x-release-please-version -->
0 commit comments