Skip to content

Commit

Permalink
Added hot start to Kafka track
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn committed Aug 15, 2023
1 parent c8a371b commit 3e1b3da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions instruqt-tracks/kafka-kafka-basic/01-step1/setup-crc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

curl -s https://raw.githubusercontent.com/openshift-instruqt/instruqt/v0.0.4/kafka/kafka-basic/scripts/kafka-cluster.yaml -o /opt/kafka-cluster.yaml

curl -s https://raw.githubusercontent.com/openshift-instruqt/instruqt/v0.0.4/kafka/kafka-basic/scripts/kafka-topic.yaml -o /opt/kafka-topic.yaml

curl -s https://raw.githubusercontent.com/openshift-instruqt/instruqt/v0.0.4/kafka/kafka-basic/scripts/operator-install.yaml -o /opt/operator-install.yaml
1 change: 1 addition & 0 deletions instruqt-tracks/kafka-kafka-basic/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ level: beginner
tags:
- openshift
owner: openshift
sandbox_preset: openshift-411
developers:
- [email protected]
- [email protected]
Expand Down

0 comments on commit 3e1b3da

Please sign in to comment.