From 0a086e74aa963dd8b99706f41d594b7aa3bc376f Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Thu, 14 Mar 2024 15:55:35 +0200 Subject: [PATCH] Add kubectl logs command to view client logs step --- docs/features/azure-iam/tutorials/azure-iam-aks.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/features/azure-iam/tutorials/azure-iam-aks.mdx b/docs/features/azure-iam/tutorials/azure-iam-aks.mdx index e5b3bdceb..4881569bf 100644 --- a/docs/features/azure-iam/tutorials/azure-iam-aks.mdx +++ b/docs/features/azure-iam/tutorials/azure-iam-aks.mdx @@ -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