From 3918e87e40aea6b62925e20e97715a8d90749cc3 Mon Sep 17 00:00:00 2001 From: Sunday Mgbogu Date: Wed, 31 Mar 2021 02:15:24 +0100 Subject: [PATCH] Update container images used on the docs With the new docker download rate limitation, we should update Kuryr-kubernetes documentation to move from celebdor/kuryr-demo container image to quay.io/kuryr/demo. closes-bug: 1920022 Change-Id: I93bbe01c156bb3d77f9155d5db34be4bc2faa9fe --- contrib/pools-management/README.rst | 2 +- doc/source/installation/testing_connectivity.rst | 2 +- doc/source/installation/testing_nested_connectivity.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/pools-management/README.rst b/contrib/pools-management/README.rst index f7bc61acd..bf91218f3 100644 --- a/contrib/pools-management/README.rst +++ b/contrib/pools-management/README.rst @@ -185,7 +185,7 @@ We can see that now we have 7 subports, 3 of them attached to `trunk0` and 4 After that, if we create a new pod, we can see that the pre-created subports are being used:: - $ kubectl create deployment demo --image=celebdor/kuryr-demo + $ kubectl create deployment demo --image=quay.io/kuryr/demo $ kubectl scale deploy/demo --replicas=2 $ kubectl get pods NAME READY STATUS RESTARTS AGE diff --git a/doc/source/installation/testing_connectivity.rst b/doc/source/installation/testing_connectivity.rst index 937c29153..c04ee5b09 100644 --- a/doc/source/installation/testing_connectivity.rst +++ b/doc/source/installation/testing_connectivity.rst @@ -27,7 +27,7 @@ deployment with: .. code-block:: console - $ kubectl create deployment demo --image=celebdor/kuryr-demo + $ kubectl create deployment demo --image=quay.io/kuryr/demo deployment "demo" created After a few seconds, the container is up an running, and a neutron port was diff --git a/doc/source/installation/testing_nested_connectivity.rst b/doc/source/installation/testing_nested_connectivity.rst index 505f32418..0f3022b3a 100644 --- a/doc/source/installation/testing_nested_connectivity.rst +++ b/doc/source/installation/testing_nested_connectivity.rst @@ -8,7 +8,7 @@ successful: .. code-block:: console - $ kubectl create deployment demo --image=celebdor/kuryr-demo + $ kubectl create deployment demo --image=quay.io/kuryr/demo $ kubectl scale deploy/demo --replicas=2 $ kubectl expose deploy/demo --port=80 --target-port=8080