Use latest image for ubuntu (#11592)
14.04 does not work anymore. Gives socket error when connecting with rabbitmqpull/11473/merge
parent
a213182b10
commit
7ecf764f34
|
@ -64,7 +64,7 @@ First create a temporary interactive Pod.
|
|||
|
||||
```shell
|
||||
# Create a temporary interactive container
|
||||
$ kubectl run -i --tty temp --image ubuntu:14.04
|
||||
$ kubectl run -i --tty temp --image ubuntu:18.04
|
||||
Waiting for pod default/temp-loe07 to be running, status is Pending, pod ready: false
|
||||
... [ previous line repeats several times .. hit return when it stops ] ...
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue