Skip to content

Commit eebc710

Browse files
docs: document edge host known issue - PE-4638 (#3300)
* docs: document edge host known issue * docs: clarify sentence * docs: apply suggestions from review --------- Co-authored-by: Karl Cardenas <[email protected]>
1 parent 709e018 commit eebc710

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/docs-content/release-notes/known-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The following table lists all known issues that are currently active and affecti
1616

1717
| Description | Workaround | Publish Date | Product Component |
1818
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | --------------------- |
19+
| When you add a new VMware vSphere Edge host to an Edge cluster, the IP address may fail to be assigned to the Edge host after a reboot. | Review the [Edge Troubleshooting](../troubleshooting/edge.md) section for workarounds. | July 9, 2024 | Edge |
1920
| When you install Palette Edge using an Edge Installer ISO with a RHEL 8 operating system on a Virtual Machine (VM) with insufficient video memory, the QR code in the registration screen does not display correctly. | Increase the video memory of your VM to 8 MB or higher. The steps to do this vary depending on the platform you use to deploy your VM. In vSphere, you can right click on the VM, click **Edit Settings** and adjust the video card memory in the **Video card** tab. | July 9, 2024 | Edge |
2021
| Custom Certificate Authority (CA) is not supported for accessing Azure AKS clusters. Using a custom CA prevents the `spectro-proxy` pack from working correctly with Azure AKS clusters. | No workaround is available. | July 9, 2024 | Packs, Clusters |
2122
| Manifests attached to an Infrastructure Pack, such as OS, Kubernetes, Network, or Storage, are not applied to the Edge cluster. This issue does not impact the infrastructure pack's YAML definition, which is applied to the cluster. | Specify custom configurations through an add-on pack or a custom manifest pack applied after the infrastructure packs. | Jul 9, 2024 | Edge, Packs |

docs/docs-content/troubleshooting/edge.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ tags: ["edge", "troubleshooting"]
1010

1111
The following are common scenarios that you may encounter when using Edge.
1212

13+
## Scenario - IP Address not Assigned to Edge Host
14+
15+
When you add a new VMware vSphere Edge host to an Edge cluster, the IP address may fail to be assigned to the Edge host
16+
after a reboot.
17+
18+
### Debug Steps
19+
20+
1. Access the Edge host through the
21+
[vSphere Web Console](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-92986CAA-4FDE-4AA0-A9E9-084FF9E03323.html).
22+
23+
2. Issue the following command.
24+
25+
```bash
26+
networkctl reload
27+
```
28+
29+
This command restarts the Edge host network and allows the Edge host to receive an IP address.
30+
1331
## Scenario - Override or Reconfigure Read-only File System Stage
1432

1533
If you need to override or reconfigure the read-only file system, you can do so using the following steps.

0 commit comments

Comments
 (0)