grafana / tempo-operator

Grafana Tempo Kubernetes operator
https://grafana.com/docs/tempo/latest/setup/operator/
GNU Affero General Public License v3.0
58 stars 27 forks source link

Clarify supported K8s versions #930

Open Jeansen opened 4 months ago

Jeansen commented 4 months ago

Documentation says the operator supports Kubernetes 1.21 and 1.27. If so, why only these specific versions? If not, I believe a review would be appropriate or even better a compatibility matrix, if need be.

pavolloffay commented 4 months ago

The docs seems outdated, we guarantee compatibility based on versions used in e2e tests https://github.com/grafana/tempo-operator/blob/main/.github/workflows/e2e.yaml#L24

Where do we document that 1.21 is supported?

a review would be appropriate

what kind of review do you have in mind?

better a compatibility matrix, if need be.

+1 on the compatibility matrix

Jeansen commented 4 months ago

@pavolloffay Oh, I see. Thx. 1.21 is mentioned here: https://grafana.com/docs/tempo/latest/setup/operator/

pavolloffay commented 4 months ago

@rubenvp8510 we should probably remove it from docs and instead create a compatibility matrix in this repo and reference it from the docs

rubenvp8510 commented 4 months ago

@rubenvp8510 we should probably remove it from docs and instead create a compatibility matrix in this repo and reference it from the docs

Yes! That makes more sense!