Package Details: k8sgpt-git v0.3.23-1

Git Clone URL: https://aur.archlinux.org/k8sgpt-git.git (read-only, click to copy)
Package Base: k8sgpt-git
Description: Giving Kubernetes Superpowers to everyone
Upstream URL: http://k8sgpt.ai/
Licenses: Apache
Conflicts: k8sgpt
Provides: k8sgpt
Submitter: nicolas-goudry
Maintainer: nicolas-goudry
Last Packager: nicolas-goudry
Votes: 1
Popularity: 0.001672
First Submitted: 2023-06-16 15:26 (UTC)
Last Updated: 2023-11-26 10:11 (UTC)

Latest Comments

reefland commented on 2023-11-28 15:10 (UTC)

This release failed with:

===========> Run unit test
go: updates to go.mod needed; to update it:
    go mod tidy
make: *** [Makefile:111: test] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...

Modified the build:

build() {
    cd "${srcdir}/${_pkgname}"
    go mod tidy
    make tidy cover build
}

Worked:

$ k8sgpt version
k8sgpt: dev (eb32a0f), built at: 2023-11-28T10:06:28Z

nicolas-goudry commented on 2023-10-08 19:27 (UTC)

@xeruf You may open an issue on the official github repository about that.

I just published new versions, you may also try to install the package from these.

xeruf commented on 2023-09-13 08:02 (UTC)

Unfortunately I am on a IPv4-only connection, and cannot set this up, any suggestions?

pkg/analysis/analysis.go:26:2: github.com/google/gnostic@v0.6.9: Get "https://proxy.golang.org/github.com/google/gnostic/@v/v0.6.9.zip": dial tcp: lookup proxy.golang.org on [2a02:2457:20c:101::126]:53: dial udp [2a02:2457:20c:101::126]:53: connect: network is unreachable