Skip to content

Commit 4f010f2

Browse files
Merge pull request #289719 from JAC0BSMITH/jac0bsmith_NexusDOCS
Add links for Support
2 parents f9e7b09 + e5555af commit 4f010f2

5 files changed

+15
-4
lines changed

articles/operator-nexus/troubleshoot-accepted-cluster-hydration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ If the Cluster resource maintains the state after a period of time, more than 5
4949
## Further information
5050

5151
Learn more about how resources are hydrated with [Azure Arc-enabled Kubernetes](/azure/azure-arc/kubernetes/overview).
52+
53+
If you still have questions, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
54+
For more information about Support plans, see [Azure Support plans](https://azure.microsoft.com/support/plans/response/).

articles/operator-nexus/troubleshoot-control-plane-quorum.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,7 @@ testuser@<servername> [ ~ ]$ sudo crictl ps -a |grep -i ironic-conductor
6868
6969
:::image type="content" source="media\troubleshoot-control-plane-quorum\graceful-power-on.png" alt-text="Screenshot of an iDRAC GUI and the button to perform power on command." lightbox="media\troubleshoot-control-plane-quorum\graceful-power-on.png":::
7070
71-
5. The servers should now be restored. If not, engage Microsoft support.
71+
5. The servers should now be restored.
72+
73+
If you still have questions, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
74+
For more information about Support plans, see [Azure Support plans](https://azure.microsoft.com/support/plans/response/).

articles/operator-nexus/troubleshoot-csn-storage-pod-container-stuck-in-creating.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ for podname in $pods; do
6060
kubectl cordon $nodename -n nc-system;kubectl delete po -n nc-system $podname
6161
done
6262
```
63-
The command retrieves the pvc from the pod and then deletes the `volumeattachment` object. It then deletes the pod. The pod later gets recreated on another node along with a successful volume attachment object.
63+
The command retrieves the pvc from the pod and then deletes the `volumeattachment` object. It then deletes the pod. The pod later gets recreated on another node along with a successful volume attachment object.
64+
65+
If you still have questions, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
66+
For more information about Support plans, see [Azure Support plans](https://azure.microsoft.com/support/plans/response/).

articles/operator-nexus/troubleshoot-hardware-validation-failure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,5 +694,5 @@ Expanding `result_detail` for a given category shows detailed results.
694694

695695
After Hardware is fixed, run BMM Replace following instructions from the following page [BMM actions](howto-baremetal-functions.md).
696696

697-
698-
697+
If you still have questions, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
698+
For more information about Support plans, see [Azure Support plans](https://azure.microsoft.com/support/plans/response/).

articles/operator-nexus/troubleshoot-kubernetes-cluster-dual-stack-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,5 @@ Scrutinize logs and error messages for indicators of configuration issues.
106106

107107
## Conclusion
108108
Setting up a dual-stack configuration involves enabling both IPv4 and IPv6 on your network, and ensuring services can communicate over both. By following the steps outlined in this guide, you should be able to identify and resolve common configuration issues related to setting up a dual stack cluster. If you continue to experience difficulties, consider seeking further assistance from your network administrator or consulting platform-specific support resources.
109+
If you still have questions, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
110+
For more information about Support plans, see [Azure Support plans](https://azure.microsoft.com/support/plans/response/).

0 commit comments

Comments
 (0)