-
Notifications
You must be signed in to change notification settings - Fork 70
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -10,6 +10,8 @@ title: "Seeder" | |||||
|
||||||
_Available as of v1.2.0_ | ||||||
|
||||||
_Unavailable on ARM64 architecture_ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
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. | ||||||
|
@@ -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). | ||||||
|
||||||
::: | ||||||
::: |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -10,6 +10,8 @@ title: "VM Import" | |||||
|
||||||
_Available as of v1.1.0_ | ||||||
|
||||||
_Unavailable on ARM64 architecture_ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
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. | ||||||
|
@@ -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. | ||||||
::: | ||||||
::: |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -10,6 +10,8 @@ title: "PCI Devices" | |||||
|
||||||
_Available as of v1.1.0_ | ||||||
|
||||||
_Unavailable on ARM64 architecture_ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
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 | ||||||
|
@@ -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) |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -10,6 +10,8 @@ title: "Seeder" | |||||
|
||||||
_Available as of v1.2.0_ | ||||||
|
||||||
_Unavailable on ARM64 architecture_ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
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. | ||||||
|
@@ -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). | ||||||
|
||||||
::: | ||||||
::: |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -10,6 +10,8 @@ title: "VM Import" | |||||
|
||||||
_Available as of v1.1.0_ | ||||||
|
||||||
_Unavailable on ARM64 architecture_ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
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. | ||||||
|
@@ -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. | ||||||
::: | ||||||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.There was a problem hiding this comment.
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.