containers / podman-desktop-extension-minikube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minikube Extension

The Minikube extension adds support for https://minikube.sigs.k8s.io/docs/. It allows users to create Kubernetes clusters running on top of the container engine.

Topics

Installation

You can install the Minikube extension directly inside Podman Desktop.

Go to Extensions > Catalog > Install minikube.

Contributing

Want to help develop and contribute to the Minikube extension?

You can use yarn watch --extension-folder from the Podman Desktop directory to automatically rebuild and test the Minikube extension:

git clone https://github.com/containers/podman-desktop
git clone https://github.com/containers/podman-desktop-extension-minikube
cd podman-desktop-extension-minikube
yarn install
yarn watch
cd ../podman-desktop
yarn watch --extension-folder ../podman-desktop-extension-minikube

Feedback

You can provide your feedback on the extension by creating an issue on this repository.

About

License:Apache License 2.0


Languages

Language:TypeScript 91.3%Language:JavaScript 6.6%Language:Dockerfile 2.1%