Skip to content

Commit 749fbbc

Browse files
author
Markus Schwer
committed
add usage instructions to README.md
1 parent cac1c47 commit 749fbbc

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# DevPod Provider STACKIT
1+
# DevPod Provider STACKIT
2+
3+
<!-- markdownlint-disable-next-line MD013 MD034 -->
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/stackitcloud/devpod-provider-stackit)](https://goreportcard.com/report/github.com/stackitcloud/devpod-provider-stackit)
5+
6+
Run [DevPod](https://devpod.sh/) on [STACKIT](https://www.stackit.de).
7+
8+
## Usage
9+
10+
To use this provider in your DevPod setup, you will need to do the following steps:
11+
12+
1. See the [DevPod documentation](https://devpod.sh/docs/managing-providers/add-provider)
13+
for how to add a provider
14+
2. Use the reference `stackitcloud/devpod-provider-stackit` to download the latest
15+
release from GitHub
16+
3. Configure the provider by specifying a few options:
17+
- Region
18+
- Project ID
19+
- Availability zone
20+
- Disk size
21+
- Private key path
22+
- Service Account key path
23+
24+
### STACKIT Service Account
25+
26+
To authenticate with STACKIT you need to create a Service Account, generate a keypair locally and upload the public key
27+
and download the Service Account Key JSON.
28+
See the docs to see how: https://docs.stackit.cloud/stackit/en/create-a-service-account-key-175112456.html

0 commit comments

Comments
 (0)