Skip to content

k8s removed api lint for Zed

io.github.jmshinhwa/k8s-removed-api-lint

15 checks for the apiVersions kubectl no longer serves, on the manifest open in your editor

client:Zed transport:stdio runtime:npm

Install k8s removed api lint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "k8s-removed-api-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/k8s-removed-api-lint"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

k8s removed api lint in other clients