We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df1324 commit 08cb65fCopy full SHA for 08cb65f
1 file changed
src/connectedk8s/azext_connectedk8s/_utils.py
@@ -1354,7 +1354,7 @@ def helm_install_release(
1354
"Please check if the azure-arc namespace was deployed and run 'kubectl get pods -n azure-arc' "
1355
"to check if all the pods are in running state. A possible cause for pods stuck in pending "
1356
"state could be insufficient resources on the kubernetes cluster to onboard to arc."
1357
- " Also pod logs can be checked using kubectl logs <pod-name> -n azure-arc.\n"
+ "Also pod logs can be checked using kubectl logs <pod-name> -n azure-arc.\n"
1358
)
1359
logger.warning(warn_msg)
1360
raise CLIInternalError(
0 commit comments