mirror of https://github.com/k3s-io/k3s
Disable kubernetes-discovery in local-up-cluster.sh
parent
470222e0bb
commit
9070e3b161
|
@ -802,7 +802,7 @@ if [[ "${START_MODE}" != "kubeletonly" ]]; then
|
|||
start_etcd
|
||||
set_service_accounts
|
||||
start_apiserver
|
||||
start_discovery
|
||||
# start_discovery
|
||||
start_controller_manager
|
||||
start_kubeproxy
|
||||
start_kubedns
|
||||
|
|
Loading…
Reference in New Issue