From 7d3a4906cbd16dc86b4cee0df74d558c8aa46efb Mon Sep 17 00:00:00 2001 From: LucasSaintarbor Date: Wed, 17 Jan 2024 10:04:59 -0800 Subject: [PATCH] Add numbered list for "Recovering from Failed Pods" --- .../troubleshooting.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/versioned_docs/version-2.7/integrations-in-rancher/cloud-marketplace/aws-marketplace-payg-integration/troubleshooting.md b/versioned_docs/version-2.7/integrations-in-rancher/cloud-marketplace/aws-marketplace-payg-integration/troubleshooting.md index 2266debe877..43387ea4faf 100644 --- a/versioned_docs/version-2.7/integrations-in-rancher/cloud-marketplace/aws-marketplace-payg-integration/troubleshooting.md +++ b/versioned_docs/version-2.7/integrations-in-rancher/cloud-marketplace/aws-marketplace-payg-integration/troubleshooting.md @@ -21,26 +21,26 @@ If a pod is not in a `Running` state, you can attempt to find the root cause wit ## Recovering from Failed Pods -If any of the pods aren't running, check the `rancher-cloud` pod: +1. If any of the pods aren't running, check the `rancher-cloud` pod: -```shell -kubectl get pods --all-namespaces | grep rancher-cloud -``` + ```shell + kubectl get pods --all-namespaces | grep rancher-cloud + ``` -If the `rancher-cloud` pod is in an `Error` state, wait for the pod to be deleted. This should take about one minute. +1. If the `rancher-cloud` pod is in an `Error` state, wait for the pod to be deleted. This should take about one minute. -Fix the problem and run: +1. Fix the problem and run: -```shell -helm upgrade -n cattle-rancher-csp-deployer-system rancher-cloud --create-namespace \ -oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/suse//rancher-cloud-helm/rancher-cloud --install \ - --version \ - --set rancherHostname= \ - --set rancherServerURL=https:// \ - --set rancherReplicas= \ - --set global.aws.accountNumber= \ - --set global.aws.roleName= -``` + ```shell + helm upgrade -n cattle-rancher-csp-deployer-system rancher-cloud --create-namespace \ + oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/suse//rancher-cloud-helm/rancher-cloud --install \ + --version \ + --set rancherHostname= \ + --set rancherServerURL=https:// \ + --set rancherReplicas= \ + --set global.aws.accountNumber= \ + --set global.aws.roleName= + ``` ## Rancher Usage Record Not Found