Skip to content

Commit

Permalink
Merge pull request #1910 from newrelic/pixie-windows
Browse files Browse the repository at this point in the history
chore: add windows support to pixie lab
  • Loading branch information
jaesius authored Nov 23, 2021
2 parents a89260e + c9f672c commit a2e7e38
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/markdown-pages/collect-data/pixie-lab/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ You’re the developer of TinyHat.me, a website and API for putting virtual hats
- [Helm 3](https://helm.sh/docs/intro/install/)
- [Hyperkit](https://minikube.sigs.k8s.io/docs/drivers/hyperkit/) (for Mac) or [KVM2](https://minikube.sigs.k8s.io/docs/drivers/kvm2/) (Linux) minikube driver

<Callout variant="important">

If you're a Windows user, see our [materials repository](https://github.com/newrelic-experimental/pixie-lab-materials#requirements-for-windows-users) for your system requirements.

</Callout>

</div>

</div>
Expand Down
10 changes: 10 additions & 0 deletions src/markdown-pages/collect-data/pixie-lab/scenario-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ cd ../scenario-1
[output] Done!
```
<Callout variant="important">
If you're a windows user, run the PowerShell setup script:
```sh
.\setup.ps1
```
</Callout>
</>
Uh oh! You look on social media and see some confused customers:
Expand Down
10 changes: 10 additions & 0 deletions src/markdown-pages/collect-data/pixie-lab/scenario-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ cd ../scenario-2
[output] Done!
```
<Callout variant="important">
If you're a windows user, run the PowerShell setup script:
```sh
.\setup.ps1
```
</Callout>
</>
Now that you've released your new code, it's time to check Twitter for some user feedback:
Expand Down
10 changes: 10 additions & 0 deletions src/markdown-pages/collect-data/pixie-lab/set-up-env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ cd pixie-lab-materials/main
./setup.sh
```

<Callout variant="important">

If you're a windows user, run the PowerShell setup script:

```sh
.\setup.ps1
```

</Callout>

</>

This script spins up a new minikube cluster using the Pixie-supported hyperkit driver. It also configures your network memory and CPU with limits that work well with this lab. Finally, it creates all the pods and services that make up the TinyHat application.
Expand Down

0 comments on commit a2e7e38

Please sign in to comment.