Automatic merge from submit-queue the component status health check should check whether the scheme of backend storage url is https or not fix https://github.com/kubernetes/kubernetes/issues/23897, when querying the component status of etcd (backend storage), the scheme of url is not checked and use `http` always, this commit aims to fix this.