Skip to content

Commit 244e763

Browse files
mperichristopherhein
authored andcommitted
Update readme.adoc (aws-samples#369)
Minor correction in instructions to gather logs
1 parent fd19e99 commit 244e763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-path-basics/103-kubernetes-concepts/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Again, the exact output may vary but your results should look similar to these.
158158

159159
Logs from the pod can be obtained (a fresh nginx does not have logs - check again later once you have accessed the service):
160160

161-
$ kubectl logs <pod-name>
161+
$ kubectl logs <pod-name> --namespace <namespace-name>
162162

163163
=== Execute a shell on the running pod
164164

0 commit comments

Comments
 (0)