-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Default Backend pool and HTTP settings when Service not present (#59
- Loading branch information
1 parent
cda03a2
commit 774406b
Showing
12 changed files
with
182 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
## Building | ||
|
||
This is a CMake-based project. Build targets include: | ||
|
||
- `ALL_BUILD` (default target) builds `appgw-ingress` and `dockerize` target | ||
- `devenv` builds a docker image with configured development environment | ||
- `vendor` installs dependency using `glide` in a docker container with image from `devenv` target | ||
- `appgw-ingress` builds the binary for this controller in a docker container with image from `devenv` target | ||
- `dockerize` builds a docker image with the binary from `appgw-ingress` target | ||
- `dockerpush` pushes the docker image to a container registry with prefix defined in CMake variable `<deployment_push_prefix>` | ||
|
||
To run the CMake targets: | ||
|
||
1. `mkdir build && cd build` creates and enters a build directory | ||
2. `cmake ..` generates project configuration in the build directory | ||
3. `cmake --build .` to build the default target, | ||
## Building | ||
|
||
This is a CMake-based project. Build targets include: | ||
|
||
- `ALL_BUILD` (default target) builds `appgw-ingress` and `dockerize` target | ||
- `devenv` builds a docker image with configured development environment | ||
- `vendor` installs dependency using `glide` in a docker container with image from `devenv` target | ||
- `appgw-ingress` builds the binary for this controller in a docker container with image from `devenv` target | ||
- `dockerize` builds a docker image with the binary from `appgw-ingress` target | ||
- `dockerpush` pushes the docker image to a container registry with prefix defined in CMake variable `<deployment_push_prefix>` | ||
|
||
To run the CMake targets: | ||
|
||
1. `mkdir build && cd build` creates and enters a build directory | ||
2. `cmake ..` generates project configuration in the build directory | ||
3. `cmake --build .` to build the default target, | ||
or `cmake --build . --target <target_name>` to specify a target to run from above |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.