We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
elasticache.aws.upbound.io/v1beta1 - ServerlessCache
apiVersion: elasticache.aws.upbound.io/v1beta1 kind: ServerlessCache metadata: name: example-serverless-cache spec: deletionPolicy: Delete forProvider: cacheUsageLimits: - dataStorage: - maximum: 10 unit: GB ecpuPerSecond: - maximum: 5000 dailySnapshotTime: '1:00' description: ' ' engine: redis majorEngineVersion: '7' region: region securityGroupIdRefs: - name: example-cache-elasticache-sg securityGroupIds: - example-security-group-id snapshotRetentionLimit: 5 subnetIdRefs: - name: example-private-a - name: example-private-b subnetIdSelector: matchLabels: example.com/environment: environment example.com/project: project subnetIds: - subnet-1 - subnet-2 tags: crossplane-kind: serverlesscache.elasticache.aws.upbound.io crossplane-providerconfig: aws-provider userGroupId: user-group-id initProvider: {} managementPolicies: - '*' providerConfigRef: name: provider-config-ref
When attempting to apply a manifest with changes to multiple parameters, the operation fails with an error.
The ServerlessCache resource controller should:
update failed: async update failed: resource update call returned error diags: updating ElastiCache Serverless Cache (redacted): operation error ElastiCache: ModifyServerlessCache, https response error StatusCode: 400, RequestID: redacted, InvalidParameterCombination: Serverless Cache modifications only support modifying one field per request.
v1.17.0
v1.31.2-eks-7f9249a
EKS
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Affected Resource(s)
elasticache.aws.upbound.io/v1beta1 - ServerlessCache
Resource MRs required to reproduce the bug
Steps to Reproduce
What happened?
When attempting to apply a manifest with changes to multiple parameters, the operation fails with an error.
The ServerlessCache resource controller should:
Relevant Error Output Snippet
Crossplane Version
v1.17.0
Provider Version
v1.17.0
Kubernetes Version
v1.31.2-eks-7f9249a
Kubernetes Distribution
EKS
Additional Info
No response
The text was updated successfully, but these errors were encountered: