-
Updated
Nov 2, 2020 - Swift
controller
Here are 1,668 public repositories matching this topic...
-
Updated
Jul 15, 2022 - Go
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Apr 4, 2022 - Swift
-
Updated
Jul 15, 2022 - Go
-
Updated
Jul 13, 2022 - C++
-
Updated
Mar 27, 2022 - Swift
-
Updated
Mar 6, 2022 - Go
-
Updated
May 16, 2022 - PHP
-
Updated
May 8, 2022 - PHP
-
Updated
Jun 20, 2022 - Java
-
Updated
Apr 6, 2020 - Swift
-
Updated
Aug 9, 2018 - JavaScript
-
Updated
Jul 4, 2022 - JavaScript
We should add a new make dev-env entry in Makefile, to start a dev environment.
It should do something:
- using kind create a new cluster
- Deploy APISIX + etcd
- Build apisix-ingress-controller’s image
- Deploy apisix-ingress-controller
Most of them are already contained in the current Makefile, we need to organize them
-
Updated
Jul 13, 2022 - Go
-
Updated
Jul 5, 2022 - MATLAB
-
Updated
Mar 17, 2022 - C#
-
Updated
Mar 13, 2022 - Ruby
-
Updated
Jul 11, 2022 - Go
-
Updated
Mar 26, 2022 - Ruby
-
Updated
Jul 13, 2022 - Go
It would be good to add a mention about healthEndpoint to documentation as it is super useful when using urlFrom.ingressRef
At least I could not easily find the complete list of supported values. Luckily found a mention in https://github.com/stakater/IngressMonitorController/blob/master/docs/migration-guide.md
It is not the first doc to read as I started using the operator from the start.
-
Updated
May 17, 2022 - PHP
-
Updated
May 27, 2021 - PHP
-
Updated
Jun 2, 2022 - Clojure
Improve this page
Add a description, image, and links to the controller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the controller topic, visit your repo's landing page and select "manage topics."


It would be good to add proper building instructions for Windows (installing packages/libs etc.) in
BUILDING.md.Preferably using msys2. It is already used with CI. It works good and allows installing multiple tools and libraries for windows.