Skip to content

Commit 08cb65f

Browse files
atchutbarliBavneet Singh
authored andcommitted
update errors for the config and connectivity issues (#11)
* update errors * format * style
1 parent 7df1324 commit 08cb65f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/connectedk8s/azext_connectedk8s/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ def helm_install_release(
13541354
"Please check if the azure-arc namespace was deployed and run 'kubectl get pods -n azure-arc' "
13551355
"to check if all the pods are in running state. A possible cause for pods stuck in pending "
13561356
"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"
1357+
"Also pod logs can be checked using kubectl logs <pod-name> -n azure-arc.\n"
13581358
)
13591359
logger.warning(warn_msg)
13601360
raise CLIInternalError(

0 commit comments

Comments
 (0)