Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions site/content/en/latest/tasks/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ __Note:__ Refer to the [Compatibility Matrix](/news/releases/matrix) for support
__Note:__ In case your Kubernetes cluster does not have a LoadBalancer implementation, we recommend installing one
so the `Gateway` resource has an Address associated with it. We recommend using [MetalLB](https://metallb.universe.tf/installation/).

__Note:__ For Mac user, you need install and run [Docker Mac Net Connect](https://github.com/chipmk/docker-mac-net-connect) to make the Docker network work.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why remove this?

Copy link
Contributor Author

@arkodg arkodg May 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its distracting for an end user, its tied to mac and docker and kind, for e.g. on mac, i use docker desktop and this isnt needed, this note is needed in developer docs, when running e2e on kind on mac


## Installation

Install the Gateway API CRDs and Envoy Gateway:
Expand Down Expand Up @@ -124,7 +122,3 @@ Delete the Gateway API CRDs and Envoy Gateway:
```shell
helm uninstall eg -n envoy-gateway-system
```

## Next Steps

Checkout the [Developer Guide](../../contributions/develop) to get involved in the project.
Loading