Update the helm package to be compliant with kubernetes 1.24
Budget: ₹600 – ₹1,500 INR
I am looking for a skilled developer who can update my helm package to be compliant with kubernetes 1.24. The current version of the helm package will be provided. The project is urgent and needs to be completed within a week. Additionally, there are specific requirements and features that need to be included in the updated package, which will be discussed in detail with the selected freelancer. Ideal skills and experience for this job include:
- Strong understanding of kubernetes and helm
- Experience with updating helm packages
- Attention to detail and ability to ensure compliance with kubernetes 1.24 standards
The helm package when deployed is giving an error:
error: unable to recognize "ingress.yaml": no matches for kind "Ingress" in version "extensions/v1beta1"
i tried to change the apiVersion: extensions/v1beta1 to apiVersion: networking.k8s.io/v1 but still it is not working and giving below error.
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "serviceName" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "servicePort" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[0]): missing required field "pathType" in io.k8s.api.networking.v1.HTTPIngressPath, ValidationError(Ingress.spec.rules[0].http.paths[1].backend): unknown field "serviceName" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[1].backend): unknown field "servicePort" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[1]): missing required field "pathType" in io.k8s.api.networking.v1.HTTPIngressPath]
i have attached the helm package for your reference. i want the helm package to be tested and ensured that it works fine.
- Strong understanding of kubernetes and helm
- Experience with updating helm packages
- Attention to detail and ability to ensure compliance with kubernetes 1.24 standards
The helm package when deployed is giving an error:
error: unable to recognize "ingress.yaml": no matches for kind "Ingress" in version "extensions/v1beta1"
i tried to change the apiVersion: extensions/v1beta1 to apiVersion: networking.k8s.io/v1 but still it is not working and giving below error.
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "serviceName" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "servicePort" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[0]): missing required field "pathType" in io.k8s.api.networking.v1.HTTPIngressPath, ValidationError(Ingress.spec.rules[0].http.paths[1].backend): unknown field "serviceName" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[1].backend): unknown field "servicePort" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[1]): missing required field "pathType" in io.k8s.api.networking.v1.HTTPIngressPath]
i have attached the helm package for your reference. i want the helm package to be tested and ensured that it works fine.