-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: added markdownlint rules and fix md issues
- Loading branch information
1 parent
2da4dcd
commit 0d7b644
Showing
5 changed files
with
62 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
default: true | ||
MD024: false |
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,8 +1,13 @@ | ||
# Examples | ||
|
||
Below are examples of how you can run kube-dump to get started | ||
Below are examples of how you can run kube-dump to get started | ||
|
||
* [Run on a local machine](./local.md) (dependencies and a config for kubectl are required) | ||
* [Run in container](./container.md) (docker, podman, etc. required and a config for kubectl) | ||
* [Run in kubernetes as pod](./pod.md) (requires access to the kubernetes cluster and config for kubectl) | ||
* [Run in kubernetes as a cron job using a service account](./cronjob.md) (requires access to the kubernetes cluster and the ability to create a role or cluster role) | ||
* [Run on a local machine](./local.md) | ||
(dependencies and a config for kubectl are required) | ||
* [Run in container](./container.md) | ||
(docker, podman, etc. required and a config for kubectl) | ||
* [Run in kubernetes as pod](./pod.md) | ||
(requires access to the kubernetes cluster and config for kubectl) | ||
* [Run in kubernetes as a cron job using a service account](./cronjob.md) | ||
(requires access to the kubernetes cluster and the ability to create a role | ||
or cluster role) |
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