-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: lstocchi <lstocchi@redhat.com>
- Loading branch information
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
# podman-desktop-extension-minikube | ||
# 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](#installation) | ||
- [Contributing](#contributing) | ||
- [Feedback](#feedback) | ||
|
||
## Installation | ||
|
||
You can install the Minikube extension directly inside Podman Desktop. | ||
|
||
Go to Extensions > Catalog > Install minikube. | ||
|
||
![](https://github.com/containers/podman-desktop-media/raw/minikube/gifs/install_minikube_extension.gif) | ||
|
||
## 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: | ||
|
||
```sh | ||
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 build | ||
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](https://github.com/containers/podman-desktop-extension-minikube/issues). |