This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Implement customizing of etcd stateful sets via webhooks for AWS and GCP #94
Merged
rfranzke
merged 1 commit into
gardener-attic:master
from
stoyanr:add-etcd-backup-controlplane-webhooks
Jun 3, 2019
Merged
Implement customizing of etcd stateful sets via webhooks for AWS and GCP #94
rfranzke
merged 1 commit into
gardener-attic:master
from
stoyanr:add-etcd-backup-controlplane-webhooks
Jun 3, 2019
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
stoyanr
force-pushed
the
add-etcd-backup-controlplane-webhooks
branch
2 times, most recently
from
May 27, 2019 15:08
a45f382
to
9963bfb
Compare
rfranzke
added
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 27, 2019
gardener-robot-ci-1
added
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 27, 2019
stoyanr
force-pushed
the
add-etcd-backup-controlplane-webhooks
branch
2 times, most recently
from
May 29, 2019 08:19
ce68356
to
23652bd
Compare
stoyanr
force-pushed
the
add-etcd-backup-controlplane-webhooks
branch
from
May 30, 2019 12:30
23652bd
to
5f082a7
Compare
stoyanr
changed the title
Implement customizing of etcd stateful sets via webhooks for AWS
Implement customizing of etcd stateful sets via webhooks for AWS and GCP
May 30, 2019
rfranzke
added
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 31, 2019
gardener-robot-ci-1
removed
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 31, 2019
rfranzke
reviewed
May 31, 2019
zanetworker
reviewed
May 31, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @stoyanr, not much comments from my side.
/lgtm
stoyanr
force-pushed
the
add-etcd-backup-controlplane-webhooks
branch
2 times, most recently
from
May 31, 2019 12:43
02805e8
to
87b7660
Compare
rfranzke
added
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 31, 2019
gardener-robot-ci-1
removed
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 31, 2019
rfranzke
reviewed
May 31, 2019
stoyanr
force-pushed
the
add-etcd-backup-controlplane-webhooks
branch
from
May 31, 2019 14:37
87b7660
to
0d2e94d
Compare
rfranzke
added
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
Jun 3, 2019
gardener-robot-ci-1
removed
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
Jun 3, 2019
stoyanr
force-pushed
the
add-etcd-backup-controlplane-webhooks
branch
from
June 3, 2019 08:10
0d2e94d
to
510f4a5
Compare
rfranzke
added
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
Jun 3, 2019
gardener-robot-ci-1
removed
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
Jun 3, 2019
stoyanr
force-pushed
the
add-etcd-backup-controlplane-webhooks
branch
from
June 3, 2019 09:25
510f4a5
to
7ce38d0
Compare
stoyanr
added
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
Jun 3, 2019
gardener-robot-ci-1
removed
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
Jun 3, 2019
rfranzke
approved these changes
Jun 3, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
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.
What this PR does / why we need it:
Adds generic code for customizing etcd stateful sets via webhooks and implements the actual customizing of etcd stateful sets via webhooks for AWS and GCP.
Fixes #55
Special notes for your reviewer:
The code for customizing etcd stateful sets via webhooks is split between 2 types of webhooks:
controlplaneexpsure
for replacing the default storage class with a non-default one, if configured.controlplanebackup
for injecting thebackup-restore
container.This PR also:
NoopEnsurer
togenericmutator
package.Release note: