-
Updated
May 17, 2020 - Go
ingress
Here are 247 public repositories matching this topic...
Full deployment examples
Nginx Ingress Controller
GCE Load Balancers
Which should I choose? What is the difference? I'd prefer not to flip a coin on this one.
Thanks!
I am trying to compile and run my own ALB Ingress Controller, as per the instructions in docs/BUILDING.md. Compiling works, but actually running the command fails with:
$ AWS_REGION=us-east-1 \
POD_NAME=alb-ingress-controller \
POD_NAMESPACE=kube-system \
go run ./cmd/main.go \
--api
I created a voyager ingress as a loadbalancer for minikube and it is working fine. I added the annotation for stats and I don't know how to access it. The examples I've found show using the annotation for NodePort as well, but I'd like the ingress to remain a loadbalancer.
How can I access the stats web page this way?
Thanks.
Summary
Kong Ingress Controller touches all ingresses, regardless of "kubernetes.io/ingress.class".
Kong Ingress controller version
0.7.0 (with 0.7.1 is the same)
Kong or Kong Enterprise version
1.4 (I tried also 1.5.0)
Kubernetes version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89",
Service LBs populate the description field with helpful information. I see GCE ingress does not do that for things like forwarding rules. Would be helpful in UIs.
Describe the solution you'd like
We are currently using Contributor Covenant v1.2. We should update our Code of Conduct to Contributor Covenant v2.0. For enforcement contact information, see current Velero CoC:
https://github.com/vmware-tanzu/velero/blob/master/CODE_OF_CONDUCT.md
For Contributor Covenant v2.0, see https://www.contributor-covenant.org/version/2/0/code_of_conduct
Please, add some brief instructions, dependencies and requirements to compile kubemci (golang, GOPATH, GOBIN. etc).
That would be very helpful for those who not familiar with golang. Thanks in advance.
Describe the bug
Question AGW should be in same VNET as AKS ?
To Reproduce
We in situation like we have subscription where we will have AKS dev and running in separate vnet.
We cannot have AGW in same subscription as we want this AGW to be behind our firewall which is in separate subscription.
We have peered APGW vnet and aks vnet.
Question is such setup supported ,can AGW be
All features via annotations and flags should be documented
Can you please add a checksum annotation for the configmap to force the controller to reload (restart pods) in the case of a config update?
-
Updated
Jun 2, 2020 - Shell
-
Updated
Mar 27, 2020 - Go
Description
https://clouddocs.f5.com/containers/v2/kubernetes/kctlr-app-install.html
In section Set up RBAC Authentication the exact command is provided to create the service account. However, for the cluster role binding all that is provided is a url. A specific closterrole binding command should be provided to match the service account command provided above. In addition a brief expla
-
Updated
Dec 26, 2018 - HTML
Currently versionCode value is generated by this command:
https://github.com/IITC-CE/ingress-intel-total-conversion/blob/f3f5ebd79112d56ad8b370fe08c800a1b1b5592a/mobile/app/build.gradle#L6
In case of our repo clone is shallow - we get wrong number.
Perhaps we should make sure here that repo is not shallow, may b
I see in README "nghttpx ingress controller is created based on nginx ingress controller." which makes sense but looking at this repo and knowing it has less people behind it, it makes me wonder: Why would I want to use nghttpx instead of Nginx Ingress Controller as Nginx also support HTTP/2.
May be you could include a short PRO/CON next to that statement.
-
Updated
Dec 23, 2019 - Go
-
Updated
Aug 9, 2019 - Go
-
Updated
May 27, 2020 - Go
Any of the action variables should default to [""] otherwise even if you set alb_groupd_alarms_enabled = false you will get errors about empty list of strings:
Sorry don't have time right now to fix, test and pr.
-
Updated
Feb 29, 2020 - Go
-
Updated
Jun 4, 2020 - Go
-
Updated
May 22, 2020 - PHP
Improve this page
Add a description, image, and links to the ingress topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ingress topic, visit your repo's landing page and select "manage topics."
We would like to use external-dns, but we put our customers behind imperva. I would like a solution that would automatically update imperva's origin server with the dns for the ingress load balancer.
I'm not sure that this fits the external-dns goal though. And I'd like some feedback before attempting to write a provider.