microscopic-sandwich-7442
12/21/2022, 12:43 AMeager-church-7365
12/21/2022, 1:33 PMcolossal-lamp-42263
12/21/2022, 10:12 PMgray-teacher-461
12/21/2022, 10:32 PMgray-teacher-461
12/21/2022, 10:32 PMquick-keyboard-83126
12/22/2022, 4:56 AMGithub
-> GitHub
)quick-keyboard-83126
12/22/2022, 7:44 AM% docker compose up
[+] Running 0/2
⠿ redis Error 10.1s
⠿ db Error 10.1s
Error response from daemon: Get "<https://registry-1.docker.io/v2/>": dial tcp: lookup <http://registry-1.docker.io|registry-1.docker.io> on 192.168.5.3:53: read udp 192.168.5.15:35914->192.168.5.3:53: i/o timeout
magnificent-photographer-91186
12/22/2022, 8:35 AMquick-keyboard-83126
12/22/2022, 8:39 AM% cat ~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml
mountType: 9p
sparse-monitor-30665
12/22/2022, 3:17 PMswift-wall-53633
12/23/2022, 10:49 AMExpose Rancher Desktop's Kubernetes configuration and Docker socket to Windows Subsystem for Linux (WSL) distros
But I have to run as root, or else I get :
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "<http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json>": dial unix /var/run/docker.sock: connect: permission denied
Because
$ ls -l /var/run/docker.sock
srwxr-xr-x 1 root root 0 Dec 12 13:46 /var/run/docker.sock
I'd like to run with some group membership, so I can run docker cli as a normal userlimited-microphone-86044
12/25/2022, 6:04 PMbrave-morning-61178
12/27/2022, 1:48 PMloud-vase-4511
12/27/2022, 8:13 PMlittle-advantage-6920
12/28/2022, 9:49 PMlittle-advantage-6920
12/28/2022, 9:50 PMlittle-advantage-6920
12/28/2022, 9:51 PMloud-greece-30395
12/29/2022, 7:10 AMadamant-france-62364
12/29/2022, 12:24 PM/Users/$USER/.aws
in my containers, given that /Users/$USER
is mounted in the host node by default.
Is there a way to express this in the Pod's volume and container's volumeMount generically?
The problem being that the value of $USER is not known in the cluster.
A few ideas:
• Use mountPoint in overlay.yaml to elide the $USER
mounts:
- location: "~/.aws"
mountPoint: /user-aws
• Use subPathExpr in volumeMount in combination with $USER env var
volumeMounts:
- name: users # /Users
subPathExpr: $(USER)/.aws
• Use helm or kpt to substitute
Other ideas?loud-vase-4511
12/29/2022, 5:07 PMgray-river-53365
12/30/2022, 1:35 PMERROR: failed to solve: failed to do request: Head "<https://registry.my.domain/v2/library/base/blobs/sha256:c3e6129b48b69d14c5e7a5605e2b94003fb71aac82eac46b8689f5b8007af2c5>": x509: certificate signed by unknown authority
I already tried modifying the docker.json
file (see https://docmoa.github.io/01-Infrastructure/Container/rancher-desktop-insecure-setup-mac.html) but that didn’t resolve the issue.icy-magazine-59042
12/31/2022, 8:15 PMINFO: Environment: CATTLE_ADDRESS=192.168.125.212 CATTLE_CA_CHECKSUM=b613734ff8828536815451b443d012a82e583af53b50291f4940f6bdf32a8204 CATTLE_CLUSTER=true CATTLE_CLUSTER_AG │
INFO: Using resolv.conf: search cattle-system.svc.cluster.local svc.cluster.local cluster.local nameserver 10.96.0.10 options ndots:5 │
ERROR: <https://rancher.my.local.domain/ping> is not accessible (Could not resolve host: rancher.my.local.domain)
if i install rancher directly (via helm) on top of the “external” cluster (no rancher on M1) i can reach rancher ui from anywhere and play with the “external” k8-cluster (funny thing: here, i dont neet to configure hosts-Files, only the A record in the DNS-Server )
10.96.0.10 is the coredns service at the external k8 cluster. the service is configured to NOT use resolve.con, my own dns server and google dns instead.
Any idea whats going wrong or i v to configure ?millions-twilight-84558
01/02/2023, 12:27 PMquick-keyboard-83126
01/03/2023, 7:36 PMAllowed Images
to Limit Allowed Images
?quick-keyboard-83126
01/04/2023, 5:57 AM| qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
eager-potato-98069
01/04/2023, 10:30 AMmagnificent-napkin-96586
01/04/2023, 6:08 PMnerdctl
gives problems in Windows command (cmd) as an Admin
or Powershell as an Admin
. How are you running your shell?great-angle-89634
01/04/2023, 9:06 PMmagnificent-jackal-25711
01/04/2023, 9:24 PMabundant-fall-57530
01/04/2023, 11:56 PM