Describe the bug
First time user of Outpost here and running a quick POC. I was trying to get Outpost deployed using the Kubernetes example, but kept running into a image pull error when trying to get the RabbitMQ deployment working. I ended up using GCP PubSub as an alternative messaging queue system for my POC.
To Reproduce
Do exactly as the quickstart suggests. I followed the steps exactly and ran into the failing image error.
Expected behavior
RabbitMQ should deploy successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
My final POC was run within the GCP ecosystem. I used GKE to host the deployments and PubSub as my messaging queue.