Conversation
- Bump stackit provider from 0.106.0 to 0.113.0 in all terraform.tf files - Add gateway_api = true to extensions.dns in platform-kubernetes cluster - Add gateway_api field to dns variable type in platform-kubernetes and root modules - Wire gateway_api through main.tf dns block - Remove temporary DNS bridge: helm_release.demo_envoy_gateway, kubernetes_manifest.landing_zone_gateway_class, kubernetes_manifest.landing_zone_sample_gateway, kubernetes_manifest.landing_zone_sample_http_route, data.kubernetes_resources.landing_zone_sample_gateway_service, stackit_dns_record_set.landing_zone_sample_gateway, local.sample_gateway_lb_endpoint_by_key - Update docs/getting-started.md to document native gateway_api path Closes #41 Co-authored-by: lweberru <20902204+lweberru@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove SKE DNS gatewayApi API workaround after provider support
feat(ske): replace DNS bridge with native gateway_api provider support
Aug 31, 2026
lweberru
approved these changes
Aug 31, 2026
lweberru
left a comment
Collaborator
There was a problem hiding this comment.
merge ok, but we need to test it.
lweberru
marked this pull request as ready for review
August 31, 2026 11:29
lweberru
approved these changes
Aug 31, 2026
lweberru
enabled auto-merge
September 21, 2026 07:45
Collaborator
|
Updated with |
LembDo
requested changes
Sep 22, 2026
lweberru
requested review from
LembDo
and removed request for
mahauber and
simpe00
September 22, 2026 10:01
This branch has not been deployed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
extensions.dns.gateway_apisupport to the platform Kubernetes module; it defaults totrue.gateway_apifrom the root configuration tostackit_ske_cluster.GatewayClass,Gateway, andHTTPRouteas the sample routing path observed by ExternalDNS.stackit_dns_record_set.The required STACKIT provider version
0.114.0is already provided bymain.Validation
tofu fmt -check -diff -recursivetofu validatein every Terraform directorytofu testwithout STACKIT credentials: 6 passed, 0 failedFixes #41