Re: [kubernetes-users] ingress host enforcement

2018-05-09 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Admission controller webhooks are how you can add custom pre-admission checks. On Tue, May 8, 2018 at 11:45 PM Christopher Schmidt wrote: > Hi, > what I want is to enforce a specific host setting for users ingresses. > lets say, every ingess host setting has > - to be

[kubernetes-users] ingress host enforcement

2018-05-09 Thread Christopher Schmidt
Hi, what I want is to enforce a specific host setting for users ingresses. lets say, every ingess host setting has - to be unique and - has to contain the namespace it has been created in and - a specific domain (f.e. myapp.my-namespace.foo.bar.com) Does anyone know how to do this? By