wangyang0918 commented on PR #20090:
URL: https://github.com/apache/flink/pull/20090#issuecomment-1169601350

   Maybe we could try to remove the driver `none` and let the minikube select 
the driver automatically. We have removed the `none` driver in the 
flink-kubernetes-operator project.
   
   ```
   start_minikube
     shell: /usr/bin/bash -e {0}
     env:
       JAVA_HOME: 
/opt/hostedtoolcache/Java_Adopt_jdk/11.0.11-9/x6[4](https://github.com/apache/flink-kubernetes-operator/runs/7103609311?check_suite_focus=true#step:5:4)
   * Profile "minikube" not found. Run "minikube profile list" to view all 
profiles.
     To start a cluster, run: "minikube start"
   Starting minikube ...
   * minikube v1.26.0 on Ubuntu 20.04
   * Automatically selected the docker driver. Other choices: podman, ssh, none
   * Using Docker driver with root privileges
   * Starting control plane node minikube in cluster minikube
   * Pulling base image ...
   * Downloading Kubernetes v1.24.1 preload ...
   * Creating docker container (CPUs=2, Memory=2200MB) ...
   * Preparing Kubernetes v1.24.1 on Docker 20.10.17 ...
     - kubelet.image-gc-high-threshold=99
     - kubelet.image-gc-low-threshold=98
     - kubelet.minimum-container-ttl-duration=120m
     - 
kubelet.eviction-hard=memory.available<[5](https://github.com/apache/flink-kubernetes-operator/runs/7103609311?check_suite_focus=true#step:5:5)Mi,nodefs.available<1Mi,imagefs.available<1Mi
     - 
kubelet.eviction-soft=memory.available<5Mi,nodefs.available<2Mi,imagefs.available<2Mi
     - 
kubelet.eviction-soft-grace-period=memory.available=2h,nodefs.available=2h,imagefs.available=2h
     - Generating certificates and keys ...
     - Booting up control plane ...
     - Configuring RBAC rules ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to