From 7480de28a4e75c64cc00d78e426e428cff889bb2 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Mon, 15 Jul 2024 07:36:06 -0700 Subject: [PATCH] Remove static link to images outside of the repository If an image is needed, it should be in the repository. In this case the logo images are not necessary. Signed-off-by: Derek McGowan --- contrib/ansible/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/ansible/README.md b/contrib/ansible/README.md index 80b54b577..2d6986495 100644 --- a/contrib/ansible/README.md +++ b/contrib/ansible/README.md @@ -1,9 +1,4 @@ # Kubernetes Cluster with Containerd -

- - -

- This document provides the steps to bring up a Kubernetes cluster using ansible and kubeadm tools.