-
Notifications
You must be signed in to change notification settings - Fork 163
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
[EKS] Change Kubernetes control plane to EKS (the eks
branch)
#7808
Open
mikkeloscar
wants to merge
277
commits into
dev
Choose a base branch
from
eks
base: dev
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.
Conversation
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
mikkeloscar
added
do-not-merge
architectural
New features and architectural changes, e.g. framework changes, migrations, rollout of new services.
labels
Jul 5, 2024
linki
changed the title
[WIP] EKS based cluster PoC
[EKS] Change Kubernetes control plane to EKS (the Sep 3, 2024
eks
branch)
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
Set correct cluster tag on EKS
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
Use Cluster.Name in all cases
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
[EKS] Register generic admitter for write protection behind a feature flag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
architectural
New features and architectural changes, e.g. framework changes, migrations, rollout of new services.
do-not-merge
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.
This branch contains a Proof of Concept setup for running a Zalando Kubernetes cluster using EKS as the control plane. All the EKS specific configuration is behind feature flags:
{{ if eq .Cluster.Provider "zalando-eks"}}
making it compatible with non-eks setup.This PR is open to facilitate merging changes from
dev
into the branch regularly and to get it into a state that makes it mergeable.Note: This branch currently only works with a modified version of CLM: zalando-incubator/cluster-lifecycle-manager#777