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
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
Is there an existing issue for this?
Affected Resource(s)
eks.aws.upbound.io/v1beta1 -- NodeGroup
Resource MRs required to reproduce the bug
- name: node-group base: apiVersion: eks.aws.upbound.io/v1beta1 kind: NodeGroup metadata: name: node-group labels: name: node-group cluster: cluster spec: forProvider: region: us-east-1 clusterNameSelector: matchLabels: name: cluster nodeRoleArnSelector: matchLabels: name: cluster-node-role subnetIdSelector: matchLabels: name: cluster-private-subnet-01 scalingConfig: - desiredSize: 2 maxSize: 10 minSize: 1 instanceTypes: - t3.medium version: - "1.30" tags: Name: node-group providerConfigRef: name: aws-provider patches: - fromFieldPath: "spec.parameters.ng-exname" toFieldPath: "metadata.annotations.crossplane.io/external-name" - fromFieldPath: "spec.parameters.kubernetesVersion" toFieldPath: "spec.forProvider.version" - fromFieldPath: "spec.parameters.region" toFieldPath: "spec.forProvider.region" - fromFieldPath: "spec.parameters.clusterName" toFieldPath: "metadata.name" transforms: - type: string string: type: Format fmt: "%s-node-group" - fromFieldPath: "spec.parameters.clusterName" toFieldPath: "metadata.labels.name" transforms: - type: string string: type: Format fmt: "%s-node-group" - fromFieldPath: "spec.parameters.clusterName" toFieldPath: "metadata.labels.cluster" - fromFieldPath: "spec.parameters.clusterName" toFieldPath: "spec.forProvider.clusterNameSelector.matchLabels.name" - fromFieldPath: "spec.parameters.clusterName" toFieldPath: "spec.forProvider.nodeRoleArnSelector.matchLabels.name" transforms: - type: string string: type: Format fmt: "%s-node-role" - fromFieldPath: "spec.parameters.clusterName" toFieldPath: "spec.forProvider.subnetIdSelector.matchLabels.name" transforms: - type: string string: type: Format fmt: "%s-private-subnet-01" - fromFieldPath: "spec.parameters.clusterName" toFieldPath: "spec.forProvider.tags.Name" transforms: - type: string string: type: Format fmt: "%s-node-group" - fromFieldPath: "spec.parameters.nodeGroupCount" toFieldPath: "spec.forProvider.scalingConfig[0].desiredSize" - fromFieldPath: "spec.parameters.nodeGroupMaxSize" toFieldPath: "spec.forProvider.scalingConfig[0].maxSize" - fromFieldPath: "spec.parameters.nodeGroupMinSize" toFieldPath: "spec.forProvider.scalingConfig[0].minSize" - fromFieldPath: "spec.parameters.nodeInstanceType" toFieldPath: "spec.forProvider.instanceTypes[0]" readinessChecks: - type: MatchString fieldPath: status.atProvider.status matchString: "ACTIVE"
Steps to Reproduce
What happened?
Relevant Error Output Snippet
Crossplane Version
1.18
Provider Version
1.16
Kubernetes Version
1.28
Kubernetes Distribution
EKS
Additional Info
having MR status correctly reflect actual status of AWS resource is important for sequencing upgrades
available status for node-group
status
The current status of the managed node group.
Type: String
Valid Values: CREATING | ACTIVE | UPDATING | DELETING | CREATE_FAILED | DELETE_FAILED | DEGRADED
The text was updated successfully, but these errors were encountered: