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

OpenSearch Operator: Add Support for AppArmor in Kubernetes 1.30x #944

Open
Sugilal opened this issue Jan 21, 2025 · 1 comment
Open

OpenSearch Operator: Add Support for AppArmor in Kubernetes 1.30x #944

Sugilal opened this issue Jan 21, 2025 · 1 comment
Labels
bug Something isn't working question User questions. Neither a bug nor feature request.

Comments

@Sugilal
Copy link

Sugilal commented Jan 21, 2025

What is the bug?
The OpenSearch operator currently does not support AppArmor for Kubernetes version 1.30x due to the lack of support in the security context. The operator is currently using Kubernetes version 1.27.x, which doesn't support this feature.

How can one reproduce the bug?
Set up OpenSearch operator using Kubernetes version 1.30x.
Try to apply an AppArmor profile in the security context.
The AppArmor configuration will not be applied, as it is not supported in the current Kubernetes version.

What is the expected behavior?
The expected behavior is that the OpenSearch operator should support AppArmor in Kubernetes version 1.30x by upgrading the Kubernetes version and making the necessary changes to the Custom Resource Definitions (CRDs) to accommodate AppArmor profiles.

@Sugilal Sugilal added bug Something isn't working untriaged Issues that have not yet been triaged labels Jan 21, 2025
@Sugilal Sugilal changed the title [BUG] OpenSearch Operator: Add Support for AppArmor in Kubernetes 1.30x Jan 21, 2025
@prudhvigodithi
Copy link
Member

[Triage]
Hey @Sugilal i feel the compatibility matrix is not updated, but is installing operator on Kubernetes version 1.30x does not work or is there any changes required from operator side to support AppArmor.
Thanks
@swoehrl-mw @getsaurabh02

@prudhvigodithi prudhvigodithi added question User questions. Neither a bug nor feature request. and removed untriaged Issues that have not yet been triaged labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question User questions. Neither a bug nor feature request.
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants