helm-mapkubeapis
helm-mapkubeapis copied to clipboard
This is a Helm plugin which map deprecated or removed Kubernetes APIs in a release to supported APIs
Hey, Is there a way we can do offline installation of the helm-mapkubeapis plugin without hitting internet. I did try to modify the install_plugin.sh script with my internal repo and...
admissionregistration.k8s.io/v1beta1 (kind: MutatingWebhookConfiguration) has been deprecated. New version is admissionregistration.k8s.io/v1 from k8s v1.22 see [here](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22)
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125 thanks
## Description I ran into https://github.com/helm/helm-mapkubeapis/issues/46 while trying to use this plugin. In my helm manifest, I had ```yaml apiVersion: scheduling.k8s.io/v1beta1 description: "really cool description and totally unpredictable" kind: PriorityClass...
When moving from one api version to another, we sometimes need to change the content of the yaml definition of the object. Is it safe from helm's perspective for the...
@hickeyma according to your comment, i re-opened a new pull request, please review.
getting error like below Helm 3.7.1 and 3.8.1 used but same issue ./linux-amd64/helm plugin install https://github.com/helm/helm-mapkubeapis Downloading and installing helm-mapkubeapis v0.3.0 ... https://github.com/helm/helm-mapkubeapis/releases/download/v0.3.0/helm-mapkubeapis_0.3.0_linux_amd64.tar.gz **gzip: stdin: not in gzip format tar:...
Hello. Do you have a plan to support native binary for Apple Silicon M1?
deprecated "HorizontalPodAutoscaler" apiversion. The API Version is changed due to deprecated apiversion. https://kubernetes.io/docs/reference/using-api/deprecation-guide/ Fixes #67
Using this plugin and I noticed that there is no specification for the `HorizontalPodAutoscaler` resource as specified in the [Deprecated API Migration Guide](https://kubernetes.io/docs/reference/using-api/deprecation-guide/). I would love to create a PR...