as per the corresponding article however I am met with an increadibly frustrating error when starting the zookeeper stateful set as described in the following kubectl describe output:
Events:
Type Reason Age From Message
Normal NotTriggerScaleUp 17m (x6 over 18m) cluster-autoscaler pod didn’t trigger scale-up (it wouldn’t fit if a new node is added):
Normal NotTriggerScaleUp 4m19s (x72 over 19m) cluster-autoscaler pod didn’t trigger scale-up (it wouldn’t fit if a new node is added): 1 in backoff after failed scale-up
Warning FailedScheduling 68s (x19 over 19m) stork pod has unbound immediate PersistentVolumeClaims (repeated 3 times)
I then traced the error to describe pvc (persistent volume claim of the above pod) and was met with the following error messages:
Events:
Type Reason Age From Message
Warning ProvisioningFailed 9m20s (x14 over 24m) persistentvolume-controller Failed to provision volume with StorageClass “portworx-sc”: rpc error: code = Internal desc = Failed to create volume: Volume (Name: pvc-9e3cc75a-7ab7-11ea-95f1-42010a8000af) create failed: License has expired
Warning ProvisioningFailed 7s (x11 over 8m22s) persistentvolume-controller Failed to provision volume with StorageClass “portworx-sc”: rpc error: code = Internal desc = Failed to create volume: Volume (Name: pvc-9e3cc75a-7ab7-11ea-95f1-42010a8000af) create failed: License has expired
Mounted By: zk-0
As noted by the attached image, the PX license I have is for the Essentials tier. However I still receive the above message. Could someone please advise, thanks.
If the connection between your nodes and PX-Central is fixed, then the nodes should auto-recover within 24 hours. Do you still see the license expired error ?