Skip to content

Commit

Permalink
fixing @sommaritane suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka committed Dec 17, 2020
1 parent 4508144 commit ac98170
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AbsaOSS/k3d-action
Easy to use GitHub action allows you to test single/multi-cluster apps with additional private registry support.
A GitHub Action to run lightweight ephemeral Kubernetes clusters during workflow.

- [Introduction](#introduction)
- [Getting started](#getting-started)
Expand Down Expand Up @@ -66,7 +66,9 @@ configuration looks like this :
cluster-name: "test-cluster-1"
args: --agents 1
```
k3d creates a cluster with one worker node (having traefik and metrics services), one agent and one default load-balancer node. In real scenarios you might prefer to do some port mapping and disable default load balancer. Such an action would look like this:
k3d creates a cluster with one worker node (with [traefik](https://traefik.io/) and metrics services), one agent and one
default load-balancer node. In real scenarios you might prefer to do some port mapping and disable default load balancer.
Such an action would look like this:
```yaml
- uses: AbsaOSS/[email protected]
name: "Create Single Cluster"
Expand Down

0 comments on commit ac98170

Please sign in to comment.