-
### What happened?
Executed :
`ansible-playbook -i inventory/mycluster/inventory.ini --become-user=root upgrade-cluster.yml | tee -a upgrade_cluster_to_1-31-1.txt` to upgrade the cluster to 1.31.4…
-
It would be nice if the `nerdctl` utility was available with these packages.
-
### Actual Behavior
If I request 9 cores on the Kubernetes settings menu Rancher Desktop fails to start the cluster.
The culprit seems to be found when looking at ha.stderr.log:
```
{"level":"d…
-
### Description
Triggered this on `create`, but it is the same on run AFAIK.
If I am not mistaken, it seems to me that Docker is using:
`^[a-zA-Z0-9][a-zA-Z0-9_.+-]+$` (seen in `cli/cli/context/s…
-
### Description
I was wondering why we shell out to the tar binary instead of using golang `archive/tar`.
Looking at our code, I assume it is because of rootless/nsenter. Is this correct? Are ther…
-
### Rancher Desktop Version
0.7.1
### Rancher Desktop K8s Version
1.22.5
### What operating system are you using?
macOS
### Operating System / Build Version
macOS Monterey 12.1
### What CPU ar…
-
### What is the problem you're trying to solve
The nerdctl support arm64 but lacks the ci test.
supports
### Describe the solution you'd like
Fix the Fail tests OR skip it.
- FAIL: Test…
-
k8s 1.21.9 containerd 1.3.7 nerdctl 0.18.0
If two commit command are performed at the same time, one succeeds but the other one fails with a digest already exists error message.
Committed differ…
-
**Describe the bug**
A clear and concise description of what the bug is.
We upgraded from `0.15.1` to `0.15.2` and now a simple:
```sh
go get github.com/nats-io/nats.go@latest
```
Results …
-
### Description
When `nerdctl exec -it` is called on a running container, and stdout is kept open from a command invoked inside that shell, the exec shell hangs until the command exits.
Basical…