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

rename pdbMinAvailableGreaterThanHPAMinReplicas to pdbMinAvailableGreaterThanOrEqualToHPAMinReplicas #1072

Conversation

YuMuuu
Copy link

@YuMuuu YuMuuu commented Oct 3, 2024

This PR fixes #1071

Checklist

  • I have signed the CLA
  • I have updated/added any relevant documentation

Description

What's the goal of this PR?

What changes did you make?

What alternative solution should we consider, if any?

@CLAassistant
Copy link

CLAassistant commented Oct 3, 2024

CLA assistant check
All committers have signed the CLA.

* Fix: rolebindingRolePodExecAttach check

Fix the case of a RoleBinding that points to a ClusterRole.
In that case, we ignore the RoleBinding since it will be evaluated by the rolebindingClusterRolePodExecAttach check.

* add tests for role-binding that uses a cluster-role binding

---------

Co-authored-by: Vitor Vezani <[email protected]>
@YuMuuu YuMuuu force-pushed the rename-pdbMinAvailableGreaterThanHPAMinReplicas branch from 5637051 to b9caae9 Compare October 3, 2024 12:06
@YuMuuu YuMuuu closed this Oct 3, 2024
@YuMuuu
Copy link
Author

YuMuuu commented Oct 3, 2024

I misttake forget check circle ci setting;;

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.

pdbMinAvailableGreaterThanHPAMinReplicas validation is actually a greater or equal then comparison
3 participants