Skip to content

Commit

Permalink
Merge pull request #53 from CiscoCloud/ag-fix-slash
Browse files Browse the repository at this point in the history
Slash fix and screenshot fix
  • Loading branch information
agentlecisco committed Sep 23, 2021
2 parents afe286d + 6e29b6f commit 19c481b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions labs/cicd-intro/2.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You have a sample codebase to work with for this Lab.
Use SSH to connect to the DevBox, where the code from https://github.com/CiscoDevNet/cicd_learninglab_demo has been downloaded:

```
cd /~/cicd_learninglab_demo
cd ~/cicd_learninglab_demo
```

If we take a look around this code base, you see;
Expand Down Expand Up @@ -201,9 +201,7 @@ ssh developer@10.10.20.21
#password is C1sco12345
```

Then run the command line HTTP browser, `curl`, to see your app. Notice the IP for the app is the one from the "Metadata" page in the Kubernetes UI, yours may differ:

![](assets/images/k8ssvcip.png)
Then run the command line HTTP browser, `curl`, to see your app. Notice the IP for the app is the one from the "Metadata" page in the Kubernetes UI, yours may differ.

```
[developer@netmaster ~]# curl http://10.100.170.97
Expand Down
Binary file modified labs/cicd-intro/assets/images/k8s2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19c481b

Please sign in to comment.