Skip to content

Commit

Permalink
Update TPM docs
Browse files Browse the repository at this point in the history
Signed-off-by: futuretea <[email protected]>

Co-authored-by: Lucas Saintarbor <[email protected]>
  • Loading branch information
futuretea and LucasSaintarbor committed Jun 27, 2023
1 parent 4f9f5a9 commit f7e12bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/vm/create-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ _Available as of v1.2.0_

[Trusted Platform Module (TPM)](https://en.wikipedia.org/wiki/Trusted_Platform_Module) is a cryptoprocessor that secures hardware using cryptographic keys.

According to [Windows 11 Requirements](https://learn.microsoft.com/en-us/windows/whats-new/windows-11-requirements), the TPM device is a hard requirement of Windows 11.
According to [Windows 11 Requirements](https://learn.microsoft.com/en-us/windows/whats-new/windows-11-requirements), the TPM 2.0 device is a hard requirement of Windows 11.

In the Harvester UI, you can add an emulated TPM to a VM by checking the `Enable TPM` box in the **Advanced Options** tab.
In the Harvester UI, you can add an emulated TPM 2.0 device to a VM by checking the `Enable TPM` box in the **Advanced Options** tab.

:::note

Expand Down
2 changes: 1 addition & 1 deletion docs/vm/create-windows-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Changing the `Node Scheduling` settings can impact Harvester features, such as d
2. `Machine Type`: The value `None` is set by default. It's recommended you don't change it. See the [KubeVirt Machine Type](https://kubevirt.io/user-guide/virtual_machines/virtual_hardware/#machine-type) documentation before you change this value.
3. (Optional) `Hostname`: Set the VM hostname.
4. (Optional) `Cloud Config`: Both `User Data` and `Network Data` values are set with default values. Currently, these configurations are not applied to Windows-based VMs.
5. (Optional) `Enable TPM`, `Booting in EFI mode`, `Secure Boot`: Both the TPM device and UEFI firmware with SecureBoot are hard requirements for Windows 11.
5. (Optional) `Enable TPM`, `Booting in EFI mode`, `Secure Boot`: Both the TPM 2.0 device and UEFI firmware with Secure Boot are hard requirements for Windows 11.

:::note

Expand Down

0 comments on commit f7e12bd

Please sign in to comment.