loud-dress-14564
05/22/2023, 2:46 PMechoing-city-69785
05/24/2023, 6:14 PMflat-bird-89111
05/26/2023, 12:04 PM--quota-backend-bytes
, is this exposed by k3d?flat-bird-89111
05/26/2023, 12:30 PMk3d cluster create multiserver --servers 3
jolly-tailor-68729
05/26/2023, 5:21 PM.dockerconfigjson
secret and use imagePullSecrets
on each of the deployments.
This is what FAQ says to do.
# saved as e.g. $HOME/registries.yaml
configs:
"<http://docker.io|docker.io>":
auth:
username: "$USERNAME"
password: "$PASSWORD"
I have a k3d config yaml
registries:
create:
name: registry.local
hostPort: "9000"
config: |
mirrors:
<http://docker.io|docker.io>:
endpoint:
- "<http://host.k3d.internal:6000>"
configs:
"<http://docker.io|docker.io>":
auth:
username: "myusername"
password: "mypassword"
I have a registry mirror at localhost:6000
in Docker Engine (Docker Desktop).shy-pharmacist-48081
05/29/2023, 7:54 PMdocker run --privileged --name=k3d --hostname=k3d -p 6443:6443 rancher/k3d
...
subject=CN = docker:dind client
Getting CA Private Key
/certs/client/cert.pem: OK
ip: can't find device 'ip_tables'
modprobe: can't change directory to '/lib/modules': No such file or directory
...
level=warning msg="Running iptables --wait -t nat -L -n failed with message: `iptables v1.8.7 (legacy): can't initialize iptables table `nat': iptables who? (do you need to insmod?)\nPerhaps iptables or your kernel needs to be upgraded.`, error: exit status 3"
many-architect-98081
05/30/2023, 12:16 AMshy-pharmacist-48081
05/30/2023, 1:46 AMdocker pull <http://ghcr.io/k3d-io/k3d-tools:sha-1afe360|ghcr.io/k3d-io/k3d-tools:sha-1afe360>
sha-1afe360: Pulling from k3d-io/k3d-tools
Digest: sha256:8bead49614ce6313bfe8ed3c59cf6d662a60fbc02e7e083610a606c04907d1f5
Status: Downloaded newer image for <http://ghcr.io/k3d-io/k3d-tools:sha-1afe360|ghcr.io/k3d-io/k3d-tools:sha-1afe360>
if someone can let me know how to fix this i'll submit the PR tyshy-pharmacist-48081
05/30/2023, 1:59 AMdelightful-magazine-1348
05/31/2023, 3:36 AM--gpus='"device=1,2"'
, but, i entered the agent node container and got all gpus through running nvidia-smi
. i inspected the agent node container, and found the DeviceIDs is 1,2. so, why i got 8 gpus in agent node by running command nvidia-smi
?clean-egg-44033
06/05/2023, 9:28 PMclean-egg-44033
06/05/2023, 9:29 PMclean-egg-44033
06/05/2023, 9:31 PMclean-egg-44033
06/05/2023, 9:33 PMclean-egg-44033
06/05/2023, 9:34 PMworried-receptionist-67815
06/10/2023, 1:22 PMworried-receptionist-67815
06/10/2023, 1:22 PMclean-baker-10608
06/10/2023, 7:10 PMbitter-airplane-57370
06/15/2023, 9:36 AMenv
part of a running K3D cluster?
I created and populated a cluster (so I don't want to destroy it) but I need to edit env.sparse-rain-9439
06/18/2023, 1:51 PMhandsome-salesclerk-54324
07/12/2023, 3:04 PMeager-hair-74809
07/13/2023, 9:32 PMdocker ps
? What magic is at play here? 🙃handsome-salesclerk-54324
07/14/2023, 1:00 PMhandsome-salesclerk-54324
07/17/2023, 12:12 AMfancy-angle-74076
07/17/2023, 1:31 PMvolumes: # repeatable flags are represented as YAML lists
- volume: ${PWD}/cluster_storage/:/var/lib/rancher/k3s/storage/ # Volume for database and other storage
nodeFilters:
- server:0
- agent:*
I'm trying to get this to work properly for wsl2 and docker-for-win, but having some trouble. PVCs fail to start likely because the path is not mounting properly. Is there a guide or pattern somewhere that would help get k3d volume mounting working in wsl2 (ubuntu)?eager-hair-74809
07/17/2023, 5:07 PMeager-hair-74809
07/17/2023, 6:34 PMwide-garage-9465
07/17/2023, 6:37 PMair
to make that work for compiled languages ( Go in this case).
Otherwise there are e.g. tilt or skaffold for dev loops.
In acorn (acorn.io) we have a built-in dev mode even.delightful-magazine-1348
07/19/2023, 11:44 AMWaiting to retrieve agent configuration; server is not ready: failed to retrieve configuration from server: <https://127.0.0.1:6444/v1-k3s/config>: 401 Unauthorized
, now, server is ready and agents is not ready in k3d cluster, so what should i do for resolving this problem?handsome-salesclerk-54324
07/20/2023, 12:33 PM