-
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.
Remove all jq references and json-config patching, support some envir… (
#66) * Remove all jq references and json-config patching, support some environment variables for setting critical configs * Remove jq from dockerfile * Cleaned up docs * Fixes mistake addition for example cluster
- Loading branch information
1 parent
551a9da
commit 0650e03
Showing
8 changed files
with
65 additions
and
313 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
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,9 @@ | ||
# Usage | ||
|
||
Run `run.sh` to start example cluster. Running the cluster requires `ghcr.io` image pulling secret to exist if image `ghcr.io/teragrep/k8s_01/app:latest` or `ghcr.io/teragrep/rlp_07/app:latest` is not available locally. | ||
Run `run.sh` to start example cluster. | ||
|
||
Run `stop.sh` to stop the example cluster. | ||
|
||
The container `receiver` is the destination relp server and it will print to stdout any relp messages received. You can follow the logs with the command `kubectl logs -f receiver` | ||
|
||
It automatically patches relp server and kubernetes url so it should work automatically as-is in minikube. |
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
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
Oops, something went wrong.