deis / router

Edge router for Deis Workflow

Home Page:https://deis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whitelist feature logging warnings

felipejfc opened this issue · comments

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

this is fixed in deis/controller#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.

Okay, gonna close it then... Thanks