Merge pull request #45246 from psiwczak/master

Automatic merge from submit-queue (batch tested with PRs 45219, 45246)

Fixed misspelled http URL in the cluster-dns example

**What this PR does / why we need it**:
Fixes wrong  http URL in the examples/cluster-dns. 

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:
none

**Release note**:
none
This commit is contained in:
Kubernetes Submit Queue 2017-05-02 22:08:03 -07:00 committed by GitHub
commit 3fe19c324c

View File

@ -11,6 +11,6 @@ spec:
command:
- python
- client.py
- http://dns-backend.development.cluster.local:8000
- http://dns-backend.development.svc.cluster.local:8000
imagePullPolicy: Always
restartPolicy: Never