Skip to content

Cant create Fifo queues  #239

@rafilkmp3

Description

@rafilkmp3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions