Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: RDS Instance 'identifier' cannot be set #1462

Open
1 task done
moksongmin opened this issue Aug 16, 2024 · 0 comments
Open
1 task done

[Bug]: RDS Instance 'identifier' cannot be set #1462

moksongmin opened this issue Aug 16, 2024 · 0 comments
Labels
bug Something isn't working needs:triage

Comments

@moksongmin
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Affected Resource(s)

rds.aws.upbound.io/v1beta2 - Instance

Resource MRs required to reproduce the bug

  - nameMetadata: "cmp-test-rds"
    deletionPolicy: "Orphan"
    providerConfigRef: "aws-provider-upbound-cmp-dev"
    allocatedStorage: "20"
    autoGeneratePassword: true 
    autoMinorVersionUpgrade: true
    backupRetentionPeriod: "3"
    backupWindow: "04:00-05:00"
    engine: "postgres"
    engineVersion: "16.1"
    identifier: "cmp-test-rds"
    instanceClass: "db.t3.micro"
    maintenanceWindow: "sun:00:00-sun:02:00"
    name: "TestDB"
    passwordSecretRef:
      key: "xyz"
      name: "xyz"
      namespace: "crossplane"
    publiclyAccessible: false
    region: *region
    skipFinalSnapshot: false
    finalSnapshotIdentifier: "final_snapshot"
    storageEncrypted: true
    storageType: "gp2"
    multiAz: true
    username: "adminuser"
    deletionProtection: true
    dbSubnetGroupNameSelector:
      matchLabels:
        db: cmp-dev-rds-integration-service
    vpcSecurityGroupIdSelector:
      matchLabels:
        csg: cmp-db-sg
        createdByCrossplane: "true"
        prefixName: *prefix
    tags:
      Name: "cmp-test-rds"

Steps to Reproduce

I've updated the provided manifest and the template we use with the 'identifier' specification, but ArgoCD is not able to sync and apply the 'identifier'.

What happened?

The newly created RDS instance is created with 'terraform-20240816071534381600000036' 'DB Identifier':
image

ArgoCD is not able to sync the identifier:
image

In the CRD, the 'identifier' is visible only under kubectl.kubernetes.io/last-applied-configuration annotation, but it's not shown under the spec section.

Relevant Error Output Snippet

No response

Crossplane Version

1.14.2

Provider Version

1.0.0

Kubernetes Version

1.29

Kubernetes Distribution

EKS

Additional Info

No response

@moksongmin moksongmin added bug Something isn't working needs:triage labels Aug 16, 2024
@moksongmin moksongmin changed the title [Bug]: РДС [Bug]: RDS Instance 'identifier' cannot be set Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs:triage
Projects
None yet
Development

No branches or pull requests

1 participant