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

CIS workload ping-pong reconcile loop #980

Open
tenstad opened this issue Jun 4, 2024 · 1 comment
Open

CIS workload ping-pong reconcile loop #980

tenstad opened this issue Jun 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tenstad
Copy link
Member

tenstad commented Jun 4, 2024

Due to concatination in

shortenControllerName := podControllerName[0 : len(podControllerName)-(len(name)-KubernetesNameMaxLength)]
it is now possible to get a ping-pong reconcile loop of a CIS when two workloads have the same container name and image, and share A LOT of characters in their names. Specifically, the workload within a CIS is updated back and forth.

@tenstad tenstad added the bug Something isn't working label Jun 4, 2024
@erikgb
Copy link
Member

erikgb commented Nov 19, 2024

Any suggestion for how to fix this @tenstad? One of our goals has been to make the CIS name human-readable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants