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 <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2024-07-15 07:36:06 -07:00
parent edd84f4a65
commit 7480de28a4
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -1,9 +1,4 @@
# Kubernetes Cluster with Containerd # Kubernetes Cluster with Containerd
<p align="center">
<img src="https://kubernetes.io/images/favicon.png" width="50" height="50">
<img src="https://containerd.io/img/logos/icon/black/containerd-icon-black.png" width="50" >
</p>
This document provides the steps to bring up a Kubernetes cluster using ansible and kubeadm tools. This document provides the steps to bring up a Kubernetes cluster using ansible and kubeadm tools.