Merge "Update container images used on the docs"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user