File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Instead we are using a simple port-forwarding directly to the pod to trigger the
3030[source, bash]
3131----
3232# Port forward to Pod. "pod" is an alias to pick the full name of the pod (see INSTALL.adoc)
33- kubectl port-forward $(pod random-generator) 8080:8080 &
33+ kubectl port-forward deployment/ random-generator 8080:8080 &
3434----
3535
3636Now you can switch on/off the readiness/liveness checks and see how the cluster manages your pods:
Original file line number Diff line number Diff line change 2828 name : git
2929 env :
3030 - name : GIT_REPO
31- value : https://github.com/mdn /beginner-html-site-scripted
31+ value : https://github.com/rhuss /beginner-html-site-scripted
3232 command :
3333 - " sh"
3434 - " -c"
You can’t perform that action at this time.
0 commit comments