From 7302a18e8fb4d93ceebebb618fa1c910a0aad1c7 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Thu, 7 Mar 2024 16:40:16 +0100 Subject: [PATCH] Add Status badges Signed-off-by: Carlos Eduardo Arango Gutierrez --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65cf16e4f..9cd87864b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NVIDIA device plugin for Kubernetes +[![End-to-end Tests](https://github.com/NVIDIA/k8s-device-plugin/actions/workflows/e2e.yaml/badge.svg)](https://github.com/NVIDIA/k8s-device-plugin/actions/workflows/e2e.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/NVIDIA/k8s-device-plugin)](https://goreportcard.com/report/github.com/NVIDIA/k8s-device-plugin) [![Latest Release](https://img.shields.io/github/v/release/NVIDIA/k8s-device-plugin)](https://github.com/NVIDIA/k8s-device-plugin/releases/latest) + ## Table of Contents - [About](#about)