Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Oct 4, 2024
1 parent 7d538c1 commit 6b4d8bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const docsNavigation = [
href: '/how-to/setup-keys-add-servers-to-network'
},
{
title: 'Access Resources From Kubernetes',
title: 'Access from Kubernetes',
href: '/how-to/setup-keys-access-internal-resources-from-autoscaled-environments'
},
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Let's dive into the process of using NetBird to manage network access in an auto
To replicate this use case, you'll need:

* A [NetBird account](https://app.netbird.io/)
* [NetBird](https://docs.netbird.io/how-to/installation) installed in your local machine
* [NetBird](https://docs.netbird.io/how-to/installation) installed on your local machine
* A Kubernetes cluster (local or cloud-based)
* `kubectl` installed and configured in your local machine
* `kubectl` installed and configured on your local machine
* [Kubernetes metrics server](https://github.com/kubernetes-sigs/metrics-server)
* The [IP address range assigned to the Pods](https://www.howtouselinux.com/post/find-the-ip-address-of-pod-in-kubernetes)

Expand Down

0 comments on commit 6b4d8bb

Please sign in to comment.