You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While deploying datahub code using terraform cloud, I've come across attached error.
We are using sph_eks module to spin up eks cluster. The current issues states that CNI updates can only go up or down 1 minor version at a time. When I check add on on EKS cluster I figured our that we are 3 versions behind including major and minor versions. Also there are no input variables available to pass desired VPC-CNI version and sph module is using default configuration of base module i.e. always use most recent version.
There is a need to add an input variable to pass desired CNI version.
The text was updated successfully, but these errors were encountered:
While deploying datahub code using terraform cloud, I've come across attached error.
We are using sph_eks module to spin up eks cluster. The current issues states that CNI updates can only go up or down 1 minor version at a time. When I check add on on EKS cluster I figured our that we are 3 versions behind including major and minor versions. Also there are no input variables available to pass desired VPC-CNI version and sph module is using default configuration of base module i.e. always use most recent version.
There is a need to add an input variable to pass desired CNI version.
The text was updated successfully, but these errors were encountered: