Nir Soffer

Results 341 comments of Nir Soffer

@henry3260 can you rebase to resolve the conflicts?

> > @henry3260 can you rebase to resolve the conflicts? > > Is there anything I can do to help get it merged? Yes, rebase on master and resolve the...

> When using `minikube start`, we can pass in multiple paths that we want to mount inside the container through the `mount-string` parameter, for example: > > ```shell > minikube...

> minikube mount ~/.asdf/:/tmp1/;~/.vscode/:/tmp2 We should not support such thing, we can accept multiple arguments: minikube mount "/a:/b" "/c:/d" But do can we mount multiple mounts with single mount command?...

I like option 2 - it never worked so we did not have this feature and nobody complained about it. Deleting the code that never worked is the most effective...

> A side quest is to merge as many of the "arch" packages as possible: Open a new issue about this?

@SkalaNetworks I don't think that rook should do stuff automatically. Rook does not handle failover or failback. You need another operator to orchestrate multi-cluster operations, such as [ramen](https://github.com/RamenDR/ramen). It will...

> ### What Happened? > Hi, thanks in advance for your help! I’m running Minikube on an Apple Silicon Mac in a corporate environment where the firewall is managed by...

> With firewall disabled, I was able to get the cluster up and running w/ connecitivity within VM: This proves that the issue is in the firewall. > I am...