Skip to content

Commit

Permalink
(from getambassador.io) Adding docs noting telepresence supports wsl2
Browse files Browse the repository at this point in the history
  • Loading branch information
Donny Yung committed Jun 11, 2021
1 parent 19a1983 commit a5b16ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions faqs.md
Expand Up @@ -16,6 +16,10 @@ You can “intercept” any requests made to a target Kubernetes workload, and c

By using the preview URL functionality you can share access with additional developers or stakeholders to the application via an entry point associated with your intercept and locally developed service. You can make changes that are visible in near real-time to all of the participants authenticated and viewing the preview URL. All other viewers of the application entrypoint will not see the results of your changes.

** What operating systems does Telepresence work on?**

Telepresence currently works natively on macOS and Linux. We are working on a nativer Windows port, but in the meantime, Windows users can use Telepresence with WSL 2.

** What protocols can be intercepted by Telepresence?**

All HTTP/1.1 and HTTP/2 protocols can be intercepted. This includes:
Expand Down
2 changes: 1 addition & 1 deletion quick-start/qs-tabs.js
Expand Up @@ -103,7 +103,7 @@ export default function SimpleTabs() {
<TabPanel value={value} index={2}>
<div class="docs-hubspot-formwrapper">
<p>
Telepresence for Windows is coming soon! Sign up here to notified when it is available.
Telepresence for Windows is coming soon! Sign up here to notified when it is available. Until then, Telepresence will work in WSL 2.
</p>
<div class="docs-hubspot-form">
<HubspotForm
Expand Down

0 comments on commit a5b16ef

Please sign in to comment.