You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing the demo's. I was trying the samples by going through udemy and found sql deployment yaml on local file is not compatible with kubectl version v1.16 which I corrected to below one but after deployment I am still facing issue with pod getting crashed " Back-off restarting failed container"
Below template api version had to change to make it compatible with kubectl v1.16 and Selector section added rest I am using existing template.
PS C:\WINDOWS\system32> minikube start
* minikube v1.5.2 on Microsoft Windows 10 Pro 10.0.18362 Build 18362
* Tip: Use 'minikube start -p <name>' to create a new cluster, or 'minikube delete' to delete this one.
* Starting existing hyperv VM for "minikube" ...
* Waiting for the host to be provisioned ...
* Preparing Kubernetes v1.16.2 on Docker '18.09.9' ...
* Relaunching Kubernetes using kubeadm ...
* Waiting for: apiserver
* Done! kubectl is now configured to use "minikube"
Help on this will be much appreciated. I am trying to run minikube locally
Thanks for sharing the demo's. I was trying the samples by going through udemy and found sql deployment yaml on local file is not compatible with kubectl version v1.16 which I corrected to below one but after deployment I am still facing issue with pod getting crashed " Back-off restarting failed container"
Below template api version had to change to make it compatible with kubectl v1.16 and Selector section added rest I am using existing template.
Help on this will be much appreciated. I am trying to run minikube locally
The text was updated successfully, but these errors were encountered: