patrykk

Results 5 comments of patrykk

I tried with Terraform version 1.2.3 and 1.2.4. Can you provide link to Terraform once you open case with them please? Thanks

Hi. Any updates on this?

The same for me. I run AWS EKS 1.25 and would like to upgrade to 1.26. The command I use is as following ``` helm mapkubeapis 1.26 --namespace default --dry-run...

Tried using `1.26.0` as RELEASE and additional flags `--kube-context` and `-kubeconfig` - no go :(

Based on [deprecation-guide](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25) I updated map.yaml ``` - deprecatedAPI: "apiVersion: autoscaling/v2beta2\nkind: HorizontalPodAutoscaler\n" newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n" deprecatedInVersion: "v1.23" removedInVersion: "v1.26" - deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta1\nkind: FlowSchema\n" newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: FlowSchema\n" deprecatedInVersion:...