Skip to content

Commit

Permalink
Remove to be deprecated kubectl exec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed May 25, 2020
1 parent 5cf5cb7 commit 81be764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mergeable-ingress-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ nginx-ingress-66bc44674b-hrcx8 1/1 Running 0 4m

2. Examine the NGINX Configuration.
```
$ kubectl exec -it nginx-ingress-66bc44674b-hrcx8 -n nginx-ingress cat /etc/nginx/conf.d/default-cafe-ingress-master.conf
$ kubectl exec -it nginx-ingress-66bc44674b-hrcx8 -n nginx-ingress -- cat /etc/nginx/conf.d/default-cafe-ingress-master.conf
upstream default-cafe-ingress-coffee-minion-cafe.example.com-coffee-svc {
server 172.17.0.5:80;
Expand Down

0 comments on commit 81be764

Please sign in to comment.