-
Notifications
You must be signed in to change notification settings - Fork 526
make {operator,garden,seed,gardenadm}-{up,dev,debug,down}
, support single-node kind cluster w/ gardener-operator
#12439
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
Conversation
c8b7cf5
to
1926d41
Compare
make {operator,garden,seed,gardenadm}-{up,dev,debug,down}
make {operator,garden,seed,gardenadm}-{up,dev,debug,down}
, support single-node kind cluster w/ gardener-operator
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.
Awesome, thank you!
/lgtm
LGTM label has been added. Git tree hash: ba3b2f985a4dc121341f8085af10627b71210059
|
d7863ef
to
e6add51
Compare
Later, this will probably be renamed to `kind-{up,down}` once the Helm chart-based deployment is gone.
e6add51
to
73c5511
Compare
So many /lgtm |
LGTM label has been added. Git tree hash: 1ecdfce809291f7c39621741da57ef32fd3015f3
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
How to categorize this PR?
/area dev-productivity
/kind enhancement
What this PR does / why we need it:
This PR introduces the target
Makefile
rules proposed in #11958:make operator-up
to deploy thegardener-operator
make garden-up
to create theGarden
resourcemake seed-up
to create theGardenlet
resource (deployment ofgardenlet
viagardener-operator
)make gardenadm-up
withSCENARIO
environment variable that can be set tohigh-touch
ormedium-touch
(default:high-touch
)The respective scenario (
multi-zone
/multi-node
/multi-node2
is auto-detected based on the targetedkind
cluster).For backwards-compatibiltiy,
make operator-seed-up
is still there, but the plan is to rename it tomake gardener-up
once the legacy Helm chart-based setup has been refactored.Secondly, based on the work in #12138, we now have
make kind-single-node-{up,down}
which deploys a single-node kind cluster withgardener-operator
. Usingmake garden-up seed-up
, it is possible to create aGarden
and aSeed
in it.Which issue(s) this PR fixes:
Part of #11958
Special notes for your reviewer:
/cc @ScheererJ @oliver-goetz
Release note: