Skip to main content
Astra Control Service
All cloud providers
  • Amazon Web Services
  • Google Cloud
  • Microsoft Azure
  • All cloud providers

Check the Astra Trident version

Contributors netapp-mwallis netapp-dbagwell

To add a self-managed cluster that uses Astra Control Provisioner or Astra Trident for storage services, ensure that the installed version of Astra Trident is 23.10 or latest.

Steps
  1. Determine the Astra Trident version you are running:

    kubectl get tridentversions -n trident

    If Astra Trident is installed, you see output similar to the following:

    NAME      VERSION
    trident   24.02.0

    If Astra Trident is not installed, you see output similar to the following:

    error: the server doesn't have a resource type "tridentversions"
  2. Do one of the following:

    • If you are running Astra Trident 23.01 or earlier, use these instructions to upgrade to a more recent version of Astra Trident before upgrading to the Astra Control Provisioner. You can perform a direct upgrade to Astra Control Provisioner 24.02 if your Astra Trident is within a four-release window of version 24.02. For example, you can directly upgrade from Astra Trident 23.04 to Astra Control Provisioner 24.02.

    • If you are running Astra Trident 23.10 or later, verify that Astra Control Provisioner has been enabled. Astra Control Provisioner will not work with releases of Astra Control Center earlier than 23.10. Upgrade your Astra Control Provisioner so that it has the same version as the Astra Control Center you are upgrading to access the latest functionality.

  3. Ensure that the pods are running:

    kubectl get pods -n trident
  4. Check if the storage classes are using the supported Astra Trident drivers. The provisioner name should be csi.trident.netapp.io. Refer to the following example:

    kubectl get sc

    Sample response:

    NAME                   PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE
    ontap-gold (default)   csi.trident.netapp.io          Delete          Immediate           true                   5d23h