Hi,
I checked, the latest 0.5.1 image is still experiencing the same issue.
Steps to reproduce:
- Install the Helm chart following the GitHub repo README.
helm install --name $RELEASE_NAME --namespace $NS --set rbac.install=$USE_RBAC --set secret.install=true,secret.domain=$DOMAIN,secret.certificate_b64=$CERT_B64 ./chart
- Install httpbin as in README.
- Made sure that the ingress class is
argo-tunnel
- Expect to see CNAME record changed to the tunnel and a tunnel being created.
Logs:
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.043418 1 main.go:67] Starting Controller
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.044388 1 controller.go:318] Starting ArgoController
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.044795 1 reflector.go:202] Starting reflector *v1.Service (1m0s) from github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.044846 1 reflector.go:240] Listing and watching *v1.Service from github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.044814 1 reflector.go:202] Starting reflector *v1.Endpoints (1m0s) from github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.044964 1 reflector.go:240] Listing and watching *v1.Endpoints from github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.045611 1 reflector.go:202] Starting reflector *v1beta1.Ingress (1m0s) from github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.045628 1 reflector.go:240] Listing and watching *v1beta1.Ingress from github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.061661 1 round_trippers.go:436] GET https://10.0.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0 200 OK in 16 milliseconds
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.143592 1 round_trippers.go:436] GET https://10.0.0.1:443/apis/extensions/v1beta1/ingresses?limit=500&resourceVersion=0 200 OK in 97 milliseconds
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.147028 1 round_trippers.go:436] GET https://10.0.0.1:443/api/v1/services?limit=500&resourceVersion=0 200 OK in 101 milliseconds
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.148549 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.148723 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.148829 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.149135 1 round_trippers.go:436] GET https://10.0.0.1:443/apis/extensions/v1beta1/ingresses?resourceVersion=5346462&timeoutSeconds=481&watch=true 200 OK in 2 milliseconds
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.150560 1 round_trippers.go:436] GET https://10.0.0.1:443/api/v1/endpoints?resourceVersion=5511974&timeoutSeconds=582&watch=true 200 OK in 2 milliseconds
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.244559 1 shared_informer.go:122] caches populated
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.245478 1 round_trippers.go:436] GET https://10.0.0.1:443/api/v1/services?resourceVersion=5416367&timeoutSeconds=499&watch=true 200 OK in 2 milliseconds
argo-ingress Aug 15, 2018, 6:13:54 PM I0815 12:43:54.344731 1 shared_informer.go:122] caches populated
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.013918 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.013956 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.013986 1 controller.go:609] creating tunnel for ingress httpbin, default/httpbin/httpbin
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.024492 1 round_trippers.go:436] GET https://10.0.0.1:443/api/v1/namespaces/argo/secrets/Cloudflared-cert 200 OK in 10 milliseconds
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.043823 1 controller.go:635] created tunnel for ingress httpbin, default/httpbin/httpbin
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.043861 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.043928 1 controller.go:722] Starting tunnel to url httpbin.default:80
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.047694 1 round_trippers.go:436] GET https://10.0.0.1:443/apis/extensions/v1beta1/namespaces/default/ingresses/httpbin 200 OK in 3 milliseconds
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.143512 1 round_trippers.go:436] PUT https://10.0.0.1:443/apis/extensions/v1beta1/namespaces/default/ingresses/httpbin/status 200 OK in 95 milliseconds
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.143951 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:14:47 PM I0815 12:44:47.144044 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.147184 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322: forcing resync
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.147351 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.147384 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.147430 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.147451 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.147472 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.147511 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.148661 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321: forcing resync
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.148928 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.149088 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.243475 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320: forcing resync
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.243708 1 controller.go:246] Watching service default/httpbin
argo-ingress Aug 15, 2018, 6:14:54 PM I0815 12:44:54.243766 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.147480 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322: forcing resync
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.147573 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.147615 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.147656 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.147684 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.147701 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.147713 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.149041 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321: forcing resync
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.149250 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.149278 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.243876 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320: forcing resync
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.244004 1 controller.go:246] Watching service default/httpbin
argo-ingress Aug 15, 2018, 6:15:54 PM I0815 12:45:54.244101 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.147701 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322: forcing resync
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.147954 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.147985 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.147998 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.148019 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.148051 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.148087 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.149798 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321: forcing resync
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.150040 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.150229 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.244204 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320: forcing resync
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.244295 1 controller.go:246] Watching service default/httpbin
argo-ingress Aug 15, 2018, 6:16:54 PM I0815 12:46:54.244339 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.147963 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322: forcing resync
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.148252 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.148276 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.148302 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.148318 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.148339 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.148350 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.150593 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321: forcing resync
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.150719 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.150760 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.244446 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320: forcing resync
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.244587 1 controller.go:246] Watching service default/httpbin
argo-ingress Aug 15, 2018, 6:17:54 PM I0815 12:47:54.244637 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.148381 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322: forcing resync
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.148509 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.148516 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.148523 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.148527 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.148532 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.148538 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.151047 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321: forcing resync
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.151149 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.151192 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.244742 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320: forcing resync
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.244831 1 controller.go:246] Watching service default/httpbin
argo-ingress Aug 15, 2018, 6:18:54 PM I0815 12:48:54.244862 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.148633 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322: forcing resync
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.148738 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.148756 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.148797 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.148820 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.148858 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.148882 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.151733 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321: forcing resync
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.151944 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.152047 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.245025 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320: forcing resync
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.245134 1 controller.go:246] Watching service default/httpbin
argo-ingress Aug 15, 2018, 6:19:54 PM I0815 12:49:54.245179 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
Now delete httpbin
pod and wait for replication controller to start a new one.
argo-ingress Aug 15, 2018, 6:25:54 PM I0815 12:55:54.246987 1 controller.go:246] Watching service default/httpbin
argo-ingress Aug 15, 2018, 6:25:54 PM I0815 12:55:54.247128 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:26:31 PM I0815 12:56:31.985247 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:26:31 PM I0815 12:56:31.985296 1 controller.go:694] Endpoints not ready for tunnel default/httpbin/httpbin
argo-ingress Aug 15, 2018, 6:26:31 PM I0815 12:56:31.985314 1 controller.go:502] Error processing update:default/httpbin: at least one error occured handling update:default/httpbin: lookup cftunnel.com on 10.0.0.10:53: no such host
argo-ingress Aug 15, 2018, 6:26:31 PM I0815 12:56:31.990483 1 controller.go:694] Endpoints not ready for tunnel default/httpbin/httpbin
argo-ingress Aug 15, 2018, 6:26:38 PM I0815 12:56:38.858972 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:26:38 PM I0815 12:56:38.859274 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:26:38 PM I0815 12:56:38.859435 1 controller.go:722] Starting tunnel to url httpbin.default:80
argo-ingress Aug 15, 2018, 6:26:38 PM I0815 12:56:38.867109 1 round_trippers.go:436] GET https://10.0.0.1:443/apis/extensions/v1beta1/namespaces/default/ingresses/httpbin 200 OK in 7 milliseconds
argo-ingress Aug 15, 2018, 6:26:38 PM I0815 12:56:38.871482 1 round_trippers.go:436] PUT https://10.0.0.1:443/apis/extensions/v1beta1/namespaces/default/ingresses/httpbin/status 200 OK in 3 milliseconds
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243321 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:322: forcing resync
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243385 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:321: forcing resync
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243402 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243408 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243417 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243423 1 controller.go:185] Annotation kubernetes.io/ingress.class=nginx
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243431 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243439 1 controller.go:185] Annotation kubernetes.io/ingress.class=argo-tunnel
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243481 1 controller.go:307] Watching endpoint default/httpbin
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.243534 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.247067 1 reflector.go:286] github.com/Cloudflare/Cloudflare-ingress-controller/pkg/controller/controller.go:320: forcing resync
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.247181 1 controller.go:246] Watching service default/httpbin
argo-ingress Aug 15, 2018, 6:26:54 PM I0815 12:56:54.247218 1 controller.go:698] Validation ok for running default/httpbin/httpbin with 1 endpoint(s)
Also on a side-note, any way we can turn down the logging a notch via env
so as not to have our log aggregator flooded?