Skip to content

Commit

Permalink
docs: add registry (quay.io/) for pre-loading images for kind
Browse files Browse the repository at this point in the history
in doc, it recommends docker pull image, but the command is :
  docker pull cilium/cilium:|IMAGE_TAG|

this will download from docker.io
However, in operator, it loads images from quay.io
we should keep them the same, otherwise, we download for nothing.

Signed-off-by: adamzhoul <adamzhoul186@gmail.com>
  • Loading branch information
adamzhoul authored and qmonnet committed Nov 29, 2021
1 parent ce45bc3 commit 4758bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/gettingstarted/kind-preload.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Preload the ``cilium`` image into each worker node in the kind cluster:

.. parsed-literal::
docker pull cilium/cilium:|IMAGE_TAG|
kind load docker-image cilium/cilium:|IMAGE_TAG|
docker pull quay.io/cilium/cilium:|IMAGE_TAG|
kind load docker-image quay.io/cilium/cilium:|IMAGE_TAG|

0 comments on commit 4758bef

Please sign in to comment.