This message was deleted.
# typescript
s
This message was deleted.
m
Copy code
export const kubeconfig = cluster.kubeconfig;
const provider = new k8s.Provider('k8sProvider', { kubeconfig: kubeconfig });
I changed like this and its work
anyone have this trouble? if know anyone How can I deal with this? I think this situation point to previous eks endpoint, but I can't how change to latest eks endpoint.