Skip to content

Commit

Permalink
Clean up installation docs (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh authored Mar 7, 2024
1 parent 546a558 commit 2fede2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,19 @@ And you can even describe:
kubectl d describe <daemonset> [-N <node>] # node optional
```

## Building
## Installing

The easiest way to install, right now, is to grab the right build from our
[releases](https://github.com/jaymzh/kubectl-daemons/releases) page, and drop
the binary (`kubectl-d`) in your PATH.

If you get an error like "macOS cannot verify this app..." see [this page](
https://zaiste.net/os/macos/howtos/resolve-macos-cannot-be-opened-because-the-developer-cannot-be-verified-error/).

We've submitted this plugin to Kraw, and will update these installation
instructions once that's merged.

## Building from source

The quick-n-easy way to build is:

Expand Down
2 changes: 1 addition & 1 deletion cmd/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func newDshLogCommand(

cmd := &cobra.Command{
Use: "log",
Short: "Logs for <ds>",
Short: "get logs for <ds>",
Args: cobra.MatchAll(cobra.ExactArgs(1)),
RunE: func(cmd *cobra.Command, args []string) error {
return dshLog.getLogs(
Expand Down

0 comments on commit 2fede2b

Please sign in to comment.