From 17ddcfbbcd279f891d6e75df3140c60da9af5bd0 Mon Sep 17 00:00:00 2001 From: Tom English Date: Thu, 21 Dec 2023 16:19:18 -0500 Subject: [PATCH] Corrected markdown --- docs/03-compute-resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index cc3f7ea..53472b9 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -224,7 +224,7 @@ done > The azure VMs will have the username `azureuser`. The only method of authentication available will be public key, with the key in question stored at $HOME/.ssh/k8sthehardway -> :warning NOTE :warning: These VMs are accessible on the internet. Adding proper security beyond public key authentication is beyond the scope of this tutorial, so be very sure clean them up when you are done +> :warning:WARNING:warning:: These VMs are accessible on the internet. Adding proper security beyond public key authentication is beyond the scope of this tutorial, so be very sure clean them up when you are done ### Kubernetes Workers @@ -273,7 +273,7 @@ done > The azure VMs will have the username `azureuser`. The only method of authentication available will be public key, with the key in question stored at $HOME/.ssh/k8sthehardway -> :warning NOTE :warning: These VMs are accessible on the internet. Adding proper security beyond public key authentication is beyond the scope of this tutorial, so be very sure clean them up when you are done +> :warning:WARNING:warning:: These VMs are accessible on the internet. Adding proper security beyond public key authentication is beyond the scope of this tutorial, so be very sure clean them up when you are done ### Verification