When deploying a new EKS cluster, I see two defaul...
# general
d
When deploying a new EKS cluster, I see two default storage classes created. One of them is from pulumi..other is from AWS I think. I had to patch the storage class to make it non default by hand. Do I need to do something in the config to ensure only one default exists ?
Copy code
mac-nshah:nshah-pulumi-eks nshah$ kubectl get <http://storageclasses.storage.k8s.io|storageclasses.storage.k8s.io>
NAME                                           PROVISIONER             AGE
gp2 (default)                                  <http://kubernetes.io/aws-ebs|kubernetes.io/aws-ebs>   52m
nshah-test-eks-pulumi-gp2-dtx905hi (default)   <http://kubernetes.io/aws-ebs|kubernetes.io/aws-ebs>   50m
c
cc @microscopic-florist-22719 I thought we fixed this? wasn’t this the “redundant storage class” bug?
d
This is in running the latest version:
Copy code
mac-nshah:nshah-pulumi-eks nshah$ pulumi version
v0.17.1
c
we did not get around to it this sprint, but I believe we likely will in the next couple weeks.
The pulumi versino does not matter, but the EKS package version does.
d
Okay..thanks for letting me know