-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3449cc
commit 4d24b66
Showing
2 changed files
with
13 additions
and
5 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
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 |
---|---|---|
@@ -1,7 +1,15 @@ | ||
imageUrl: "https://www.nginx.com/wp-content/uploads/2021/08/NGINX-Part-of-F5-horiz-black-type-1.svg" | ||
afterInstallationManual: | | ||
# What to do after installing? | ||
## What to do after installing? | ||
This is some example text. | ||
- list | ||
- items | ||
This application is exposed using NodePort, to get the IP adress and the port of the application run following commands in terminal. | ||
Make sure your Kubeconfig is correctly exported for this. | ||
```bash | ||
#NodeIP: | ||
kubectl describe node | grep Addresses: -A 4 | ||
#NodePort: | ||
kubectl get svc | ||
``` |