adding txt file to store node name

This commit is contained in:
Simon Belmas
2024-06-27 14:55:36 +02:00
parent 60048f74c7
commit 13dc53688d
2 changed files with 3 additions and 2 deletions

View File

@@ -34,4 +34,4 @@ cat <<EOF >index.html
EOF
echo '{"node": "'${KUBE_NODE_NAME}'"}' > kube-node.json
echo -n ${KUBE_NODE_NAME} > kube-node.txt