Anders Björklund

Results 173 issues of Anders Björklund

Due to a coding error, the memory metrics are returned for **both** types. Unfortunately the _real_ metrics are always zero, but that's another story...

Both the external `ssh-keyscan`, and a native go version

This is the greeting that new minikube users have seen in katacoda for _years_: ``` X The requested memory allocation of 2200MiB does not leave room for system overhead (total...

kind/bug
co/none-driver

The docs are running a "none" driver installation: https://kubernetes.io/docs/tutorials/hello-minikube/ ~~It is closing: https://www.oreilly.com/online-learning/leveraging-katacoda-technology.html~~ It would be nice if people could still run a minikube-based solution, for learning kubernetes ? ----...

kind/documentation

When using the "none" driver, the ~/.kube directory gets created as the "root" user. This makes the updating of ~/.kube/config fail, since it cannot write to the directory. ``` 🚫...

kind/bug
co/none-driver

This is an optimized "SET if not exists" command, which basically does an EXISTS call before the SET.

We made a new driver, without the password: * https://github.com/kubernetes/minikube/pull/16796 It could be backported to `docker-machine` if needed. It embeds the ssh keys on the disk image, instead.

``` [init] Using Kubernetes version: v1.28.4 [preflight] Running pre-flight checks [WARNING SystemVerification]: missing optional cgroups: hugetlb [preflight] Pulling images required for setting up a Kubernetes cluster [preflight] This might take...

enhancement

This will install the `lima-guestagent` in the instance. It will install `nerdctl-full.tgz`, if it has been enabled. Normally this is done by cidata, during the first boot... Here it is...