Search Criteria
Package Details: kind 0.31.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kind.git (read-only, click to copy) |
|---|---|
| Package Base: | kind |
| Description: | Kubernetes IN Docker - local clusters for testing Kubernetes |
| Upstream URL: | https://kind.sigs.k8s.io/ |
| Keywords: | cluster container docker kubernetes testing |
| Licenses: | Apache-2.0 |
| Submitter: | matthias.lisin |
| Maintainer: | matthias.lisin |
| Last Packager: | matthias.lisin |
| Votes: | 13 |
| Popularity: | 0.56 |
| First Submitted: | 2020-03-21 03:21 (UTC) |
| Last Updated: | 2025-12-18 10:36 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, rancher-desktopAUR, rancher-desktop-binAUR, docker-cli-binAUR, podman-docker) (optional) – docker node provider
- nerdctl (nerdctl-gitAUR, rancher-desktop-gitAUR, rancher-desktopAUR, rancher-desktop-binAUR) (optional) – nerdctl node provider
- podman (podman-gitAUR) (optional) – podman node provider
Latest Comments
1 2 Next › Last »
matthias.lisin commented on 2025-12-31 15:42 (UTC)
@gromit It is not used by the packaged application. It's was added purely for convenience back when podman support was experimental.
gromit commented on 2025-12-31 13:07 (UTC)
I'm curious, what is the registry alias used for?
matthias.lisin commented on 2025-05-17 09:31 (UTC)
@kaikli Sorry for that.
Not sure what happened with the previous tar.gz on github. The built
/usr/bin/kindare identical thoughkaikli commented on 2025-05-17 06:45 (UTC)
The build of version 0.28.0-1 fails because the hash of kind-0.28.0.tar.gz is invalid.
matthias.lisin commented on 2025-03-09 10:35 (UTC) (edited on 2025-03-09 10:51 (UTC) by matthias.lisin)
@zhiwei
goandgitare make dependencies and required to build the package. See build() inPKGBUILDkubectlis exec'd from Go code. I did not check the last versions if this is still the case for the local machine or if it's only happening on the created nodes. (Yet)Edit: I definitely missed at least one thing related to
gituse inbuild(). I'll look into it and push and update if it turns out I can drop the dependency.zhiwei commented on 2025-03-09 08:40 (UTC)
Why does it depend on kubectl, git and go?
matthias.lisin commented on 2023-06-16 23:35 (UTC)
That makes more sense ofc, thanks for clarifying
Sacro commented on 2023-06-15 20:39 (UTC)
No, Docker 20.10.0+ is now required, with no change for Podman.
As in, if your version of docker is older than that, you're going to have a bad time.
matthias.lisin commented on 2023-06-15 14:24 (UTC)
moved
dockerback tooptdepends.According to the release note of v0.20.0,
dockeris now required.Please check if everything still works for you without
docker.Sacro commented on 2023-06-15 10:53 (UTC)
Please can we remove the dependency on docker, it should be optional, as with podman
1 2 Next › Last »