Skip to content

Commit 4184e86

Browse files
cameronmeissnerCameron Meissner
andauthored
chore(client): cleanup README (#137)
Co-authored-by: Cameron Meissner <[email protected]>
1 parent 3884141 commit 4184e86

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

client/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Client
22

3-
[![Client module test coverage](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/client-coverage.yaml/badge.svg)](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/client-coverage.yaml)
4-
[![golangci-lint](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/golangci-lint.yaml/badge.svg)](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/golangci-lint.yaml)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/Azure/aks-secure-tls-bootstrap/client)](https://goreportcard.com/report/github.com/Azure/aks-secure-tls-bootstrap/client)
4+
[![Unit Tests](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/client-coverage.yaml/badge.svg)](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/client-coverage.yaml)
5+
[![Binary Build](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/client-build.yaml/badge.svg)](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/client-build.yaml)
6+
[![golangci-lint](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/client-golangci-lint.yaml/badge.svg)](https://github.com/Azure/aks-secure-tls-bootstrap/actions/workflows/client-golangci-lint.yaml)
57

6-
This module implements the AKS Secure TLS Bootstrap client, used to bootstrap kubelet client certificates without the need for TLS bootstrap tokens.
8+
This module implements the AKS Secure TLS Bootstrap client, used as an alternative to [TLS bootstrapping](https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/) for securely joining agent nodes to AKS control planes.

0 commit comments

Comments
 (0)