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 obsolete step from metallb guide #2651

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

tgeoghegan
Copy link
Contributor

@tgeoghegan tgeoghegan commented Mar 4, 2022

According to the metallb 0.10.0 release notes, it is no longer necessary to manually create the secret metallb-system/memberlist if deploying from the manifests linked to in this guide. I was just able to deploy metallb into a kind cluster without creating the secret.

According to the [metallb 0.10.0 release notes](https://metallb.universe.tf/release-notes/#version-0-10-0), it is no longer necessary to manually create the secret `metallb-system/memberlist` if deploying from the manifests linked to in this guide.
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Mar 4, 2022

CLA Signed

The committers are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Mar 4, 2022
@k8s-ci-robot
Copy link
Contributor

Welcome @tgeoghegan!

It looks like this is your first PR to kubernetes-sigs/kind 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/kind has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot
Copy link
Contributor

Hi @tgeoghegan. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 4, 2022
@k8s-ci-robot k8s-ci-robot requested review from amwat and aojea March 4, 2022 02:02
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Mar 4, 2022
@aojea
Copy link
Contributor

aojea commented Mar 4, 2022

but it is still required for 0.9.0

Version 0.9.x required the creation of a Secret called memberlist. This Secret is now automatically created by the MetalLB controller if it does not already exist. To use this feature you must set the new ml-secret-name and deployment options or METALLB_ML_SECRET_NAME and METALLB_DEPLOYMENT environment variables. This is already done in the manifests provided with this release.

and this can confuse some users, since the creation of the secret seems the safest option and is compatible with 0.10.0 I prefer to keep it this way

@tgeoghegan
Copy link
Contributor Author

tgeoghegan commented Mar 4, 2022

The manifest linked to by the Kind metallb guide deploys quay.io/metallb/controller:main and quay.io/metallb/speaker:main, which by now are both well past 0.10, so someone who is following this guide today shouldn't need to worry about 0.9.x behavior. If they are making a point of using an older version of metallb, then one hopes they know what they are doing, and it shouldn't be necessary to clutter documentation for the 99% of users with tips for the 1%.

But I'm happy to defer to you and your colleagues as owners of this project. Feel free to close this PR.

@aojea
Copy link
Contributor

aojea commented Mar 4, 2022

The manifest linked to by the Kind metallb guide deploys quay.io/metallb/controller:main and quay.io/metallb/speaker:main, which by now are both well past 0.10, so someone who is following this guide today shouldn't need to worry about 0.9.x behavior. If they are making a point of using an older version of metallb, then one hopes they know what they are doing, and it shouldn't be necessary to clutter documentation for the 99% of users with tips for the 1%.

But I'm happy to defer to you and your colleagues as owners of this project. Feel free to close this PR.

nah, it is ok, thanks for doing the exercise,
/ok-to-test
/lgtm
/approve
Thanks

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Mar 4, 2022
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 4, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aojea, tgeoghegan

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 4, 2022
@k8s-ci-robot
Copy link
Contributor

@tgeoghegan: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kind-conformance-parallel-ga-only a237e3d link true /test pull-kind-conformance-parallel-ga-only
pull-kind-conformance-parallel-ipv6 a237e3d link true /test pull-kind-conformance-parallel-ipv6

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@BenTheElder BenTheElder merged commit aa2717f into kubernetes-sigs:main Mar 4, 2022
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. 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.

4 participants