Warren Wong
Warren Wong
Here is the output of kubectl describe node ``` kubectl describe node server1 Name: server1 Roles: control-plane Labels: beta.kubernetes.io/arch=amd64 beta.kubernetes.io/os=linux kubernetes.io/arch=amd64 kubernetes.io/hostname=server1 kubernetes.io/os=linux node-role.kubernetes.io/control-plane= node.kubernetes.io/exclude-from-external-load-balancers= Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/containerd/containerd.sock node.alpha.kubernetes.io/ttl: 0...
I faced the same problem and created a custom tool to handle it. here's the code for your reference. ``` import os from langchain.agents import Tool from dotenv import load_dotenv...