kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.25k stars 4.87k forks source link

Syntax error: Missing '}' #19321

Open Admiral-Piett opened 2 months ago

Admiral-Piett commented 2 months ago

What Happened?

Error running minikube start. I've tried both brew and binary installations. I'm on an Apple Silicon M3, if that makes any difference.

Screenshot 2024-07-23 at 11 07 14 AM

Attach the log file

logs.txt

Operating System

macOS (Default)

Driver

Docker

medyagh commented 2 months ago

@Admiral-Piett could u try a full delete and see if that fixes, you might have a wrong binary arch cached from previous attempts

"minikube delete --all --purge"

medyagh commented 2 months ago

/triage needs-information /kind support

Admiral-Piett commented 2 months ago

@medyagh Yep, sorry, I should have mentioned - I found that on another issue and tried that many times. Anything else I can check on?

Subterrane commented 1 month ago

Possible workaround in the comments of this other ticket: https://github.com/kubernetes/minikube/issues/19334