@creamy-pencil-82913
Issue is resolved. As I am running behind corporate proxy, i have added proxy while creating cluster
k3d cluster create tkcluster --network host --no-lb --k3s-arg "--disable=traefik,servicelb" --k3s-arg "--kube-apiserver-arg=feature-gates=MixedProtocolLBService=true" --host-pid-mode --kubeconfig-update-default --env "HTTP_PROXY=
http://proxy-zzz.xxx.com:911" --env "HTTPS_PROXY=
http://proxy-zzz.xxx.com:922" --env "NO_PROXY=localhost,.
xxx.com,
xxx.com,*.
xxx.com,192.168.0.0/16,172.16.0.0/12,127.0.0.0/8,10.0.0.0/8,/var/run/docker.sock"
but wget not working inside the container
wget -O /tmp/hook1.tar.gz
https://github.com/tinkerbell/hook/releases/download/v0.7.0/hook_aarch64.tar.gz
in values.yaml I have the download link
but it is not downloading
tink ssystem is up and running
but