Skip to content

Commit

Permalink
[kjobctl] Install CRDs guide. (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi authored Nov 26, 2024
1 parent 2b001bc commit fcc3209
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion cmd/experimental/kjobctl/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@

Installing the `kubectl-kjob` plugin, `kjobctl`.

## Installing From Source
## Installing

### From source

```bash
make kubectl-kjob
sudo mv ./bin/kubectl-kjob /usr/local/bin/kubectl-kjob
```

## Installing CRDs

### Using printcrds command

```bash
kubectl-kjob printcrds | kubectl apply --server-side -f -
```

### From source

```bash
make install
```

## Kjobctl

Additionally, you can create an alias `kjobctl` to allow shorter syntax.
Expand Down

0 comments on commit fcc3209

Please sign in to comment.