Medya Ghazizadeh
Medya Ghazizadeh
@willnorris that sounds reasonable to automatically set it to "public" and also good idea to print a warning to the user. admitably I don't know enough about other use cases...
> https://github.com/helm/helm/pull/7917/files thanks for the response, I know about the grouping "the commands", (we have added that feature to minikube using the kubectl's lib), but that does Not help with...
+1 fixes this https://github.com/tcnksm/gcli/issues/80
hi @ameukam this is merely on the Github Permissions to add "google cloud build app" to be added to the org, so we can use it in our release process...
> > without having to move our google cloud credentials (used for publishing binaries and images) outside google cloud project . > > @medyagh Few questions: > > 1. IIUC...
ping @kubernetes/owners @ameukam
same issue, tired it with minikube ``` $ go-callvis ./cmd/minikube panic: in crypto/sha512.Sum384: cannot convert slice t0[:] ([]byte) to *[48]byte goroutine 15576 [running]: golang.org/x/tools/go/ssa.emitConv(0x14038d55680, {0x102848cb8, 0x1406f5d8780}, {0x102844788?, 0x1400f66e330}) /Users/medya/go/pkg/mod/golang.org/x/[email protected]/go/ssa/emit.go:242 +0x6b8...
> After restart am still getting above error and timeout. > > Not sure why: > > `❗ This VM is having trouble accessing https://k8s.gcr.io` > > ??? you must...
it seems like this test started to fail after Dec 31, 2021 https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=Docker_Linux&test=TestNetworkPlugins/group/calico/Start the first failure is https://storage.googleapis.com/minikube-builds/logs/master/22370/Docker_Linux.html#fail_TestNetworkPlugins/group/calico/Start and last failure is https://storage.googleapis.com/minikube-builds/logs/master/26689/Docker_Linux.html#fail_TestNetworkPlugins/group/calico/Start This is one of only two tests...
@ckannon here is the file that has Calico templates https://github.com/medyagh/minikube/blob/f922ae914efdf35b68ecc2da4772f7c93220972c/pkg/minikube/cni/calico.yaml#L2 we generally copy that from upstream project and then templatize it (for alternative image repositories) ( hopefully one day we...