Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

SQS resource output is blank #206

Open
lironcoh20 opened this issue Sep 3, 2019 · 0 comments
Open

SQS resource output is blank #206

lironcoh20 opened this issue Sep 3, 2019 · 0 comments

Comments

@lironcoh20
Copy link

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.

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

No branches or pull requests

1 participant