Use latest image for ubuntu (#11592)

14.04 does not work anymore. Gives socket error when connecting with rabbitmq
pull/11473/merge
Srinivas R Kulkarni 2018-12-16 23:49:43 -05:00 committed by Kubernetes Prow Robot
parent a213182b10
commit 7ecf764f34
1 changed files with 1 additions and 1 deletions

View File

@ -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 ] ...
```