cluster-api-provider-aws icon indicating copy to clipboard operation
cluster-api-provider-aws copied to clipboard

Fix typo in AWSManagedMachinePool UpdateConfig

Open phoban01 opened this issue 3 years ago • 14 comments

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

I noticed a small typo in the spelling of "percentage" in the struct tag for ``UpdateConfig.MaxUnavailablePercentage`.

Special notes for your reviewer:

Checklist:

  • [ ] squashed commits
  • [ ] includes documentation
  • [ ] adds unit tests
  • [ ] adds or updates e2e tests

phoban01 avatar May 12 '22 09:05 phoban01

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: phoban01 / name: Piaras Hoban (9a1971f62b5a2c84f74a9ac60dcf493c895a34b0)

Welcome @phoban01!

It looks like this is your first PR to kubernetes-sigs/cluster-api-provider-aws 🎉. 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/cluster-api-provider-aws 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. :smiley:

k8s-ci-robot avatar May 12 '22 09:05 k8s-ci-robot

@phoban01: This issue is currently awaiting triage.

If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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 avatar May 12 '22 09:05 k8s-ci-robot

Hi @phoban01. 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 avatar May 12 '22 09:05 k8s-ci-robot

/ok-to-test

pydctw avatar May 12 '22 16:05 pydctw

@richardcase, is changing a go struct tag, not a struct field name, considered as a breaking API change? As updateConfig is a fairly new feature, I don't have much concern but want to confirm.

pydctw avatar May 12 '22 17:05 pydctw

This is a breaking change, we'll need to fix in the next major release.

sedefsavas avatar May 13 '22 11:05 sedefsavas

/hold

pydctw avatar May 13 '22 20:05 pydctw

This is a breaking change, we'll need to fix in the next major release.

I added this as a link in the v1beta2 issue for tracking

richardcase avatar Jun 08 '22 11:06 richardcase

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Sep 06 '22 11:09 k8s-triage-robot

/remove-lifecycle stale

Skarlso avatar Sep 06 '22 13:09 Skarlso

/remove-lifecycle stale

I think we should keep lifecycle as is 😄 authors can take necessary action, maybe revive PR, or it will get closed automatically.

Ankitasw avatar Sep 06 '22 13:09 Ankitasw

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Oct 06 '22 14:10 k8s-triage-robot

Since we have v1beta2 APIs /unhold /lgtm /approve

Ankitasw avatar Oct 28 '22 08:10 Ankitasw

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Ankitasw

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 avatar Oct 28 '22 08:10 k8s-ci-robot

/hold /test pull-cluster-api-provider-aws-e2e until test passes.

Ankitasw avatar Oct 28 '22 08:10 Ankitasw

@phoban01 As verify job is failing, it requires make generate target to be run locally and then push the changes again.

Ankitasw avatar Oct 28 '22 09:10 Ankitasw

Running the e2e again before unholding:

/test pull-cluster-api-provider-aws-e2e

richardcase avatar Nov 07 '22 08:11 richardcase

/unhold

Ankitasw avatar Nov 07 '22 12:11 Ankitasw