Skip to content

Commit

Permalink
Clean up after adapting node-pod-menu extension in a codebase (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er authored Feb 9, 2025
1 parent 42983c0 commit e2fbbcd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
5 changes: 2 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,11 @@ npm run start-dev
This application uses additional components hosted in separate repositories:

* [freelens-k8s-proxy](https://github.com/freelensapp/freelens-k8s-proxy/)
* [freelens-node-pod-menu](https://github.com/freelensapp/freelens-node-pod-menu/)

It bundles binaries for:

* helm
* kubectl
* [helm](https://helm.sh/)
* [kubectl](https://kubernetes.io/docs/reference/kubectl/)

The [Renovate](https://github.com/freelensapp/freelens/issues/64) bot keeps
the versions up-to-date.
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,6 @@ winget install Freelensapp.Freelens

The `--silent` option is supported to suppress all UI.

### Node-Pod-Menu extension

To view container logs and shell into them and nodes, you can install the
[freelens-node-pod-menu](https://github.com/freelensapp/freelens-node-pod-menu)
extension.

To install it, open the `Freelens` -> `Extensions` menu, enter the name
`@freelensapp/freelens-node-pod-menu` as input, and click the `Install`
button.

## Development

Read [DEVELOPMENT.md](DEVELOPMENT.md) to see how to build the application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,13 +442,6 @@ exports[`extensions - navigation using application menu when navigating to exten
<p>
Add new features via Freelens Extensions.
</p>
<p>
We recommend
<b>
@freelensapp/freelens-node-pod-menu
</b>
which adds back the node and pod menu functionality.
</p>
</div>
<section>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ import Gutter from "../gutter/gutter";
const ExtensionsNotice = () => (
<Notice className={styles.notice}>
<p>{"Add new features via Freelens Extensions."}</p>
<p>
We recommend
<b>{" @freelensapp/freelens-node-pod-menu "}</b>
which adds back the node and pod menu functionality.
</p>
</Notice>
);

Expand Down

0 comments on commit e2fbbcd

Please sign in to comment.