deis / router

Edge router for Deis Workflow
https://deis.com
MIT License
80 stars 57 forks source link

Whitelist feature logging warnings #253

Closed felipejfc closed 8 years ago

felipejfc commented 8 years ago

I have 5 instances of router running on my k8s cluster and they are logging this message like 150 times a minute:

2016-09-14 18:53:20.986159 I | WARNING: Field "router.deis.io/whitelist" value "" does not satisfy constraint /^((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[1-2][0-9]|3[0-2]))?(\s,\s)?)+$/ -- skipping this field and using default value "[]".

I do not and never used whitelist feature in any of my apps.

regards

kmala commented 8 years ago

this is fixed in https://github.com/deis/controller/pull/1060 and if you want a temporary fix for it run kubectl annotate service <appname> router.deis.io/whitelist- --namespace=appname for all your apps.

felipejfc commented 8 years ago

Okay, gonna close it then... Thanks