Search Criteria
Package Details: clusterctl-bin 1.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/clusterctl-bin.git (read-only, click to copy) |
---|---|
Package Base: | clusterctl-bin |
Description: | Cluster API Tool |
Upstream URL: | https://cluster-api.sigs.k8s.io/ |
Keywords: | api cluster kubectl kubernetes |
Licenses: | Apache |
Provides: | clusterctl |
Submitter: | selfuryon |
Maintainer: | selfuryon |
Last Packager: | selfuryon |
Votes: | 10 |
Popularity: | 0.56 |
First Submitted: | 2020-03-20 21:42 (UTC) |
Last Updated: | 2024-05-15 11:51 (UTC) |
Dependencies (1)
- kubectl (kubectl-beta-binAUR, rancher-desktop-gitAUR, kbenv-binAUR, kubectl-binAUR, kuberlr-binAUR, rancher-desktopAUR) (optional) – to manage the cluster
Required by (1)
- k9s-capi (requires clusterctl)
Latest Comments
magnusref commented on 2024-05-14 16:59 (UTC)
Hi v1.7.1 released some time ago. Please bump the version if you have time.
grumpynaga commented on 2024-02-06 22:58 (UTC)
new version is out: 1.6.1 if ya have time
Jont828 commented on 2023-08-16 17:12 (UTC)
Cluster API v1.5.0 released recently with a new version of clusterctl by the way, could you update when you have some time?
cwrau commented on 2022-11-09 10:19 (UTC)
Could you provide completion for zsh/bash?
You can use the following snippet inside the
install
function;replacing $$bin with
clusterctl
maybe?selfuryon commented on 2021-10-10 13:30 (UTC)
Thank you, @Jont828! Updated it!
Jont828 commented on 2021-10-07 18:38 (UTC)
It seems like there's a new version of clusterctl available with the release of Cluster API 1.0. Could you update the bin when you get the chance?
selfuryon commented on 2021-05-14 07:01 (UTC)
Thanks for the advice! Fixed it
jesserd commented on 2021-05-04 20:22 (UTC)
Can you change the source to look something like:
and adjust
package()
to use the new name?I don't cleanBuild the packages and this fails the sha256sum check unless I delete the previously downloaded binary
selfuryon commented on 2020-04-29 21:48 (UTC)
Thank you for information!
matthias.lisin commented on 2020-04-28 11:32 (UTC)
hello friend, you
provides=()
has the wrong quotes and kills the variable. But besides that you don't have to add the$pkgver
there as long as there is nothing that somehow depends on knowing this.Just add
provides=('clusterctl')