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

[Enhancement][opensearch] Use Latest API Versions for Policy and Ingress Resources #93

Closed
onelapahead opened this issue Oct 14, 2021 · 0 comments · Fixed by #94
Closed
Assignees
Labels
enhancement New feature or request

Comments

@onelapahead
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When installing the chart on K8s 1.21+, I receive the following minor warnings:

W1014 13:51:13.418999   62059 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W1014 13:51:13.472216   62059 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget

Also noticing that although in the opensearch-dashboards chart there is support for using Ingress.networking.k8s.io/v1, there is not in the opensearch chart which would be easy to add.

Describe the solution you'd like

Add support for using the policy/v1 and networking.k8s.io/v1 API versions.

Describe alternatives you've considered

N/A

Additional context
Add any other context or screenshots about the feature request here.

@onelapahead onelapahead added enhancement New feature or request untriaged Issues that have not yet been triaged labels Oct 14, 2021
@peterzhuamazon peterzhuamazon removed the untriaged Issues that have not yet been triaged label Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants