I have followed the tutorial twice but everytime it is same error. I think there is definitely something is wrong in creation of pod YAML file.
C:\Users\JamalAshraf>kubectl get pods
NAME READY STATUS RESTARTS AGE
quick-start 0/1 CrashLoopBackOff 10 (3m39s ago) 30m
kubectl describe pod quick-start
Events:
Type Reason Age From Message
Normal Scheduled 35m default-scheduler Successfully assigned default/quick-start to aks-nodepool1-10922502-vmss000000
Normal Pulled 35m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 749.829499ms
Normal Pulled 35m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 620.854079ms
Normal Pulled 35m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 690.472489ms
Normal Created 34m (x4 over 35m) kubelet Created container oidc
Normal Started 34m (x4 over 35m) kubelet Started container oidc
Normal Pulled 34m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 568.875013ms
Normal Pulling 33m (x5 over 35m) kubelet Pulling image "ghcr.io/azure/azure-workload-identity/msal-go"
Normal Pulled 33m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 619.964693ms
Warning BackOff 25s (x163 over 35m) kubelet Back-off restarting failed container
I have followed the tutorial twice but everytime it is same error. I think there is definitely something is wrong in creation of pod YAML file.
C:\Users\JamalAshraf>kubectl get pods
NAME READY STATUS RESTARTS AGE
quick-start 0/1 CrashLoopBackOff 10 (3m39s ago) 30m
kubectl describe pod quick-start
Events:
Type Reason Age From Message
Normal Scheduled 35m default-scheduler Successfully assigned default/quick-start to aks-nodepool1-10922502-vmss000000
Normal Pulled 35m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 749.829499ms
Normal Pulled 35m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 620.854079ms
Normal Pulled 35m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 690.472489ms
Normal Created 34m (x4 over 35m) kubelet Created container oidc
Normal Started 34m (x4 over 35m) kubelet Started container oidc
Normal Pulled 34m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 568.875013ms
Normal Pulling 33m (x5 over 35m) kubelet Pulling image "ghcr.io/azure/azure-workload-identity/msal-go"
Normal Pulled 33m kubelet Successfully pulled image "ghcr.io/azure/azure-workload-identity/msal-go" in 619.964693ms
Warning BackOff 25s (x163 over 35m) kubelet Back-off restarting failed container