File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
versioned_docs/version-v0.3.x/getting-started Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ kubectl port-forward -n openchoreo-control-plane svc/backstage-demo 7007:7007 --
373373# Then access in browser at http://localhost:7007
374374
375375# To stop the port-forward when done:
376- pkill -f " kubectl port-forward.*backstage-demo.*7007:7007"
376+ pkill -f " kubectl.* port-forward.*backstage-demo.*7007:7007"
377377```
378378
379379You can verify the portal is working correctly with curl:
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ kubectl port-forward -n openchoreo-control-plane svc/backstage-demo 7007:7007 >
317317# Then access in browser at http://localhost:7007
318318
319319# To stop the port-forward when done:
320- pkill -f " kubectl port-forward.*backstage-demo.*7007:7007"
320+ pkill -f " kubectl.* port-forward.*backstage-demo.*7007:7007"
321321```
322322
323323You can verify the portal is working correctly with curl:
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ kubectl port-forward -n openchoreo-control-plane svc/backstage-demo 7007:7007 --
373373# Then access in browser at http://localhost:7007
374374
375375# To stop the port-forward when done:
376- pkill -f " kubectl port-forward.*backstage-demo.*7007:7007"
376+ pkill -f " kubectl.* port-forward.*backstage-demo.*7007:7007"
377377```
378378
379379You can verify the portal is working correctly with curl:
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ kubectl port-forward -n openchoreo-control-plane svc/backstage-demo 7007:7007 >
317317# Then access in browser at http://localhost:7007
318318
319319# To stop the port-forward when done:
320- pkill -f " kubectl port-forward.*backstage-demo.*7007:7007"
320+ pkill -f " kubectl.* port-forward.*backstage-demo.*7007:7007"
321321```
322322
323323You can verify the portal is working correctly with curl:
You can’t perform that action at this time.
0 commit comments