devsy-provider-kubernetes

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2026 License: MPL-2.0 Imports: 1 Imported by: 0

README

Kubernetes Provider for Devsy

Join us on Slack! Open in Devsy!

Getting started

The provider is available for auto-installation using

devsy provider add kubernetes
devsy provider use kubernetes

Follow the on-screen instructions to complete the setup.

Creating your first devsy env with kubernetes

After the initial setup, just use:

devsy 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.sh
RELEASE_VERSION=0.0.1-dev ./hack/build.sh --dev
  1. Remove the old provider from your devsy installation (make sure you delete all workspaces using the provider).
devsy provider delete kubernetes
  1. Install the new provider from the local build
devsy provider add --name kubernetes --use ./release/provider.yaml
  1. Test your provider, e.g. with devsy up command. Make sure you have a valid kubeconfig file in your home directory.
devsy up <repository-url> --provider kubernetes --debug

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
e2e
hack
provider command
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL