- ๐ Hi, Iโm @Jannette Wang.You might recognize me as GitHub's starter.
- ๐ Iโm interested in Azure Cloud and Automation.
- ๐ฑ Iโm currently working as Terraform enabler.
- ๐๏ธ Iโm looking to collaborate on any of DevOps, Cloud, Web or Mobile Apps Team.
- ๐ซ How to reach me @github.
| Rank | Languages |
|---|---|
| 1 | .Net |
| 2 | JSON |
| 3 | Python |
| 4 | React |
| 5 | NodeJS |
minikube start minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes.
All you need is Docker (or similarly compatible) container or a Virtual Machine environment, and Kubernetes is a single command away: minikube start
Installing...
๐ minikube v1.25.2 on Microsoft Windows 10 Enterprise 10.0.19042 Build 19042 โจ Automatically selected the hyperv driver ๐ฟ Downloading VM boot image ... > minikube-v1.25.2.iso.sha256: 65 B / 65 B [-------------] 100.00% ? p/s 0s > minikube-v1.25.2.iso: 237.06 MiB / 237.06 MiB [] 100.00% 8.65 MiB p/s 28s ๐ Starting control plane node minikube in cluster minikube ๐พ Downloading Kubernetes v1.23.3 preload ... > preloaded-images-k8s-v17-v1...: 505.68 MiB / 505.68 MiB 100.00% 9.85 MiB ๐ฅ Creating hyperv VM (CPUs=2, Memory=4000MB, Disk=20000MB) ... ๐คฆ StartHost failed, but will try again: creating host: create: precreate: Hyper-V PowerShell Module is not available ๐ฅ Creating hyperv VM (CPUs=2, Memory=4000MB, Disk=20000MB) ... ๐ฟ Failed to start hyperv VM. Running "minikube delete" may fix it: creating host: create: precreate: Hyper-V PowerShell Module is not available
๐ฟ Related issue: kubernetes/minikube#9040