Skip to content

Commit

Permalink
add instruction for digital ocean (#23)
Browse files Browse the repository at this point in the history
## Description
Add a line clarifying how to get your `magic-id` from digital ocean

## Motivation and Context
Add clarity to the docs.

## Types of changes
<!-- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [X] Edits to existing documentation
- [ ] Changing documentation structure (relocating existing files,
ensure redirects exist)
- [ ] Stylistic changes (provide screenshots above)

Co-authored-by: Camila Ramos <cami@Camilas-MacBook-Pro.local>
  • Loading branch information
camiinthisthang and Camila Ramos committed Nov 28, 2023
1 parent e9b486e commit f4645c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/dusknet/cloud-rollup-deployment/1-digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ You must also install and configure `doctl`: https://docs.digitalocean.com/refer

## Configure `kubectl` with `doctl`

In your Digital Ocean control panel, navigate to "Connecting to Kubernetes." Run the following command with the `magic-id`
generated for you.

```bash
doctl kubernetes cluster kubeconfig save <magic-id>
```
Expand Down

0 comments on commit f4645c4

Please sign in to comment.