Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

builtin/k8s: Introduce Ingress resource support for Kubernetes Releaser #2261

Merged
merged 10 commits into from
Sep 15, 2021

Conversation

briancain
Copy link
Member

@briancain briancain commented Sep 8, 2021

This pull request adds a new config option ingress within the Kubernetes release manager that allows users to have their releases be configured behind an ingress resource that accepts traffic from an ingress controller in their cluster.

Fixes #889

This doesn't have to be gated to 0.6.0, it can be released with the next minor.

Some example apps:

This commit introduces a new resource to manage a Waypoint release with
using Ingress. It creates an ingress resource that's associated with a
service backend for a deployment.
Simplify the if-statement preflight config checks
Copy link
Contributor

@evanphx evanphx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor thing about some enum-like values.

builtin/k8s/releaser.go Outdated Show resolved Hide resolved
builtin/k8s/releaser.go Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support ingress resource in kubernetes plugin
4 participants