polite-engineer-55788
09/27/2022, 4:43 PMdocker network create --opt “com.docker.network.driver.mtu”=“1450"\
“${DOCKER_NETWORK_NAME}” || true
polite-engineer-55788
09/28/2022, 4:13 AMeager-cartoon-94692
10/03/2022, 9:41 PMabundant-pharmacist-5287
10/09/2022, 11:17 AMk3d cluster create abc
abundant-pharmacist-5287
10/09/2022, 11:17 AM$ kpodall [13:10:31]
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system coredns-b96499967-np7z8 1/1 Running 0 118s
kube-system local-path-provisioner-7b7dc8d6f5-5tf6p 1/1 Running 0 118s
kube-system helm-install-traefik-crd-vc5ff 0/1 Completed 0 119s
kube-system helm-install-traefik-7rt4l 0/1 Completed 1 119s
kube-system metrics-server-668d979685-2z7qx 1/1 Running 0 118s
kube-system traefik-7cd4fcff68-hr62c 1/1 Running 0 97s
kube-system svclb-traefik-e4c1ae56-6hbkx 0/2 CrashLoopBackOff 6 (48s ago) 97s
The traefik load balancer keeps on crashing. Is this known behavior for fedora 36?
In a previous cluster this ended with a message:
Warning FailedScheduling 50m (x18 over 136m) default-scheduler 0/1 nodes are available: 1 node(s) didn't have free ports for the requested pod ports. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod.
billowy-bird-32869
10/13/2022, 9:44 AM/var/lib/rancher/k3s/server/manifests/
and in that resource, I have used spec.set to change the value of some property. The value to the property is delivered via an environment variable at the moment as I cannot think of any other way after looking at the options from k3s. Would someone have an idea, how I could parametrize my chart or if the way I have done it is correct, how do I supply the value. Thanks.
Sample:
spec:
helmVersion: v3
repo: <https://charts.gitlab.io>
chart: gitlab-runner
targetNamespace: gitlab-runners
set:
runners.tags: "$my_tag"
famous-motherboard-75381
10/17/2022, 10:15 AMfamous-motherboard-75381
10/17/2022, 10:17 AMmelodic-market-42092
10/18/2022, 10:56 AMk3d image import ..
? We are seeing this a lot in our CI, and it's difficult to debughandsome-kilobyte-1423
10/20/2022, 5:58 AMgifted-motorcycle-96530
10/25/2022, 7:23 PMk3d
and trying to convert a shell script with (literally) ~25 port settings, all for @server[0]
to a YAML file.
From my read I would need to create a YAML that looks like this (my example is incomplete, just focused on the port
and nodeFilters
elements):
apiVersion: <http://k3d.io/v1alpha4|k3d.io/v1alpha4>
kind: Simple
ports:
- port 123:456
nodeFilters:
- server:0
- port 234:567
nodeFilters:
- server:0
- port 345:678
nodeFilters:
- server:0
- ...
Do I understand correctly?
Is there a way to specify:
1. A nodeFilters
that would apply to ALL ports,
2. A default nodeFilters
that can be overridden if needed, and/or
3. Be able to create a group of ports and then apply the node filters to the group?
Thank you in advance for the help.gorgeous-battery-45190
10/29/2022, 6:18 PM--network=host
? Documentation only says there can be 1 server but it's not clear if that's in total or per clustergifted-motorcycle-96530
11/09/2022, 10:17 PMdlv
). See thread for details.quick-midnight-5000
11/11/2022, 7:37 PMgreat-egg-9736
11/18/2022, 2:14 AMk3d cluster create --api-port 6550 -p "8081:80@loadbalancer" --agents 3
but how can I have multiple port mapping to use ingress to handle multiple k8s services/apps?
I would like to do something like
k3d cluster create --api-port 6550 -p "7001-7001:8081-80@loadbalancer" --agents 3
is that possible?polite-engineer-55788
11/18/2022, 5:02 AMmany-telephone-82541
11/18/2022, 1:33 PMbig-librarian-12753
11/21/2022, 10:06 AMcurved-van-8914
12/01/2022, 10:15 PMrefined-memory-51625
12/07/2022, 8:53 PMstocky-beard-10620
12/13/2022, 8:22 PMmillions-sunset-36049
12/19/2022, 4:38 AMregistry-create
flag is it possible to specify a volume that will be used to store/cache the images? This is to allow the cache to persist in the event the cluster is deleted. I got a k3d managed local registry to work using registry-use
and registry-config
but unfortunately it doesn't play nice with Tilt.some-art-28895
12/20/2022, 5:59 AMadventurous-judge-82125
12/21/2022, 12:03 PMalert-motherboard-33953
12/22/2022, 10:27 AMalert-motherboard-33953
12/22/2022, 10:27 AMalert-motherboard-33953
12/22/2022, 10:27 AMkubectl get all
error: You must be logged in to the server (Unauthorized)
alert-motherboard-33953
12/22/2022, 10:28 AMripe-yacht-78857
12/27/2022, 10:54 AMbroad-laptop-19151
01/10/2023, 1:01 PMK3D_REGISTRY_CONFIG
, which is supposed to work if using standard Viper, to the path of my registries file, but that does not work. Any pointers? 😄