Skip to content

Install just doesn't work #11

@seprich

Description

@seprich

I followed your installation instructions on Ubuntu 22.04.3

$ git clone https://github.com/sh0rez/kubectl-neat-diff
$ cd kubectl-neat-diff
$ make install

Installed go via snap because clearly make install needs it even though not mentioned, but the tool makes it clear enough so no problem there. Here is how make install went:

> make install
CGO_ENABLED=0 go install -ldflags='-s -w -extldflags "-static"' .
> echo $?
0

However when I try to use:

> kubectl-nead-diff
kubectl-nead-diff: command not found

I'm not expert on GO or your library so I can't debug this and I shouldn't really have to. Why doesn't this just work or at least fail with better info about what is needed / what went wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions