rapid-translator-28545
02/05/2025, 12:27 PMhelm install dashboard kubernetes-dashboard/kubernetes-dashboard
there I checked the pod
kubectl get pods -n default
NAME READY STATUS RESTARTS AGE
dashboard-kong-f6f7bb456-sb7kd 0/1 Init:0/1 0 29s
when i checked the kubectl -n default describe pod dashboard-kong-f6f7bb456-sb7kd
in the end it's shown
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 47s default-scheduler Successfully assigned default/dashboard-kong-f6f7bb456-sb7kd to k3d-mycluster-server-0
Warning FailedCreatePodSandBox 8s (x4 over 48s) kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox image "rancher/mirrored-pause:3.6": failed to pull image "rancher/mirrored-pause:3.6": failed to pull and unpack image "docker.io/rancher/mirrored-pause:3.6": failed to resolve reference "docker.io/rancher/mirrored-pause:3.6": failed to do request: Head "<https://registry-1.docker.io/v2/rancher/mirrored-pause/manifests/3.6>": tls: failed to verify certificate: x509: certificate signed by unknown authority
Due to that I'm not able to run port forwarding
$: kubectl -n default port-forward svc/dashboard-kong-proxy 8443:443
error: unable to forward port because pod is not running. Current status=Pending
Please help me to resolve thiswide-garage-9465
02/05/2025, 1:07 PMwide-garage-9465
02/05/2025, 1:07 PMrapid-translator-28545
02/05/2025, 1:38 PMrapid-translator-28545
02/07/2025, 2:27 PMwide-garage-9465
02/07/2025, 2:47 PMrapid-translator-28545
02/07/2025, 3:11 PMwide-garage-9465
02/07/2025, 3:13 PMrapid-translator-28545
02/07/2025, 3:17 PMMounting the CA Certificate from your host into the node containers at start time via k3d cluster create --volume /path/to/your/certs.crt:/etc/ssl/certs/yourcert.crt
creamy-pencil-82913
02/07/2025, 4:04 PMrapid-translator-28545
02/07/2025, 4:17 PMwide-garage-9465
02/07/2025, 4:43 PMrapid-translator-28545
02/07/2025, 6:50 PMk3d cluster create feature-flag-demo \
--volume ~/corporate.com.cer:/etc/ssl/certs/corporate-ca.crt \
--registry-config ~/.k3d/registries.yaml
I tried creating cluster with above command but still same issue
it's output looks like below
WARN[0000] No node filter specified
INFO[0000] Prep: Network
INFO[0000] Re-using existing network 'k3d-feature-flag-demo' (6b4e9b2a6ce39e13efe4d0a9487e2dda4ff15103d0f9e10350355cb768d394dc)
INFO[0000] Created image volume k3d-feature-flag-demo-images
INFO[0000] Starting new tools node...
INFO[0000] Starting node 'k3d-feature-flag-demo-tools'
INFO[0002] Creating node 'k3d-feature-flag-demo-server-0'
INFO[0002] Creating LoadBalancer 'k3d-feature-flag-demo-serverlb'
INFO[0002] Using the k3d-tools node to gather environment information
INFO[0002] Starting new tools node...
INFO[0002] Starting node 'k3d-feature-flag-demo-tools'
INFO[0003] Starting cluster 'feature-flag-demo'
INFO[0003] Starting servers...
INFO[0003] Starting node 'k3d-feature-flag-demo-server-0'
INFO[0006] All agents already running.
INFO[0006] Starting helpers...
INFO[0006] Starting node 'k3d-feature-flag-demo-serverlb'
INFO[0012] Injecting records for hostAliases (incl. host.k3d.internal) and for 3 network members into CoreDNS configmap...
INFO[0014] Cluster 'feature-flag-demo' created successfully!
INFO[0014] You can now use it like this:
kubectl cluster-info
rapid-translator-28545
02/07/2025, 6:52 PMmirrors:
"<http://registry-1.docker.io|registry-1.docker.io>":
endpoint:
- "<https://registry-1.docker.io>"
configs:
"<http://registry-1.docker.io|registry-1.docker.io>":
tls:
insecure_skip_verify: true
creamy-pencil-82913
02/07/2025, 6:53 PMrapid-translator-28545
02/07/2025, 6:56 PMrapid-translator-28545
02/10/2025, 8:21 AMconfigs:
"<http://registry-1.docker.io|registry-1.docker.io>":
tls:
insecure_skip_verify: true
with this config as well same issuerapid-translator-28545
02/10/2025, 9:02 AMFailedCreatePodSandBox 8s (x5 over 72s) kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox image "rancher/mirrored-pause:3.6": failed to pull image "rancher/mirrored-pause:3.6": failed to pull and unpack image "<http://docker.io/rancher/mirrored-pause:3.6|docker.io/rancher/mirrored-pause:3.6>": failed to resolve reference "<http://docker.io/rancher/mirrored-pause:3.6|docker.io/rancher/mirrored-pause:3.6>": failed to do request: Head "<https://registry-1.docker.io/v2/rancher/mirrored-pause/manifests/3.6>": dial tcp: lookup <http://registry-1.docker.io|registry-1.docker.io>: Try again