generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.service/elasticacheIndicates issues or PRs that are related to elasticache-controller.Indicates issues or PRs that are related to elasticache-controller.
Description
Describe the bug
modify the tags in the yaml file, but tags are not modified
Steps to reproduce
apply the following manifest
apiVersion: elasticache.services.k8s.aws/v1alpha1
kind: ReplicationGroup
metadata:
name: oamapp-0083-tags-test
spec:
cacheParameterGroupName: default.redis6.x
engine: redis
engineVersion: "6.x"
replicationGroupID: oamapp-0083-tags-test
description: tag modification
cacheNodeType: cache.t3.micro
numNodeGroups: 1
replicasPerNodeGroup: 0
transitEncryptionEnabled: true
cacheSubnetGroupName: default
tags:
- key: test
value: "test"
# - key: newTag
# value: "add"then modify the tag value and add new tag
apiVersion: elasticache.services.k8s.aws/v1alpha1
kind: ReplicationGroup
metadata:
name: oamapp-0083-tags-test
spec:
cacheParameterGroupName: default.redis6.x
engine: redis
engineVersion: "6.x"
replicationGroupID: oamapp-0083-tags-test
description: tag modification
cacheNodeType: cache.t3.micro
numNodeGroups: 1
replicasPerNodeGroup: 0
transitEncryptionEnabled: true
cacheSubnetGroupName: default
tags:
- key: test
value: "test modified"
- key: newTag
value: "add"and controller doesn't print any diff or info on log info level.
Expected outcome
tags should be modified and some log from controller
Environment
- Kubernetes version: 1.23
- Using EKS: 1.23
- AWS service targeted: elasticache controller v0.0.22
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.service/elasticacheIndicates issues or PRs that are related to elasticache-controller.Indicates issues or PRs that are related to elasticache-controller.