Skip to content

Commit

Permalink
add badges to readme and fix minor issue in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Metz committed Sep 26, 2020
1 parent 696b2fa commit 8452f54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- ./Dockerfile
branches:
- master ]
- master
create:
tags:
- v*
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/wasfree/toolkit)](https://hub.docker.com/repository/docker/wasfree/toolkit)
[![Docker Build](https://img.shields.io/github/workflow/status/wasfree/toolkit/build-push)](https://github.com/wasfree/toolkit/actions?query=workflow%3Abuild-push)

# Toolkit container

This container will provide all required tools to debug Kubernetes cluster issues.

## Prerequisites
- [kubectl](https://kubernetes.io/de/docs/tasks/tools/install-kubectl/)
- [kubeconfig](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) (working kubeconfig for your cluster)

## Quick Start

Deploy toolkit container as pod into your Kubernetes cluster and login:
Expand Down

0 comments on commit 8452f54

Please sign in to comment.