mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
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:
commit
3fe19c324c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user