0

For reasons of resources (memory and processor), I cannot install Minikube on my pc. While I need it to use Cloud Code's Cloud Run Emulator. I replaced Minikube with Kind and wanted to know how to configure Cloud Code to use Kind.

Ezekias BOKOVE
  • 148
  • 1
  • 7
  • From what I have found in docs, no additional configuration is required for kind. Just make sure that your local kubeconfig file mentiones kind cluster and that's it. If you can use kubectl, you should also be able to use Cloud Code. Let me know if this works as mentioned. – Matt Nov 16 '20 at 11:36
  • When I launch Run on Cloud Run Emulator automatically, it triggers minikube despite having modified the local kubeconfig configuration of my cluster. – Ezekias BOKOVE Nov 16 '20 at 22:46

1 Answers1

1

Unfortunately it looks like Cloud Code doesn't currently support configuring the Cloud Run Emulator to use anything other than minikube.

Updating your kubeconfig with your kind cluster works for running on Kubernetes with Cloud Code, but not for Cloud Run.

Looks like you might be stuck with running locally using Docker if you can't install minikube.

kelsk
  • 138
  • 1
  • 7