Skip to content

Conversation

@philnichol
Copy link
Contributor

@philnichol philnichol commented Dec 6, 2021

Issue #, if available:
Closes #1038

Description of changes:
This adds affinity, toleration and priorityClassName to the deployment spec as optional parameters.
They default to none, so this will not change any existing functionality.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This adds affinity, toleration and priorityClassName to the deployment spec as optional parameters
@ack-bot ack-bot requested review from brycahta and vijtrip2 December 6, 2021 17:57
@ack-bot ack-bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Dec 6, 2021
@ack-bot
Copy link
Collaborator

ack-bot commented Dec 6, 2021

Hi @philnichol. Thanks for your PR.

I'm waiting for a aws-controllers-k8s 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.

@vijtrip2
Copy link
Contributor

vijtrip2 commented Dec 6, 2021

/ok-to-test

@ack-bot ack-bot 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 Dec 6, 2021
@vijtrip2
Copy link
Contributor

vijtrip2 commented Dec 6, 2021

/approve

Copy link
Collaborator

@jaypipes jaypipes left a comment

Choose a reason for hiding this comment

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

Nice! Thank you @philnichol!

@jaypipes
Copy link
Collaborator

jaypipes commented Dec 6, 2021

/lgtm

@ack-bot ack-bot added the lgtm Indicates that a PR is ready to be merged. label Dec 6, 2021
@ack-bot
Copy link
Collaborator

ack-bot commented Dec 6, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jaypipes, philnichol, vijtrip2

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

@ack-bot ack-bot merged commit 285d87b into aws-controllers-k8s:main Dec 6, 2021
@philnichol philnichol deleted the helm-adding-tolation-affinity-priority branch December 6, 2021 18:56
ack-bot pushed a commit that referenced this pull request Dec 27, 2021
Issue #, if available:
Relates #249
Relates #252

Description of changes:
This fixes a bug I introduced in a previous PR (sorry!)
This must default to an empty string rather than null or you get:
```
Error: values don't meet the specifications of the schema(s) in the following chart(s):
s3-chart:
- deployment.priorityClassName: Invalid type. Expected: string, given: null

```

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add affinity and toleration option to api gateway controller

4 participants