From 5b0b158119bfa9b6ab8886506a4157d140083ea3 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Tue, 2 Jul 2024 16:53:14 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=91ado=20entra=20y=20verimg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LyricsPy/K8S/entra.sh | 1 + LyricsPy/K8S/verImg.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 LyricsPy/K8S/entra.sh create mode 100644 LyricsPy/K8S/verImg.sh diff --git a/LyricsPy/K8S/entra.sh b/LyricsPy/K8S/entra.sh new file mode 100644 index 0000000..e41ec11 --- /dev/null +++ b/LyricsPy/K8S/entra.sh @@ -0,0 +1 @@ +kubectl exec -ti deployment.apps/lyrics -- /bin/bash \ No newline at end of file diff --git a/LyricsPy/K8S/verImg.sh b/LyricsPy/K8S/verImg.sh new file mode 100644 index 0000000..bfef918 --- /dev/null +++ b/LyricsPy/K8S/verImg.sh @@ -0,0 +1 @@ +docker run -it creylopez/lyrics:5.3 bash