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

Remove socat and ebtables dependencies from the kubelet package #3722

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

xmudrii
Copy link
Member

@xmudrii xmudrii commented Aug 22, 2024

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

As per #3707 (comment) and kubernetes/kubernetes#100679, the socat dependency is no longer required.

As per #3722 (comment), the ebtables dependency is no longer required.

This PR removes both dependencies from the kubelet package.

Given that this change is in effect since v1.22, I believe it's okay to just remove it from the spec file without adding special cases in metadata.yaml.

Which issue(s) this PR fixes:

Fixes #3707

Does this PR introduce a user-facing change?

Remove `socat` and `ebtables` dependencies from the kubelet deb and rpm packages

/assign @saschagrunert
cc @kubernetes/release-engineering @aojea
/hold
pending the final confirmation #3707 (comment)

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority area/release-eng Issues or PRs related to the Release Engineering subproject labels Aug 22, 2024
@k8s-ci-robot k8s-ci-robot added sig/release Categorizes an issue or PR as relevant to SIG Release. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 22, 2024
Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

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

Yes, makes sense to me.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 22, 2024
@aojea
Copy link
Member

aojea commented Aug 22, 2024

/lgtm

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 27, 2024
@xmudrii xmudrii changed the title Remove socat dependency from the kubelet package Remove socat and ebtables dependencies from the kubelet package Aug 27, 2024
@xmudrii
Copy link
Member Author

xmudrii commented Aug 27, 2024

/hold cancel
We have the needed confirmation, thanks @aojea!

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 27, 2024
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 27, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert, xmudrii

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

@k8s-ci-robot k8s-ci-robot merged commit e0a3b21 into kubernetes:master Aug 27, 2024
11 checks passed
@neolit123
Copy link
Member

neolit123 commented Sep 5, 2024

we should remove these from kubeadm preflight too. similar pr for conntrack, except for these it can be remove without version checks.

saschagrunert added a commit to saschagrunert/kubernetes that referenced this pull request Sep 5, 2024
@saschagrunert
Copy link
Member

we should remove these from kubeadm preflight too. similar pr for conntrack, except for these it can be remove without version checks.

Makes sense: kubernetes/kubernetes#127151

SoulPancake pushed a commit to SoulPancake/k8s that referenced this pull request Sep 11, 2024
saschagrunert added a commit to saschagrunert/kubernetes that referenced this pull request Sep 17, 2024
saschagrunert added a commit to saschagrunert/kubernetes that referenced this pull request Sep 17, 2024
saschagrunert added a commit to saschagrunert/kubernetes that referenced this pull request Sep 17, 2024
saschagrunert added a commit to saschagrunert/kubernetes that referenced this pull request Sep 17, 2024
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/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/release Categorizes an issue or PR as relevant to SIG Release. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot install kubelet on Raspbian using apt
5 participants