Skip to content

Commit

Permalink
doc: update krectl docs (#641)
Browse files Browse the repository at this point in the history
Co-authored-by: Angel Luis Piquero <[email protected]>
  • Loading branch information
alpiquero and alpiquero authored Jul 19, 2022
1 parent 0cfa8cd commit 93e19a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Install](#install)
- [Development](#development)
- [Requirements](#requirements)
- [Basic usage](#basic-usage)
- [Local Environment](#local-environment)
- [Login](#login)
- [Versioning lifecycle](#Versioning-lifecycle)
Expand Down Expand Up @@ -146,6 +147,13 @@ pre-commit install-hooks

## Local Environment

### Requirements

* [Minikube](https://minikube.sigs.k8s.io/docs/start/) >= 1.26
* [Docker](https://docs.docker.com/get-docker/) >= 18.9, if used as driver for Minikube. Check [this](https://minikube.sigs.k8s.io/docs/drivers/) for a complete list of drivers for Minikube

### Basic usage

This repo contains a tool called `./krectl.sh` to handle common actions you will need during development.

All the configuration needed to run KRE locally can be found in `.krectl.conf` file. Usually you'd be ok with the
Expand Down

0 comments on commit 93e19a0

Please sign in to comment.