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

ACK ElastiSearch: add valkey test suite #2199

Open
gecube opened this issue Oct 19, 2024 · 0 comments
Open

ACK ElastiSearch: add valkey test suite #2199

gecube opened this issue Oct 19, 2024 · 0 comments
Labels
area/testing Issues or PRs related to testing service/elasticache Indicates issues or PRs that are related to elasticache-controller.

Comments

@gecube
Copy link

gecube commented Oct 19, 2024

Good day!

I want ask to add to the test suite instances with valkey engine. Otherwise it is relatively difficult to find out the proper settings. I am talking about the next repo: https://github.com/aws-controllers-k8s/elasticache-controller/blob/main/test/e2e/resources/usergroup.yaml

I was able to prepare valkey instance with the next manifests:

---
apiVersion: elasticache.services.k8s.aws/v1alpha1
kind: CacheSubnetGroup
metadata:
  name: valkey-subnet
spec:
  cacheSubnetGroupName: valkey-subnet
  cacheSubnetGroupDescription: valkey-subnet
  subnetIDs:
  - subnet-*****
  - subnet-*****
  - subnet-*****
---
apiVersion: elasticache.services.k8s.aws/v1alpha1
kind: ReplicationGroup
metadata:
  name: valkeyapp
spec:
  cacheSubnetGroupName: valkey-subnet
  transitEncryptionEnabled: false
  engine: valkey
  description: valkeyapp
  replicationGroupID: valkeyapp
  cacheNodeType: cache.m6g.2xlarge
  securityGroupRefs:
    - from:
        name: limit-valkey-to-subnet
  preferredCacheClusterAZs:
    - 'eu-west-2c'
@a-hilaly a-hilaly added service/elasticache Indicates issues or PRs that are related to elasticache-controller. area/testing Issues or PRs related to testing labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Issues or PRs related to testing service/elasticache Indicates issues or PRs that are related to elasticache-controller.
Projects
None yet
Development

No branches or pull requests

2 participants