Closed onlydole closed 1 year ago
Currently the logic in entrypoint.sh does a check to set the value of KUBERNETES_VERSION but due to the lack of exports in each step, it never updates the values.
entrypoint.sh
KUBERNETES_VERSION
Currently the logic in
entrypoint.sh
does a check to set the value ofKUBERNETES_VERSION
but due to the lack of exports in each step, it never updates the values.