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

Cant create Fifo queues #239

Open
rafilkmp3 opened this issue Apr 23, 2021 · 0 comments
Open

Cant create Fifo queues #239

rafilkmp3 opened this issue Apr 23, 2021 · 0 comments

Comments

@rafilkmp3
Copy link

Describe the bug
Its impossible create fifo queues

To Reproduce
create a file with example https://github.com/awslabs/aws-servicebroker/blob/master/templates/sqs/README.md#complete-1

apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceInstance
metadata:
  name: sqs-fifo-complete-example
spec:
  clusterServiceClassExternalName: sqs
  clusterServicePlanExternalName: fifo
  parameters:
    ContentBasedDeduplication: true # OPTIONAL
    DelaySeconds: 5 # OPTIONAL
    MaximumMessageSize: 262144 # OPTIONAL
    MessageRetentionPeriod: 345600 # OPTIONAL
    ReceiveMessageWaitTimeSeconds: 0 # OPTIONAL
    UsedeadletterQueue: false # OPTIONAL
    VisibilityTimeout: 5 # OPTIONAL

kubectl appy -f fifo-queue.yaml

Expected behavior
fifo queue created

Screenshots
image

Environment (please complete the following information):

  • Application Platform: Kubernete eks]
  • Application Platform Version: [ k8s 1.19]
  • Broker Version "1.0.3"

Additional context
Its related with #197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant