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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# Kubernetes Cloudflare Sync
2
2
3
-
[](https://quay.io/repository/calebdoxsey/kubernetes-cloudflare-sync)
4
3
5
-
This App is intended to run in your Kubernetes Cluster on GKE and sync DNS records on Cloudflare with your nodes IPs.
4
+
This App is intended to run in your Kubernetes Cluster and sync DNS records on Cloudflare with your nodes' IPs.
6
5
7
6
## Example Usage
8
7
You can read this article to get an idea on why you would want to use it: http://www.doxsey.net/blog/kubernetes--the-surprisingly-affordable-platform-for-personal-projects
@@ -103,6 +102,7 @@ Applying all configs by running:
103
102
#### ENV
104
103
* ```CF_API_EMAIL``` The email address to use for cloudflare
105
104
* ```CF_API_KEY``` The key to use for cloudflare
105
+
* ```CF_API_TOKEN``` The token to use for cloudflare (in lieu of email and key)
106
106
* ```CF_PROXY``` Enable cloudflare proxy on dns (default false)
107
107
* ```CF_TTL``` TTL for dns (default 120)
108
108
* ```DNS_NAME``` The dns name for the nodes, comma-separated for multiple (same root)
0 commit comments