Skip to content

Commit

Permalink
Clean up after adapting node-pod-menu extension in a codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Feb 9, 2025
1 parent 42983c0 commit e31ca38
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
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 e31ca38

Please sign in to comment.