generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated documentation update (#14)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3c226b9
commit d8ed39b
Showing
3 changed files
with
36 additions
and
2 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,34 @@ | ||
|
||
# Kubernetes Tools (kubernetes-tools) | ||
|
||
A feature to install K8s tools. | ||
|
||
## Example Usage | ||
|
||
```json | ||
"features": { | ||
"ghcr.io/lasuillard/devcontainer-features/kubernetes-tools:0": {} | ||
} | ||
``` | ||
|
||
## Options | ||
|
||
| Options Id | Description | Type | Default Value | | ||
|-----|-----|-----|-----| | ||
| kubectl-version | The version of kubectl to install, in format of 'v*'. | string | latest | | ||
| install-krew | Whether to install Krew. Use 'latest' to install the latest version. Use 'none' to skip installation. | string | none | | ||
| install-k9s | Whether to install k9s. Use 'latest' to install the latest version. Use 'none' to skip installation. | string | none | | ||
| install-helm | Whether to install Helm. Use 'latest' to install the latest version. Use 'none' to skip installation. | string | none | | ||
|
||
## Customizations | ||
|
||
### VS Code Extensions | ||
|
||
- `ms-kubernetes-tools.vscode-kubernetes-tools` | ||
- `Tim-Koehler.helm-intellisense` | ||
|
||
|
||
|
||
--- | ||
|
||
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/lasuillard/devcontainer-features/blob/main/src/kubernetes-tools/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |
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