User pod struck in pending state in EKS version 1.27

Previously, we had EKS version 1.23. Now we updated the EKS version to 1.27 and deployed JupyterHub 3.0.0 (helm chart 2.0.0 - latest stable version) in it. All the components are up and running (pods, services). I am able to see the signin page. But once I login, the user pod is in pending state and not able to launch the jupyter server.

PVC is also in pending state and these are the events when I describe the PVC.

This is the error message in user-scheduler.

W0621 09:29:59.765092       1 reflector.go:324] k8s.io/client-go/informers/factory.go:134: failed to list *v1beta1.CSIStorageCapacity: the server could not find the requested resource
E0621 09:29:59.765118       1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1beta1.CSIStorageCapacity: failed to list *v1beta1.CSIStorageCapacity: the server could not find the requested resource

Does this issue relates to the EKS version update or because of any other reason?

1 Like

You’ll need a recent dev release of Z2JH to run on K8s 1.27

2 Likes