Kubectl cannot find any pods when running abctl
# ask-ai
w
Kubectl cannot find any pods when running abctl
k
New message text here
b
Two things to double check, make sure that you have the namespace set to
airbyte-abctl
and that you have configured your kubecontext. Here is an example of how you can use
kubectl
with
abctl
kubectl get pods -n airbyte-abctl --kubeconfig ~/.airbyte/abctl/abctl.kubeconfig
w
Cheers, it's due to me running
abctl
in root (since I'm setting the EC2 Box using
userdata
which runs on
root
).
I got it working if I run on
ec2-user