many-artist-13412
04/24/2023, 2:44 PMmany-artist-13412
04/24/2023, 5:31 PMadorable-engine-54231
04/25/2023, 8:01 AMbitter-airplane-57370
04/25/2023, 8:16 AMDEFAULT_PATH_FOR_NON_LISTED_NODES
.
I noticed the local-path-provisionner use a kube-system/local-path-config
ConfigMap. But as this ConfigMap provide config.json
+ many other files, it is not simple to override the part I'm interested in. I suppose having two ConfigMap, one for config.json
and one for other files can help. But there is possibly an other approach for that.victorious-motorcycle-42827
04/27/2023, 2:11 PMbreezy-autumn-81048
04/28/2023, 7:25 AMv1.26.2+k3s1 (ea094d1d)
. When the pod is running on the server nodes everything works fine, but when it gets created on the agent nodes after some time it stops working, logs from the controller that is running in that pod on the agent node:
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE
READINESS GATES
actions-runner-system actions-runner-controller-798b5fdf46-7p9bn 1/2 CrashLoopBackOff 16 (3m12s ago) 84m 10.42.7.9 <http://yc3142.host.com|yc3142.host.com> <none>
Defaulted container "manager" out of: manager, kube-rbac-proxy
2023-04-28T06:31:29Z ERROR Failed to get API Group-Resources {"error": "Get \"<https://10.43.0.1:443/api?timeout=32s>\": dial tcp 10.43.0.1:443: i/o timeout"}
<http://sigs.k8s.io/controller-runtime/pkg/cluster.New|sigs.k8s.io/controller-runtime/pkg/cluster.New>
<http://sigs.k8s.io/controller-runtime@v0.14.4/pkg/cluster/cluster.go:161|sigs.k8s.io/controller-runtime@v0.14.4/pkg/cluster/cluster.go:161>
<http://sigs.k8s.io/controller-runtime/pkg/manager.New|sigs.k8s.io/controller-runtime/pkg/manager.New>
<http://sigs.k8s.io/controller-runtime@v0.14.4/pkg/manager/manager.go:359|sigs.k8s.io/controller-runtime@v0.14.4/pkg/manager/manager.go:359>
main.main
./main.go:173
runtime.main
runtime/proc.go:250
2023-04-28T06:31:29Z ERROR unable to start manager {"error": "Get \"<https://10.43.0.1:443/api?timeout=32s>\": dial tcp 10.43.0.1:443: i/o timeout"}
main.main
./main.go:188
runtime.main
runtime/proc.go:250
Was trying to check connectivity from the node <http://yc3142.host.com|yc3142.host.com>
directly:
nc -v 10.43.0.1 443
Ncat: Version 7.70 ( <https://nmap.org/ncat> )
Ncat: Connected to 10.43.0.1:443.
So, the node can access 10.43.0.1 on port 443, but can't get why the app stops working after some time on the agent nodes (again, on the master nodes works fine)
Firewalld is disabled. In the internal firewall, I have allowed all traffic.
Thanks in advance,refined-analyst-8898
04/28/2023, 12:56 PMalert-motherboard-87423
04/28/2023, 2:14 PMhostNetwork: true
pods can access the internet. I’m missing something ?? Please help me fix the issue.
Thanks,
Ashisglamorous-accountant-39131
04/30/2023, 6:54 AMapiVersion: <http://helm.cattle.io/v1|helm.cattle.io/v1>
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
persistence:
enabled: true
storageClass: local-path
certResolvers:
letsencrypt:
dnsChallenge:
provider: cloudflare
storage: /data/acme.json
But helm install pod always crash.
Logs says it cannot parse value
Error: failed to parse /config/values-10_HelmChartConfig.yaml: error converting YAML to JSON: yaml: line 7: mapping values are not allowed in this context
victorious-manchester-34720
05/01/2023, 5:39 AMhundreds-whale-25468
05/01/2023, 6:42 AMDeployment/local-path-provisioner
, Deployment/coredns
, Job/helm-install-traefik-crd
, Job/helm-install-traefik
, Deployment/metrics-server
, Deployment/traefik
.wonderful-parrot-66013
05/01/2023, 10:01 AMwonderful-parrot-66013
05/01/2023, 10:03 AMancient-belgium-74633
05/01/2023, 10:11 AMancient-belgium-74633
05/01/2023, 10:12 AMpowerful-computer-90462
05/01/2023, 7:29 PM192.168.5.15
but when I ping or curl I get timeout, does anyone know if I'm missing something ?
thanks in advance 🙂lively-wolf-56294
05/02/2023, 12:49 PMk3s.service
and k3s-server
takes >50% of CPU and a good chunk of RAM too. k3s check-config
passes. Checked the k3s logs but it looks normal to me.
What else could be done to address the High CPU use on arm64?breezy-autumn-81048
05/02/2023, 1:26 PMresolv.conf
file: INSTALL_K3S_EXEC="--resolv-conf=/etc/rancher/k3s/resolv.conf.
I changed resolv.conf
content, how to apply those changes to the K3S cluster? Is it enough to reboot the service?
Is there any need to add resolv.conf on all agent nodes or enough to add only on masters?
Br,handsome-autumn-77266
05/02/2023, 2:56 PMbored-farmer-36655
05/02/2023, 2:57 PMadventurous-magazine-8486
05/03/2023, 2:23 PMError: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "cgroup" to rootfs at "/sys/fs/cgroup": stat /run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/91a340ede5612d6b6d84046f23babf7263e418c8040f44b6bded8802820134e8/rootfs/sys/fs/kubepods-besteffort-pod2e3902cc_81b9_4dba_8157_cb7bccf8eb27.slice/cri-containerd-longhorn-ui.scope: no such file or directory: unknown
Any idea what may be going on?hundreds-evening-84071
05/03/2023, 4:49 PMConfiguring bootstrap node(s) custom-1ca8010bce3f: waiting for probes: kube-controller-manager, kube-scheduler
kubectl get nodes
shows everything is normal.
K3s version: v1.23.17+k3s1
I need some help understanding where the issue is?jolly-waitress-71272
05/03/2023, 5:06 PMdamp-umbrella-95144
05/03/2023, 6:16 PMyum remove -y k3s-selinux
step. Since there is no internet this step times out after a long time(5+mins I guess).
Shldn't we handle this case specifically for the airgap uninstallation?
Tried searching, but cldn't find any issue in reference to this.
Would appreciate any help on this.quick-dentist-45681
05/04/2023, 12:59 PMacceptable-belgium-2684
05/04/2023, 6:55 PMnice-pager-21194
05/07/2023, 4:12 PMacoustic-sunset-13848
05/09/2023, 7:39 PMmelodic-afternoon-55750
05/10/2023, 1:10 PMbored-cat-40546
05/10/2023, 7:51 PM