Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Initial version of run-k8s-istio-openstack-rook-elasticsearch-demo.sh…
Browse files Browse the repository at this point in the history
… added
  • Loading branch information
ruzickap committed Feb 6, 2019
1 parent a8497d4 commit 14a8531
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run-k8s-istio-openstack-rook-elasticsearch-demo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash -eux

sed -n '/^```bash$/,/^```$/p' README.md | sed '/^```*/d' | sed -n '/^terraform init -var-file=terrafrom/,/^kubectl get -l app=fluent-bit svc,pods --all-namespaces -o wide$/p' > README.sh

source README.sh

sed -n '/^Configure port forwarding for Kibana:$/,/^* Select @timestamp/p' README.md

0 comments on commit 14a8531

Please sign in to comment.