-
Couldn't load subscription status.
- Fork 43
Rename ReplicationGroupDescription to Description
#89
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
Rename ReplicationGroupDescription to Description
#89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
| engine: redis | ||
| replicationGroupID: scaling$RANDOM_SUFFIX | ||
| replicationGroupDescription: Scalind down rollback | ||
| description: Scaling down rollback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heh, nice spelling catch :)
|
/test elasticache-kind-e2e |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jaypipes, RedbackThomson, vijtrip2 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I installed controller today. First v0.0.25 then went back to v0.0.24 because of this I had helm chart working and all of a sudden when I installed new cluster today it was complaining about |
|
@elops interesting. the ReplicationGroup's CRD still lists the field as elasticache-controller/config/crd/bases/elasticache.services.k8s.aws_replicationgroups.yaml Lines 162 to 164 in c318280
and that is what is listed in the required fields: elasticache-controller/config/crd/bases/elasticache.services.k8s.aws_replicationgroups.yaml Line 401 in c318280
@RedbackThomson any idea (from a Helm perspective) that this might have changed? |
|
Sorry guys, I figured it out. I installed actually first version 0.0.9 which was super old and CRDs from that one prevailed until I deleted them manually and installed more recent version of controller. |
|
No worries @elops, it happens! :) Glad to hear you figured it out! |
Issue #, if available: aws-controllers-k8s/community#1250
Description of changes:
Renamed the
CreateReplicationGroupandModifyReplicationGroupinput fieldReplicationGroupDescriptionto simply beDescription, to match theDescribeReplicationGroupsoutput shapeBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.