Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slash fix and screenshot fix #53

Merged
merged 1 commit into from
Sep 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 [email protected]
#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.