Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kubeletonly (0.3 sec)

  1. hack/local-up-cluster.sh

    elif [[ "${START_MODE}" == *"nokubelet"* ]]; then
      echo
      echo "No kubelet was started because you set START_MODE=nokubelet"
      echo "Run this script again with START_MODE=kubeletonly to run a kubelet"
    fi
    
    if [[ "${START_MODE}" != "kubeletonly" ]]; then
      echo
      if [[ "${ENABLE_DAEMON}" = false ]]; then
        echo "To start using your cluster, you can open up another terminal/tab and run:"
      else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top