jaeger-kubernetes icon indicating copy to clipboard operation
jaeger-kubernetes copied to clipboard

fix(all-in-one): support for Kubernetes v1.16+

Open subnetmarco opened this issue 5 years ago • 5 comments
trafficstars

The extensions/v1beta1 API version is deprecated and no longer supported in Kubernetes v1.16+ and fails with the following error:

unable to recognize no matches for kind "Deployment" in version "extensions/v1beta1"

This PR makes the jaeger-all-in-one-template.yml compatible with newer version of Kubernetes.

subnetmarco avatar Apr 02 '20 15:04 subnetmarco

@subnetmarco thanks for the PR.

To merge this we should probably bump the minikube version to pass the CI. Also the commits have to be signed (DCO).

pavolloffay avatar Apr 03 '20 07:04 pavolloffay

@subnetmarco could you also apply the same fix to the production template?

objectiser avatar Apr 03 '20 09:04 objectiser

@objectiser done with my last commit ca16ed255e5696a8b9d7d6556dcb02eb8901bbd9

subnetmarco avatar Apr 08 '20 18:04 subnetmarco

Hi @subnetmarco can you also address the points raised by Pavol in https://github.com/jaegertracing/jaeger-kubernetes/pull/132#issuecomment-608287318

objectiser avatar Apr 09 '20 11:04 objectiser

We are going to deprecate the repository. Please have a look at https://github.com/jaegertracing/jaeger-operator/#experimental-generate-kubernetes-manifest-file and share your feedback.

pavolloffay avatar May 18 '20 10:05 pavolloffay