documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Operator docs warning

Open esnible opened this issue 4 years ago • 2 comments
trafficstars

(I am not sure if this request should apply to this repo, or https://github.com/jaegertracing/jaeger-operator , or both).

I am trying the operator doc, https://www.jaegertracing.io/docs/1.23/operator/ , for the first time.

Attempting to install the operator, the second line gives me grief:

kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/crds/jaegertracing.io_jaegers_crd.yaml # <2>

Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
customresourcedefinition.apiextensions.k8s.io/jaegers.jaegertracing.io created

I am using K8s server version 1.19, client 1.20.

Requirement - what kind of business use case are you trying to solve?

This is just an enhancement request, to keep the instructions working with K8s 1.22.

Problem - what in Jaeger blocks you from solving the requirement?

No problem.

Proposal - what do you suggest to solve the problem or improve the existing situation?

No idea.

Any open questions to address

It would be nice if the code snippet wasn't so wide, so I could see more of it.

esnible avatar Jun 29 '21 15:06 esnible

@jpkrohling ☝🏼

albertteoh avatar Jun 30 '21 04:06 albertteoh

@rubenvp8510, was this warning addressed in the latest commits? Given that the older APIs got removed from the operator, it might be a good time to bump the CRD apiVersion.

jpkrohling avatar Jun 30 '21 09:06 jpkrohling