Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure ingress class #131

Open
spynode opened this issue Nov 22, 2019 · 1 comment · May be fixed by #188
Open

Configure ingress class #131

spynode opened this issue Nov 22, 2019 · 1 comment · May be fixed by #188

Comments

@spynode
Copy link

spynode commented Nov 22, 2019

Many clusters have several ingress classes deployed and it would be quite useful to have ability to specify ingress class in flinkk8soperator config.

@Smana
Copy link

Smana commented Mar 21, 2020

Generally speaking that would be useful to update the ingress annotations. In our case we make use of many nginx ingress configuration items such as:

 apiVersion: extensions/v1beta1                                                                                                                                                                                    
 kind: Ingress                                                                                                                                                                                                     
 metadata:                                                                                                                                                                                                         
   annotations:                                                                                                                                                                                                    
     external-dns.alpha.kubernetes.io/hostname: myapp.domain.tld                                                                                                                              
     external-dns.alpha.kubernetes.io/target: loadbalancer-vip.domain.tld                                                                                                                             
     external-dns.alpha.kubernetes.io/ttl: "120"                                                                                                                                                                   
     kubernetes.io/ingress.class: nginx                                                                                                                                                                            
     nginx.ingress.kubernetes.io/auth-signin: https://proxy-url/oauth2/start?rd=https://myapp.domain.tld/                                                                        
     nginx.ingress.kubernetes.io/auth-url: https://proxy-url/oauth2/auth                                                                                                                              
     nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,192.168.0.0/16,172.16.0.0/12 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants