generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from LiorLieberman/add-installation-to-readme
add installtion headline
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,15 @@ translated to [Gateway API](https://gateway-api.sigs.k8s.io/) directly. | |
|
||
Note: Ingress2gateway is not intended to copy annotations from Ingress to Gateway API. | ||
|
||
## Build from Source | ||
## Installation | ||
|
||
If you have a Go development environment locally, you can install ingress2gateway with `go install github.com/kubernetes-sigs/[email protected]` | ||
|
||
This will put `ingress2gateway` binary in `$(go env GOPATH)/bin` | ||
|
||
Alternatively, you can download the binary at the [releases page](https://github.com/kubernetes-sigs/ingress2gateway/releases) | ||
|
||
### Build from Source | ||
|
||
1. Ensure that your system meets the following requirements: | ||
|
||
|