Bright Zheng

Results 12 issues of Bright Zheng

Hi folks, just wanted to learn how my cli built on cobra can read stdin as the parameter. For example: ``` my_cli -c a.config ``` should be the same as:...

kind/support

Two changes were made in this PR: - Fixed (or worked around) an issue in `cgroups` v2 enabled Docker, say in `v20.10+`, and maybe `containerd`; - Added (optional) "user" in...

Just tried it on my new Mac with M1 chip but failed because of CPU arch: ```sh $ footloose create -c ubuntu18.04-1.yaml INFO[0001] Pulling image: quay.io/footloose/ubuntu18.04 ... INFO[0019] Creating machine:...

I found that the SSH pub key is hardcoded to be in `/root/.ssh` which indicates that the SSH user is actually `root`. In this case, if I run `footloose ssh`...

I'm seeing the `/etc/resolv.conf` has contents like: ``` root@ubuntu-0:~# cat /etc/resolv.conf nameserver 127.0.0.11 options ndots:0 ``` While digging into the Docker network, it's like: ```json [ { "Name": "footloose-cluster", "Id":...

I'm not sure whether someone has done this before but I'm experimenting this idea, which might be crazy: to spin up a "full-fledged" Kubernetes on footloose. ```sh Management traffic -->...

It may not be that common to update the config after `footloose start` -- you may argue that why not just delete and start again. But there is a potential...

Just tried `Gemma` model but not sure why it performed that bad. ```sh ollama pull gemma:2b ollama run gemma:2b ``` **So is it the model issue or the model hosted...

Some volume folders created with an unexpected different user `user`, which is my **_current OS login user,_** which is NOT expected. ```console $ ls -al /storage/ total 24 drwxrwxrwx 6...

**What needs to be changed?** Describe the update that is required. When trying to quickly walk through the Java manual instrumentation doc [here](https://opentelemetry.io/docs/instrumentation/java/manual/), I found a series of issues even...

bug
sig:java