NetApp / trident

Storage orchestrator for containers
Apache License 2.0
762 stars 222 forks source link

Support for Kubernetes 1.24 #766

Closed ffilippopoulos closed 2 years ago

ffilippopoulos commented 2 years ago

Trying to use tridentctl to generate manifests (tridentctl install -n sys-trident --generate-custom-yaml) in order to update trident in one of our clusters that run Kubernetes 1.24.4 and I get the following logs:

INFO Created Kubernetes clients.                   namespace=default version=v1.24.4                                                                                                                        
ERRO Kubernetes version 1.24.4 is an unsupported Kubernetes version; Trident supports Kubernetes versions in the range [1.17, 1.23]. NetApp will not take Support calls or open Support tickets when using T
rident with an unsupported Kubernetes version. 
INFO Created setup directory.                      path=/opt/trident/setup
WARN Unable to get VolumeSnapshot CRD: customresourcedefinitions.apiextensions.k8s.io "volumesnapshots.snapshot.storage.k8s.io" not found  CRD=volumesnapshots.snapshot.storage.k8s.io
INFO Wrote installation YAML files.                setupPath=/opt/trident/setup

Trident should support the latest Kubernetes releases.

obassett commented 2 years ago

What version of trident do you have. 22.07 supports kubernetes 1.24 - https://docs.netapp.com/us-en/trident/trident-get-started/requirements.html

ffilippopoulos commented 2 years ago

@obassett ahh my mistake, I was left on 22.04.0. Closing this, apologies for the noise