From f073aa741380c4a1c358e874da56536af76ee1aa Mon Sep 17 00:00:00 2001 From: Juanita-Balaraj Date: Wed, 15 Jun 2022 23:20:04 -0400 Subject: [PATCH] Replaced image k8s-cni-sriov With image ghcr.io/k8snetworkplumbingwg/sriov-cni Signed-off-by: Juanita-Balaraj Change-Id: Ib0a48226ca42dfc7eca9f1b5599754100c3632a9 --- .../kubernetes/freeing-space-in-the-local-docker-registry.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/admintasks/kubernetes/freeing-space-in-the-local-docker-registry.rst b/doc/source/admintasks/kubernetes/freeing-space-in-the-local-docker-registry.rst index d1a38e698..e29808335 100644 --- a/doc/source/admintasks/kubernetes/freeing-space-in-the-local-docker-registry.rst +++ b/doc/source/admintasks/kubernetes/freeing-space-in-the-local-docker-registry.rst @@ -22,10 +22,11 @@ associated space from the file system. To do so, you must also run the .. code-block:: none ~(keystone_admin)]$ system registry-image-list + +------------------------------------------------------+ | Image Name | +------------------------------------------------------+ - | docker.io/starlingx/k8s-cni-sriov | + | ghcr.io/k8snetworkplumbingwg/sriov-cni | | docker.io/starlingx/k8s-plugins-sriov-network-device | | docker.io/starlingx/multus | | gcr.io/kubernetes-helm/tiller |