hello All, I am new to k3s and I have configured k3s in AWS ec2 instance and trying to deploy one docker image in k3s cluster using Gitlab pipeline, I am getting error message as "Unhandled Error" err="couldn't get current server API group list: Get \"https://<k3s IP>:6443/api?timeout=32s\": URLBlocked" I am able to connect from out side using k3s.conf(as kube config) and work with all kubectl commands.
I tried to curl the api URL: I am getting below error, Pls help me to resolve this issue.