Skip to content

Commit

Permalink
docs: fix log-level param in tutorials
Browse files Browse the repository at this point in the history
* arg --debug is now --log-level=debug
* flag --log-level was merged 2017 with
  PR kubernetes-sigs#339
  • Loading branch information
bavarianbidi committed Nov 4, 2019
1 parent f763d2a commit 82e43e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/externalname.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:latest
args:
- --debug
- --log-level=debug
- --source=service
- --source=ingress
- --namespace=dev
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/hostport.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:latest
args:
- --debug
- --log-level=debug
- --source=service
- --source=ingress
- --namespace=dev
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:latest
args:
- --debug
- --log-level=debug
- --source=service
- --source=ingress
- --namespace=dev
Expand Down

0 comments on commit 82e43e8

Please sign in to comment.