From d73c6d64ab58fd39cad40694362b7f417fe6e975 Mon Sep 17 00:00:00 2001 From: Shipra Singh <94683525+shipsing@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:18:58 +0530 Subject: [PATCH] docs(website): edited the troubleshooting section (#10413) * docs(website): edited the troubleshooting section Signed-off-by: Shipra Singh * docs(website): fixed formatting Signed-off-by: Shipra Singh --------- Signed-off-by: Shipra Singh --- website/docs/troubleshooting/troubleshooting-podman.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/troubleshooting/troubleshooting-podman.md b/website/docs/troubleshooting/troubleshooting-podman.md index 4e764265e..e35096080 100644 --- a/website/docs/troubleshooting/troubleshooting-podman.md +++ b/website/docs/troubleshooting/troubleshooting-podman.md @@ -267,4 +267,7 @@ Kubernetes clusters from cloud providers require an executable installed on the #### Solution -- Move the binary located in your `.kube/config` file to a system bin directory, such as `/usr/local/bin/`. +1. Move the binary located in your `.kube/config` file to a system bin directory, such as `/usr/local/bin/`. + +1. Set the value of the `command` parameter to the full path of the executable in your Kubernetes configuration file. For example, `command: /usr/local/bin/`, where `cloud-provider-binary` denotes the binary name, such as `aws` or `oci`. +