-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
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
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
Labels
No labels
