Difference between revisions of "Dnsutils"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 1: | Line 1: | ||
+ | |||
+ | kubectl run -i -t dnsutils --image=tutum/dnsutils -- bash | ||
+ | If you don't see a command prompt, try pressing enter. | ||
+ | root@dnsutils:/# | ||
+ | |||
+ | |||
+ | |||
[[kubectl exec]] -i -t dnsutils -- [[nslookup]] redis-master.default | [[kubectl exec]] -i -t dnsutils -- [[nslookup]] redis-master.default | ||
Error from server (NotFound): pods "dnsutils" not found | Error from server (NotFound): pods "dnsutils" not found |
Revision as of 14:35, 28 March 2023
kubectl run -i -t dnsutils --image=tutum/dnsutils -- bash If you don't see a command prompt, try pressing enter. root@dnsutils:/#
kubectl exec -i -t dnsutils -- nslookup redis-master.default Error from server (NotFound): pods "dnsutils" not found
Failed to load logs: container "dnsutils" in pod "dnsutils" is waiting to start: trying and failing to pull image Reason: BadRequest (400)
Advertising: