-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from CiscoCloud/ag-fix-slash
Slash fix and screenshot fix
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
@@ -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 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.