Package Details: kops-bin v1.28.4-1

Git Clone URL: https://aur.archlinux.org/kops-bin.git (read-only, click to copy)
Package Base: kops-bin
Description: Kubernetes Operations (kOps) - Production Grade K8s Installation, Upgrades, and Management
Upstream URL: https://github.com/kubernetes/kops
Keywords: devops kops kubernetes terraform
Licenses: Apache
Conflicts: kops, kops-beta-bin, kops-git, kops21-bin
Submitter: dennisoehme
Maintainer: Lerentis
Last Packager: Lerentis
Votes: 7
Popularity: 0.000000
First Submitted: 2017-05-26 09:46 (UTC)
Last Updated: 2024-02-02 19:39 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

vrouet commented on 2022-06-07 09:45 (UTC)

Great, thanks! And you're right, I'll use that flag next time, makes sense.

hawara commented on 2022-06-02 21:43 (UTC)

@vrouet sorry about that, I've updated the package to 1.23.2. Please feel free to use 'flag package out of date' thingy to let me know...

vrouet commented on 2022-06-02 17:38 (UTC)

@hawara FYI there is a bug in 1.22.3 which was blocking the upgrade of my cluster: https://github.com/kubernetes/kops/issues/13118

I updated to 1.22.5 and finally was able to have a working control plane node. It would be great if you could update the PKGBUILD to at least that version, or even to the latest (right now it's 1.23.2)

Thanks!

hawara commented on 2021-11-20 09:13 (UTC)

package updated to 1.22, if someone needs 1.21, then I've created this -> https://aur.archlinux.org/packages/kops21-bin/

hawara commented on 2020-09-27 20:50 (UTC)

https://gist.github.com/mtb-xt/b468079e84f6bf10dfeb9f4348d4d02d <- 1.18.1 PKGBUILD

darose commented on 2020-08-19 15:46 (UTC)

Any update planned? V1.18 has now been released. https://github.com/kubernetes/kops/releases/tag/v1.18.0

arth commented on 2020-05-06 15:37 (UTC) (edited on 2020-05-06 15:38 (UTC) by arth)

It's still maintained?

dennisoehme commented on 2019-03-05 09:57 (UTC)

@niallm90 thx! its part of pkgbuild.

niallm90 commented on 2019-01-09 19:59 (UTC) (edited on 2019-01-09 20:00 (UTC) by niallm90)

You can add the bash and zsh completion to kops by copying whats present in the kubectl-bin PKGBUILD.

Place the following at the bottom of your package step:

install -d 755 "$pkgdir/usr/share/bash-completion/completions"
install -d 755 "$pkgdir/usr/share/zsh/site-functions"
"$pkgdir/usr/bin/kops" completion bash > "$pkgdir/usr/share/bash-completion/completions/kops"
"$pkgdir/usr/bin/kops" completion zsh >  "$pkgdir/usr/share/zsh/site-functions/_kops"

dennisoehme commented on 2018-07-31 07:09 (UTC)

This problem occurs because the download files do not have a unique name, so the files are cached and the checksum fails. Now it should be fixed!