https://github.com/ppc64le-cloud/kind-image
https://github.com/ppc64le-cloud/kind-image
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppc64le-cloud/kind-image
- Owner: ppc64le-cloud
- License: apache-2.0
- Created: 2022-09-05T08:49:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T16:16:39.000Z (7 months ago)
- Last Synced: 2025-12-08T00:31:44.288Z (6 months ago)
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kind-image
Kind-node image for the PowerPC architecture.
Before spinning up the cluster, one may need to install the kind binary with the git patch applied on top of the kubernetes-sigs/kind repository, which allows
the usage of ppc64le specific images while setting up the cluster. Please follow the kind-binary installation guide from [here](./docs/install.md)
If you're looking for building a node image with the latest stable version of Kubernetes, follow the guide [here](./docs/build.md)
------
Images are hosted at https://quay.io/repository/powercloud/kind-node?tab=tags and can be used as follows:
```shell
$ kind create cluster --image quay.io/powercloud/kind-node:v1.30.2
```