Skip to content

Commit

Permalink
Merge pull request #11 from loft-sh/chore/add_devpod_button
Browse files Browse the repository at this point in the history
chore: add open in DevPod button
  • Loading branch information
89luca89 authored Oct 16, 2023
2 parents be09188 + baada11 commit 05c6b06
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"image":"mcr.microsoft.com/devcontainers/go","build":{}}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kubernetes Provider for DevPod

[![Join us on Slack!](docs/static/media/slack.svg)](https://slack.loft.sh/) [![Open in DevPod!](https://devpod.sh/assets/open-in-devpod.svg)](https://devpod.sh/open#https://github.com/loft-sh/devpod-provider-kubernetes)

## Getting started

The provider is available for auto-installation using
Expand Down Expand Up @@ -39,4 +41,4 @@ devpod provider add ./release/provider.yaml --name kubernetes
4. Test your provider, e.g. with `devpod up` command. Make sure you have a valid kubeconfig file in your home directory.
```sh
devpod up <repository-url> --provider kubernetes --debug
```
```
24 changes: 24 additions & 0 deletions docs/static/media/slack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05c6b06

Please sign in to comment.