From 6b6f46cc89dfd2da15898683214327cc17fa40bf Mon Sep 17 00:00:00 2001 From: Ngairangbam Mili Date: Mon, 22 Apr 2024 14:42:23 +0000 Subject: [PATCH] sw-manager patch-strategy show command is getting failed with urlopen error (dsr8mr3, dsr8mr2+) Updated the url for -p flag Original review: https://review.opendev.org/c/starlingx/docs/+/916292 Change-Id: I37d9e604e8b2ab2ba483c53a50e091c749974bde Signed-off-by: Ngairangbam Mili --- ...urity-configure-container-backed-remote-clis-and-clients.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/security/kubernetes/security-configure-container-backed-remote-clis-and-clients.rst b/doc/source/security/kubernetes/security-configure-container-backed-remote-clis-and-clients.rst index 459f940f0..5881d05c7 100644 --- a/doc/source/security/kubernetes/security-configure-container-backed-remote-clis-and-clients.rst +++ b/doc/source/security/kubernetes/security-configure-container-backed-remote-clis-and-clients.rst @@ -271,7 +271,7 @@ CLIs and Clients for an admin user with cluster-admin clusterrole. .. parsed-literal:: - $ ./configure_client.sh -t platform -r admin-openrc.sh -k admin-kubeconfig -w $HOME/remote_cli_wd -p |registry-url|/starlingx/stx-platformclients:|v_starlingx-stx-platformclients| + $ ./configure_client.sh -t platform -r admin-openrc.sh -k admin-kubeconfig -w $HOME/remote_cli_wd -p docker.io/starlingx/stx-platformclients:|v_starlingx-stx-platformclients| If you specify repositories that require authentication, you must first perform a :command:`docker login` to that repository