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 v2024.11.1 ([#179](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/179)) ([e97a123](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/e97a123d0835b01012dee11d90d366217b446391))
9
+
***deps:** update kubernetes packages to v0.31.3 ([#183](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/183)) ([ad156a0](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/ad156a0a0392155c0a329400a55a367d7111443e))
10
+
***deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0 ([#182](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/182)) ([5e01641](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/5e016411190090fdbc636a495112796163484c38))
11
+
***deps:** update module github.com/onsi/gomega to v1.36.0 ([#186](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/186)) ([88a289c](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/88a289c6447feb6dba2f410e609ff5398578c034))
12
+
***deps:** update module sigs.k8s.io/controller-runtime to v0.19.2 ([#184](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/184)) ([ef166c9](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/ef166c9d06c6dec11f116ed349faa58128c5f831))
13
+
***deps:** update module sigs.k8s.io/gateway-api to v1.2.1 ([#187](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/187)) ([3cbf229](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/3cbf229a79aea3ed4a93bd0842191cd7bd878b3e))
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`
@@ -57,7 +57,7 @@ spec:
57
57
port: 80
58
58
```
59
59
60
-
8. (optional) Install Prometheus ServiceMonitors to collect controller and cloudflared metrics: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/prometheus?ref=v0.7.1` <!-- x-release-please-version -->
60
+
8. (optional) Install Prometheus ServiceMonitors to collect controller and cloudflared metrics: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/prometheus?ref=v0.7.2` <!-- x-release-please-version -->
0 commit comments