Skip to content

Commit

Permalink
Add kubectl logs command to view client logs step
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Mar 14, 2024
1 parent 24cb6a0 commit 0a086e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/features/azure-iam/tutorials/azure-iam-aks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ kubectl patch deployment -n otterize-tutorial-azure-iam client --type='json' -p=
The client logs will show that the Azure client ID environment variable is not set.
This is because no Azure workload identity has been created for the client pod yet.

```bash
kubectl logs -f -n otterize-tutorial-azure-iam deploy/client
```


```text
Client - The time is: Sun Mar 10 18:40:37 UTC 2024
Expand Down

0 comments on commit 0a086e7

Please sign in to comment.