PerfTest said: Temporary failure in name resolution #347
Locked
xixiangzouyibian
started this conversation in
General
Replies: 2 comments 4 replies
-
Something is up with hostname resolution on the host where you run PerfTest. I'm afraid we can't offer help on general networking issues beyond what's available in the Troubleshooting Networking guide. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This error...
... means that the host name Your options:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I deployed a rabbitmq cluster by helm recently(provided by bitnami/rabbitmq).
My linux os: Ubuntu 20.04
My kubectl version: 1.23
I run command: # kubectl run perf-test --image=pivotalrabbitmq/perf-test -- --uri "amqp://${username}:${password}@${service}".
And fill above ${service} as "hrabbitmq" (rabbitmq cluster instance name).
I want to startup perfTest as a pod to test with my rabbitmq cluster:
But logs pod and get below error:
I want to figure out if wrong amqp uri provided or other reasons like pod network issue.
Could please help to suggest if anything is missing ? It's been bothering me for a long time, many thanks for any suggestions.
======
Updated:
Beta Was this translation helpful? Give feedback.
All reactions