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
The previous conditional assumes that all MacOS will be Apple Silicon, which causes issues. We should allow for the case where the target machine is an Intel Mac.
To reproduce
Execute the start script on an Intel Mac
Stack trace/error message
What's Next?
View a summary of image vulnerabilities and recommendations → docker scout quickview
+ kind create cluster --image tempkind
Creating cluster "kind" ...
✓ Ensuring node image (tempkind) 🖼
✗ Preparing nodes 📦
Deleted nodes: ["kind-control-plane"]
ERROR: failed to create cluster: could not find a log line that matches "Reached target .*Multi-User System.*|detected cgroup v1"
Expected Behavior
A kind cluster is created regardless of system architecture.
🐛 Bug
The previous conditional assumes that all MacOS will be Apple Silicon, which causes issues. We should allow for the case where the target machine is an Intel Mac.
To reproduce
Execute the start script on an Intel Mac
Stack trace/error message
Expected Behavior
A kind cluster is created regardless of system architecture.
System information
Please complete the following information:
Additional context
Fixed in #13545
The text was updated successfully, but these errors were encountered: