We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91386dd + 9b944f0 commit b83bc1dCopy full SHA for b83bc1d
README.md
@@ -99,3 +99,13 @@ subjects:
99
Applying all configs by running:
100
101
`kubectl apply -f .`
102
+
103
+#### ENV
104
+* ```CF_API_EMAIL``` The email address to use for cloudflare
105
+* ```CF_API_KEY``` The key to use for cloudflare
106
+* ```CF_PROXY``` Enable cloudflare proxy on dns (default false)
107
+* ```CF_TTL``` TTL for dns (default 120)
108
+* ```DNS_NAME``` The dns name for the nodes, comma-separated for multiple (same root)
109
+* ```USE_INTERNAL_IP``` Use internal ips too if external ip's are not available
110
+* ```SKIP_EXTERNAL_IP``` Don't sync external IPs (use in conjunction with --use-internal-ip)
111
+* ```NODE_SELECTOR``` Node selector query
0 commit comments