Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark those unavailable addons on ARM64 #605

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion docs/advanced/addons/pcidevices.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ title: "PCI Devices"

_Available as of v1.1.0_

_Unavailable on ARM64 architecture_
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
_Unavailable on ARM64 architecture_
_Currently incompatible with ARM64_

Copy link
Member Author

Choose a reason for hiding this comment

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

We already have content like _Available as of v1.2.0_, I would prefer _Unavailable on ARM64 architecture_; maybe put them in same line is better.

Copy link
Contributor

Choose a reason for hiding this comment

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

Availability and compatibility are two different concepts. You can put them in the same line if you want, but I do not agree with using the draft wording.


A `PCIDevice` in Harvester represents a host device with a PCI address.
The devices can be passed through the hypervisor to a VM by creating a `PCIDeviceClaim` resource,
or by using the UI to enable passthrough. Passing a device through the hypervisor means that
Expand Down Expand Up @@ -94,4 +96,4 @@ We have also introduced a new filter to help you filter PCI devices by the under
![](/img/v1.2/pcidevices/SriovNetworkDevicesFilter.png)

The newly created PCI device can be passed through to virtual machines like any other PCI device.
![](/img/v1.2/pcidevices/SriovNetworkDevicesFilterResult.png)
![](/img/v1.2/pcidevices/SriovNetworkDevicesFilterResult.png)
4 changes: 3 additions & 1 deletion docs/advanced/addons/seeder.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ title: "Seeder"

_Available as of v1.2.0_

_Unavailable on ARM64 architecture_
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
_Unavailable on ARM64 architecture_
_Currently incompatible with ARM64_


The `harvester-seeder` addon lets you perform out-of-band operations on underlying nodes.

This addon can also discover hardware and hardware events for bare-metal nodes that support redfish-based access and then associate the hardware with the corresponding Harvester nodes.
Expand Down Expand Up @@ -52,4 +54,4 @@ This information is associated with Harvester nodes and can be used as Kubernete

Sometimes, the `Out-Of-Band Access` section may be stuck with the message `Waiting for "inventories.metal.harvesterhci.io" to be ready`. In this case, you need to refresh the page. For more information, see [this issue](https://github.com/harvester/harvester/issues/4412).

:::
:::
4 changes: 3 additions & 1 deletion docs/advanced/addons/vmimport.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ title: "VM Import"

_Available as of v1.1.0_

_Unavailable on ARM64 architecture_
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
_Unavailable on ARM64 architecture_
_Currently incompatible with ARM64_


Beginning with v1.1.0, users can import their virtual machines from VMWare and OpenStack into Harvester.

This is accomplished using the vm-import-controller addon.
Expand Down Expand Up @@ -184,4 +186,4 @@ spec:

:::note
OpenStack allows users to have multiple instances with the same name. In such a scenario, users are advised to use the Instance ID. The reconciliation logic tries to perform a name-to-ID lookup when a name is used.
:::
:::
4 changes: 3 additions & 1 deletion versioned_docs/version-v1.3/advanced/addons/pcidevices.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ title: "PCI Devices"

_Available as of v1.1.0_

_Unavailable on ARM64 architecture_
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
_Unavailable on ARM64 architecture_
_Currently incompatible with ARM64_


A `PCIDevice` in Harvester represents a host device with a PCI address.
The devices can be passed through the hypervisor to a VM by creating a `PCIDeviceClaim` resource,
or by using the UI to enable passthrough. Passing a device through the hypervisor means that
Expand Down Expand Up @@ -94,4 +96,4 @@ We have also introduced a new filter to help you filter PCI devices by the under
![](/img/v1.2/pcidevices/SriovNetworkDevicesFilter.png)

The newly created PCI device can be passed through to virtual machines like any other PCI device.
![](/img/v1.2/pcidevices/SriovNetworkDevicesFilterResult.png)
![](/img/v1.2/pcidevices/SriovNetworkDevicesFilterResult.png)
4 changes: 3 additions & 1 deletion versioned_docs/version-v1.3/advanced/addons/seeder.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ title: "Seeder"

_Available as of v1.2.0_

_Unavailable on ARM64 architecture_
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
_Unavailable on ARM64 architecture_
_Currently incompatible with ARM64_


The `harvester-seeder` addon lets you perform out-of-band operations on underlying nodes.

This addon can also discover hardware and hardware events for bare-metal nodes that support redfish-based access and then associate the hardware with the corresponding Harvester nodes.
Expand Down Expand Up @@ -52,4 +54,4 @@ This information is associated with Harvester nodes and can be used as Kubernete

Sometimes, the `Out-Of-Band Access` section may be stuck with the message `Waiting for "inventories.metal.harvesterhci.io" to be ready`. In this case, you need to refresh the page. For more information, see [this issue](https://github.com/harvester/harvester/issues/4412).

:::
:::
4 changes: 3 additions & 1 deletion versioned_docs/version-v1.3/advanced/addons/vmimport.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ title: "VM Import"

_Available as of v1.1.0_

_Unavailable on ARM64 architecture_
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
_Unavailable on ARM64 architecture_
_Currently incompatible with ARM64_


Beginning with v1.1.0, users can import their virtual machines from VMWare and OpenStack into Harvester.

This is accomplished using the vm-import-controller addon.
Expand Down Expand Up @@ -184,4 +186,4 @@ spec:

:::note
OpenStack allows users to have multiple instances with the same name. In such a scenario, users are advised to use the Instance ID. The reconciliation logic tries to perform a name-to-ID lookup when a name is used.
:::
:::