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
The input properties were also added to the schema, but in the wrong place: they were added to Cluster's input properties, not the NodeGroup's input properties. Cluster currently doesn't support these input properties in the implementation, so setting them from other languages has no effect.
We may indeed want these as top-level input properties for Cluster in addition to being available as inputs for NodeGroup, but that's currently not the case in the implementation.
We should fix all this to make sense, in both the implementation and in the schema, but in the meantime, we should simply remove these input properties from Cluster in the schema because they don't currently do anything.
The text was updated successfully, but these errors were encountered:
#641 added support for all EBS EC2 LaunchConfiguration params for EKS cluster node root volumes
The new input properties were added to
NodeGroupBaseOptions
innodegroup.ts
: https://github.com/pulumi/pulumi-eks/pull/641/files#diff-fa11b07a99c4eb8e85f987e265e143389230bafb7636b3b6bab10cf6158a120eThe input properties were also added to the schema, but in the wrong place: they were added to
Cluster
's input properties, not theNodeGroup
's input properties.Cluster
currently doesn't support these input properties in the implementation, so setting them from other languages has no effect.We may indeed want these as top-level input properties for
Cluster
in addition to being available as inputs forNodeGroup
, but that's currently not the case in the implementation.We should fix all this to make sense, in both the implementation and in the schema, but in the meantime, we should simply remove these input properties from
Cluster
in the schema because they don't currently do anything.The text was updated successfully, but these errors were encountered: