You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.
Hi,
I created a SQS resource with the following spec:
apiVersion: service-operator.aws/v1alpha1
kind: SQSQueue
metadata:
name: example-sqs-queue-name
spec:
contentBasedDeduplication: true
delaySeconds: 5
usedeadletterQueue: false
maximumMessageSize: 262144
messageRetentionPeriod: 345600
visibilityTimeout: 30
The resource has been created successfully in AWS, but when I tried to do:
kubectl get sqsqueue.service-operator.aws/example-sqs-queue-name -oyaml
I got blank values for the fields under the output section:
additionalResources: {}
apiVersion: service-operator.aws/v1alpha1
kind: SQSQueue
metadata:
creationTimestamp: "2019-09-03T13:07:39Z"
generation: 2
name: example-sqs-queue-name
namespace: default
resourceVersion: "9225830"
selfLink: /apis/service-operator.aws/v1alpha1/namespaces/default/sqsqueues/example-sqs-queue-name
uid: cecb35f0-ce4b-11e9-a2cf-0e2905bce080
output:
deadLetterQueueARN: ""
deadLetterQueueName: ""
deadLetterQueueURL: ""
queueARN: ""
queueName: ""
queueURL: ""
spec:
cloudFormationTemplateName: ""
cloudFormationTemplateNamespace: ""
contentBasedDeduplication: true
delaySeconds: 5
fifoQueue: false
maximumMessageSize: 262144
messageRetentionPeriod: 345600
receiveMessageWaitTimeSeconds: 0
rollbackCount: 0
usedeadletterQueue: false
visibilityTimeout: 30
status:
resourceStatus: CREATE_IN_PROGRESS
resourceStatusReason: ""
stackID: arn:aws:cloudformation:us-east-1:073276822257:stack/test-sqsqueue-example-sqs-queue-name-default/ceddc420-ce4b-11e9-b422-0e8cdcc47538
I tried to wait for a few minutes but I still get blank values.
Thanks in advance.
The text was updated successfully, but these errors were encountered: