-
Notifications
You must be signed in to change notification settings - Fork 15
feat: add gateway-api support #299
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
Open
l0wl3vel
wants to merge
9
commits into
master
Choose a base branch
from
feat/gatewayapi
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
37a7993
feat: move mini-lab to a dedicated docker network
l0wl3vel b033476
feat: add metal-api server certificate
l0wl3vel 6bfbb85
feat: deploy cloud-provider-kind and Envoy Gateway
l0wl3vel 849de3a
feat: switch control-plane services to Gateway API
l0wl3vel 71941ea
feat: remove ingress-nginx exposed ports
l0wl3vel 1bf6c8c
feat: use a single certificate for metal-api and metal-apiserver
l0wl3vel 3e53230
feat: add https listeners for metal-api and metal-apiserver
l0wl3vel 9bba781
feat: use 80 and 443 on gateway listeners
l0wl3vel 0bd111a
feat: use HTTPS endpoints for metalctl
l0wl3vel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ingress-controller NGINX should be updated to Envoy Gateway? :) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
File renamed without changes.
4 changes: 3 additions & 1 deletion
4
files/certs/grpc/server.json → files/certs/metal-api/server.json
This file contains hidden or 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 hidden or 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,6 +1,6 @@ | ||
| --- | ||
| # Do not change these values | ||
| metal_api_image_tag: dev | ||
| metal_core_image_name: 172.17.0.1:5000/metalstack/metal-core | ||
| metal_core_image_name: 172.42.0.42:5000/metalstack/metal-core | ||
| metal_core_image_tag: dev | ||
| metal_hammer_image_url: http://172.17.0.1:20015/metal-hammer-initrd.img.lz4 | ||
| metal_hammer_image_url: http://172.42.0.42:20015/metal-hammer-initrd.img.lz4 |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| } | ||
| }, | ||
| "DNS_SERVER": { | ||
| "172.17.0.1": {}, | ||
| "172.42.0.1": {}, | ||
| "1.1.1.1": {}, | ||
| "1.0.0.1": {} | ||
| }, | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| } | ||
| }, | ||
| "DNS_SERVER": { | ||
| "172.17.0.1": {}, | ||
| "172.42.0.1": {}, | ||
| "1.1.1.1": {}, | ||
| "1.0.0.1": {} | ||
| }, | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| } | ||
| }, | ||
| "DNS_SERVER": { | ||
| "172.17.0.1": {}, | ||
| "172.42.0.1": {}, | ||
| "1.1.1.1": {}, | ||
| "1.0.0.1": {} | ||
| }, | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| } | ||
| }, | ||
| "DNS_SERVER": { | ||
| "172.17.0.1": {}, | ||
| "172.42.0.1": {}, | ||
| "1.1.1.1": {}, | ||
| "1.0.0.1": {} | ||
| }, | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,4 +1,4 @@ | ||
| --- | ||
| ingress_tcp_service_exposals: | ||
| "4150": "{{ metal_control_plane_namespace }}/nsqd:4150" | ||
| "50051": "{{ metal_control_plane_namespace }}/metal-api:50051" | ||
| gateway_tcp_listeners: | ||
| nsq: 4150 | ||
| metal-api-grpc: 50051 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.