Package Details: kind 0.31.0-1

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)

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.

01:43:19 successfully built pkg locally
01:44:29 archive for v0.28.0 (re)created on Github
01:44:44 aur commit (without noticing change)

Not sure what happened with the previous tar.gz on github. The built /usr/bin/kind are identical though

kaikli 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 go and git are make dependencies and required to build the package. See build() in PKGBUILD

kubectl is 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 git use in build(). 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 docker back to optdepends.
According to the release note of v0.20.0, docker is 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