Skip to content

Commit

Permalink
Adding kubeconfig as pre requisite in BUILD.md (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar2366 committed Oct 6, 2022
1 parent c2a8e32 commit a83a548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ The [Makefile](Makefile) provides a set of targets to help simplify the build
tasks. To ensure cross-platform consistency, many of these targets use Docker
to spawn build containers based on the `ghcr.io/kanisterio/build` public image.

For `make test` to succeed, a valid `kubeconfig` file must be found at
`$HOME/.kube/config`. See the Docker command that runs `make test` [here](https://github.com/kanisterio/kanister/blob/fa04d77eb6f5c92521d1413ddded385168f39f42/Makefile#L219).

Use the `check` target to ensure your development environment has the necessary
development tools:

Expand Down

0 comments on commit a83a548

Please sign in to comment.