Skip to content

Commit 5b91a12

Browse files
authored
Update module2.md
gcr.io/k8s-minikube/kubernetes-bootcamp:v1 (with tag v1) not available but gcr.io/k8s-minikube/kubernetes-bootcamp:v3 (with tag v3) is available.
1 parent 3cf1e63 commit 5b91a12

File tree

1 file changed

+1
-1
lines changed
  • site/content/en/docs/tutorials/kubernetes_101

1 file changed

+1
-1
lines changed

site/content/en/docs/tutorials/kubernetes_101/module2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here we see the available nodes (1 in our case). Kubernetes will choose where to
3333
Let's deploy our first app on Kubernetes with the `kubectl create deployment` command. We need to provide the deployment name and app image location (include the full repository url for images hosted outside Docker Hub).
3434

3535
```shell
36-
kubectl create deployment kubernetes-bootcamp --image=gcr.io/k8s-minikube/kubernetes-bootcamp:v1
36+
kubectl create deployment kubernetes-bootcamp --image=gcr.io/k8s-minikube/kubernetes-bootcamp:v3
3737
```
3838

3939
Great! You just deployed your first application by creating a deployment. This performed a few things for you:

0 commit comments

Comments
 (0)