You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's code in your Reqest.ts file for pulling the config in via kubeconfig that doesn't exist in the index.js output from webpack. I've had to cd node_modules/k8s and run npm install and webpack.
Seems like you may just need to publish a new build to NPM.
The text was updated successfully, but these errors were encountered:
There's code in your Reqest.ts file for pulling the config in via
kubeconfig
that doesn't exist in theindex.js
output from webpack. I've had tocd node_modules/k8s
and runnpm install
andwebpack
.Seems like you may just need to publish a new build to NPM.
The text was updated successfully, but these errors were encountered: