amazon-archives / aws-service-operator

AWS Service Operator allows you to create AWS resources using kubectl.
Apache License 2.0
733 stars 103 forks source link

QueueName for sqs queue #214

Open nomis-rzp opened 4 years ago

nomis-rzp commented 4 years ago

Is it possible to give a QueueName in the yaml file to create queue name of my choice rather than generating a random name ? I have tried giving queueName in the yaml but its not taking effect. Can some please help?

jaypipes commented 4 years ago

Unfortunately, it looks like the name of the queue is hardcoded as the Kubernetes cluster name + "-cloudformation":

https://github.com/awslabs/aws-service-operator/blob/b2a8a4ee29dbcedb38c5e310dd8ca103792ac62f/cmd/aws-service-operator/main.go#L136

@nomis-rzp we are refactoring the AWS Service Operator and are not going to be enhancing the existing github.com/awslabs/aws-service-operator project (just fixing bugs). Please see here for more information: https://github.com/aws/containers-roadmap/issues/456

Thanks for your patience while we transition! -jay