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`. +