Skip to content

Commit e4b9b6e

Browse files
committed
updated .gitignore
1 parent 6835768 commit e4b9b6e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ app/
2525

2626
# CDK8s demos
2727
*/08-ckd8s/00-hello-world-code/
28+
29+
# Private view
30+
.aws/
31+
lab/
32+
private.readme.md

04-cloud/01-eks/06-autoscalling-our-applications/00-install-kube-ops-view.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ kubectl get svc kube-ops-view | tail -n 1 | awk '{ print "Kube-ops-view URL = ht
3939

4040
This will display a line similar to Kube-ops-view URL = http://<URL_PREFIX_ELB>.amazonaws.com Opening the URL in your browser will provide the current state of our cluster.
4141

42+
> Reference: https://kubernetes-operational-view.readthedocs.io/en/latest/

0 commit comments

Comments
 (0)