diff --git a/README.md b/README.md index 6303ffb..17bde3a 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,7 @@ Feel free to customize *replicas* and *content-git-repo* in *config* folder. Git will be displayed in an iframe with node name on top. +Nnode name is displayed on the top of the page and also in kube-node.json + + Thanks to https://github.com/amoldalwai/RoadFighter.git for having something fun to display. diff --git a/config/init.sh b/config/init.sh index 2d6f8b3..861d81c 100644 --- a/config/init.sh +++ b/config/init.sh @@ -33,3 +33,5 @@ cat <index.html EOF +echo '{"node": "'${KUBE_NODE_NAME}'"}' > kube-node.json +