Skip to content
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

Move machine-controller-manager-provider-local into gardener/gardener #9782

Merged
merged 12 commits into from
May 26, 2024

Conversation

timebertt
Copy link
Member

How to categorize this PR?

/area dev-productivity
/kind enhancement

What this PR does / why we need it:
In order to improve development productivity, this PR moves the content of the https://github.com/gardener/machine-controller-manager-provider-local repository into gardener/gardener. The images are built dynamically with Skaffold and pushed into the local registry.

On the way, we

  • renamed the images in the skaffold.yaml file (removing the europe-docker.pkg.dev/* prefixes since these images are never actually pushed to this real remote registry
  • fixed a bug in the logcheck golangci-lint plugin to prevent false positive findings in case a package-level functions disguises as logr method
  • removed the entrypoint of the provider-specific machine-controller sidecars in the helper functions used by extensions to remove assumptions of how the image has been built

Release note:

NONE

@gardener-prow gardener-prow bot added area/dev-productivity Developer productivity related (how to improve development) kind/enhancement Enhancement, improvement, extension cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. labels May 16, 2024
@gardener-prow gardener-prow bot requested review from acumino and ary1992 May 16, 2024 22:52
@gardener-prow gardener-prow bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label May 16, 2024
@timebertt timebertt force-pushed the hackathon-mcm-provider-local branch 2 times, most recently from 7946b88 to 34f7c08 Compare May 16, 2024 23:15
@rfranzke
Copy link
Member

/retest

@gardener-prow gardener-prow bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 17, 2024
@plkokanov
Copy link
Contributor

/assign

docs/extensions/machine-controller-provider-local.md Outdated Show resolved Hide resolved
skaffold.yaml Outdated Show resolved Hide resolved
@timebertt timebertt force-pushed the hackathon-mcm-provider-local branch from 34f7c08 to 621ac85 Compare May 23, 2024 07:02
@gardener-prow gardener-prow bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 23, 2024
@timebertt
Copy link
Member Author

Thanks for your review @plkokanov. I rebased and addressed your suggestions.
We will take a look at the failing tests later today.

timebertt and others added 8 commits May 25, 2024 20:47
Co-Authored-By: Rafael Franzke <[email protected]>
Co-Authored-By: Marcel Boehm <[email protected]>
Co-Authored-By: Rafael Franzke <[email protected]>
Co-Authored-By: Marcel Boehm <[email protected]>
Co-Authored-By: Rafael Franzke <[email protected]>
Co-Authored-By: Marcel Boehm <[email protected]>
Co-Authored-By: Rafael Franzke <[email protected]>
Co-Authored-By: Marcel Boehm <[email protected]>
Co-Authored-By: Rafael Franzke <[email protected]>
Co-Authored-By: Marcel Boehm <[email protected]>
Co-Authored-By: Rafael Franzke <[email protected]>
Co-Authored-By: Marcel Boehm <[email protected]>
Co-Authored-By: Rafael Franzke <[email protected]>
Co-Authored-By: Marcel Boehm <[email protected]>
Image is always provided by the kind cluster config yaml.
Hence, this `--image` flag never had any effect because it was always overwritten.

Co-Authored-By: Rafael Franzke <[email protected]>
Co-Authored-By: Marcel Boehm <[email protected]>
@rfranzke rfranzke force-pushed the hackathon-mcm-provider-local branch from f1e68e6 to 7ec12fe Compare May 26, 2024 17:25
@rfranzke
Copy link
Member

/lgtm
/approve

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label May 26, 2024
Copy link
Contributor

gardener-prow bot commented May 26, 2024

LGTM label has been added.

Git tree hash: b4758f05ababcbfeb07d2edef73106e97d44a533

Copy link
Contributor

gardener-prow bot commented May 26, 2024

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 26, 2024
@gardener-prow gardener-prow bot merged commit 5485487 into gardener:master May 26, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dev-productivity Developer productivity related (how to improve development) cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants