-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add reference for kubeconfig command in bctl (#39)
- Loading branch information
1 parent
25a1788
commit 2469a5b
Showing
1 changed file
with
20 additions
and
0 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,20 @@ | ||
--- | ||
title: "kubeconfig" | ||
draft: false | ||
weight: 5 | ||
--- | ||
|
||
`bctl kubeconfig` is used to generate kubeconfig file for the current Blueprint. This command prints the kubeconfig for the underlying cluster specified in the current blueprint. | ||
|
||
## Usage | ||
|
||
```bash | ||
bctl kubeconfig [flags] | ||
``` | ||
|
||
## Flags | ||
|
||
| Flag | Description | Default | | ||
| ---- |--------------------------------------------------------------------| ------- | | ||
| `-h, --help` | Display the help for kubeconfig | | ||
| `-f, --file` | The path to the current blueprint file used to generate kubeconfig | `./boundless.yaml` | |