[
https://issues.apache.org/jira/browse/FLINK-30825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora closed FLINK-30825.
------------------------------
Fix Version/s: kubernetes-operator-1.4.0
Resolution: Fixed
merged to main 33771a5b6748e951448f80f1627d502c4e77a67b
> Ingress creation failed on K8s with version < 1.19
> --------------------------------------------------
>
> Key: FLINK-30825
> URL: https://issues.apache.org/jira/browse/FLINK-30825
> Project: Flink
> Issue Type: Bug
> Components: Kubernetes Operator
> Affects Versions: kubernetes-operator-1.2.0, kubernetes-operator-1.3.1
> Environment: K8s 1.18
>
> Reporter: Shang Yuanchun
> Priority: Minor
> Labels: pull-request-available
> Fix For: kubernetes-operator-1.4.0
>
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> Currently flink-kubernetes-operator only use
> io.fabric8.kubernetes.api.model.networking.v1.Ingress, but this is only
> available in and after K8s 1.19
> ([https://kubernetes.io/docs/reference/using-api/deprecation-guide/] use the
> *networking.k8s.io/v1* API version, available since v1.19.)
> With K8s before 1.19, we can use Ingress in *extensions/v1beta1* or
> {*}networking.k8s.io/v1beta1{*}, to avoid Ingress creation failure.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)