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 deprecated nodeSelector label beta.kubernetes.io/os #6970

Merged
merged 2 commits into from
Mar 14, 2023
Merged

Remove deprecated nodeSelector label beta.kubernetes.io/os #6970

merged 2 commits into from
Mar 14, 2023

Conversation

evilhamsterman
Copy link
Contributor

@evilhamsterman evilhamsterman commented Feb 16, 2023

Problem:
The nodeSelector label beta.kubernetes.io/os in the CoreDNS deployment was deprecated in 1.14 and will likely be removed soon

Solution:
Change the nodeSelector to remove the beta

Proposed Changes

Remove the beta from the nodeSelector in the CoreDNS manifest since it's been deprecated since 1.14

Types of Changes

Bugfix

Verification

Redeploy the CoreDNS manifest with the new nodeSelector

Testing

Linked Issues

User-Facing Change


Further Comments

@evilhamsterman evilhamsterman requested a review from a team as a code owner February 16, 2023 18:56
@brandond
Copy link
Contributor

Thanks for the contribution! Don't forget to sign your commit for DCO.

Also, you need to update the bindata when modifying the manifests. You can do this by running make download && make generate and then checking in the resulting changes.

Problem:
The nodeSelector label beta.kubernetes.io/os in the CoreDNS deployment was deprecated in 1.14 and will likely be removed soon

Solution:
Change the nodeSelector to remove the beta

Signed-off-by: Dan Mills <evilhamsterman@gmail.com>
Signed-off-by: Dan Mills <evilhamsterman@gmail.com>
@evilhamsterman
Copy link
Contributor Author

All done.

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2023

Codecov Report

Base: 9.51% // Head: 9.51% // No change to project coverage 👍

Coverage data is based on head (42f1c75) compared to base (2156015).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #6970   +/-   ##
======================================
  Coverage    9.51%   9.51%           
======================================
  Files         146     146           
  Lines       10757   10757           
======================================
  Hits         1024    1024           
  Misses       9515    9515           
  Partials      218     218           
Flag Coverage Δ
unittests 9.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/deploy/zz_generated_bindata.go 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cwayne18
Copy link
Collaborator

Thanks again for the contribution!

@cwayne18 cwayne18 merged commit 822ee79 into k3s-io:master Mar 14, 2023
galal-hussein pushed a commit to galal-hussein/k3s that referenced this pull request Mar 20, 2023
* Remove deprecated nodeSelector label beta.kubernetes.io/os

Problem:
The nodeSelector label beta.kubernetes.io/os in the CoreDNS deployment was deprecated in 1.14 and will likely be removed soon

Solution:
Change the nodeSelector to remove the beta

Signed-off-by: Dan Mills <evilhamsterman@gmail.com>
galal-hussein pushed a commit to galal-hussein/k3s that referenced this pull request Mar 20, 2023
* Remove deprecated nodeSelector label beta.kubernetes.io/os

Problem:
The nodeSelector label beta.kubernetes.io/os in the CoreDNS deployment was deprecated in 1.14 and will likely be removed soon

Solution:
Change the nodeSelector to remove the beta

Signed-off-by: Dan Mills <evilhamsterman@gmail.com>
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
galal-hussein pushed a commit to galal-hussein/k3s that referenced this pull request Mar 20, 2023
* Remove deprecated nodeSelector label beta.kubernetes.io/os

Problem:
The nodeSelector label beta.kubernetes.io/os in the CoreDNS deployment was deprecated in 1.14 and will likely be removed soon

Solution:
Change the nodeSelector to remove the beta

Signed-off-by: Dan Mills <evilhamsterman@gmail.com>
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
galal-hussein added a commit that referenced this pull request Apr 4, 2023
…7122)

* Remove deprecated nodeSelector label beta.kubernetes.io/os

Problem:
The nodeSelector label beta.kubernetes.io/os in the CoreDNS deployment was deprecated in 1.14 and will likely be removed soon

Solution:
Change the nodeSelector to remove the beta

Signed-off-by: Dan Mills <evilhamsterman@gmail.com>
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
Co-authored-by: Daniel Mills <evilhamsterman@users.noreply.github.com>
galal-hussein added a commit that referenced this pull request Apr 4, 2023
…7121)

* Remove deprecated nodeSelector label beta.kubernetes.io/os

Problem:
The nodeSelector label beta.kubernetes.io/os in the CoreDNS deployment was deprecated in 1.14 and will likely be removed soon

Solution:
Change the nodeSelector to remove the beta

Signed-off-by: Dan Mills <evilhamsterman@gmail.com>
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
Co-authored-by: Daniel Mills <evilhamsterman@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants