Skip to content

Commit

Permalink
add reference for kubeconfig command in bctl (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshisharma84 authored Feb 26, 2024
1 parent 25a1788 commit 2469a5b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website/content/docs/bctl-reference/kubeconfig.md
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` |

0 comments on commit 2469a5b

Please sign in to comment.