Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DevPod on Kubernetes

License

NotificationsYou must be signed in to change notification settings

sendible-labs/devpod-provider-kubernetes

 
 

Repository files navigation

Join us on Slack!Open in DevPod!

Getting started

The provider is available for auto-installation using

devpod provider add kubernetesdevpod provider use kubernetes

Follow the on-screen instructions to complete the setup.

Creating your first devpod env with kubernetes

After the initial setup, just use:

devpod up.

You'll need to wait for the pod and environment setup.

Testing locally

  1. Build the new version in a dev mode with some version tag (e.g. 0.0.1-dev)
chmod +x ./hack/build.shRELEASE_VERSION=0.0.1-dev ./hack/build.sh --dev
  1. Remove the old provider from your devpod installation (make sure you delete all workspaces using the provider).
devpod provider delete kubernetes
  1. Install the new provider from the local build
devpod provider add --name kubernetes --use ./release/provider.yaml
  1. Test your provider, e.g. withdevpod up command. Make sure you have a valid kubeconfig file in your home directory.
devpod up<repository-url> --provider kubernetes --debug

About

DevPod on Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go97.4%
  • Shell2.6%

[8]ページ先頭

©2009-2025 Movatter.jp