kolla-kubernetes/tools/test-dns.yml
Ryan Hallisey afbdc0575e Update the kubernetes aio guide
The kubernetes aio guide was out of date and not
working.  Kubernetes removed hyperkube from support.

This method is similar to hypercube, but it installs
flannel and dnsmasq.  It is also capable of scaling from
single to multiple nodes using the same repo.

Change-Id: Ife68cfc8e8bb535ccc2a4634522848421a955de6
Partially-implements: blueprint documentation-initialization
2016-08-29 20:39:13 -04:00

18 lines
326 B
YAML

apiVersion: batch/v1
kind: Job
metadata:
name: test-dns
spec:
template:
metadata:
name: test-dns
spec:
restartPolicy: OnFailure
containers:
- image: busybox
imagePullPolicy: IfNotPresent
name: busybox
command:
- nslookup
- kubernetes