solo-io / squash

The debugger for microservices
https://squash.solo.io
Apache License 2.0
1.74k stars 103 forks source link

Not able to run squash debugger. #264

Open rachitchauhan43 opened 2 years ago

rachitchauhan43 commented 2 years ago

I am seeing this error when running VS Code plugin.

creating base DebugAttachment resource client: failed to register crd: the server could not find the requested resource 

Env:

VS Code: 1.70
Squash plugin: 0.5.8

Scenario: Trying to debug a simple go app.

Steps taken:

  1. Installed the plugin
  2. Installed the cli using brew install solo-io/tap/squashctl
  3. Point the VS Plugin to squashctl cli
  4. Chose Squash - debug pod

Get the error in VS Code saying:

creating base DebugAttachment resource client: failed to register crd: the server could not find the requested resource 

Is there anything else needed to be done ?