Error activating portworx lisense on AKS cluster

Viewed 12

Having an intermittent issue when deploying portworx to my AKS clusters whereby the pvc's cannot create the volumes in Azure with the below error

Failed to provision volume with StorageClass "crunchy-portworx-sc": rpc error: code = Internal desc = Failed to create volume: Volume (Name: pvc-1c0bcebc-863b-482d-81c7-1cc29febff1c) create failed: Feature upgrade needed. Licensed maximum reached for 'VolumeSize' feature (allowed 0 GiB, requested 100 GiB)

I have tried activating the license from a portworx container on the cluster like so

./pxctl license activate <license-key>

However I get the below error

couldn't get: /config with error: Access denied token is empty

I'm not sure what token it refers to as this step worked on other clusters .. I looked at the secrets in my portworx namespace and I see a few tokens . I couldnt find much in the portworx docs

0 Answers
Related