Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Conversation

rexbut
Copy link
Contributor

@rexbut rexbut commented Aug 27, 2021

Issue #, if available:

Kubernetes Ingress apiVersion: extensions/v1beta1 is deprecated and will be removed in 1.22
Kubernetes Ingress apiVersion: rbac.authorization.k8s.io/v1beta1 is deprecated and will be removed in 1.22

Description of changes:

Use the new APIVersion. (Fix: #779)

Test Results:

  • Deploy using the following chart values on Kubernetes 1.20 :
kibana:
  ingress:
    enabled: true
    hosts:
      - "kibana.test.fr"
    pathType: Prefix

elasticsearch:
  client:
    ingress:
      enabled: true
      hosts:
        - "client.test.fr"
      pathType: Prefix

Note: If this PR is related to Helm, please also update the README for related documentation changes. Thanks.
https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/helm/README.md

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on signing off your commits, please check here.

@Tomasz-Kluczkowski
Copy link

Looks like this got approved, is there anything outstanding?

@Tomasz-Kluczkowski
Copy link

I have used this PR with newest master and deployed to kubernetes 1.22.6 in production.

All works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kubernetes Ingress apiVersion: extensions/v1beta1 is deprecated

3 participants