Skip to content

Commit

Permalink
docs(website): edited the troubleshooting section (#10413)
Browse files Browse the repository at this point in the history
* docs(website): edited the troubleshooting section

Signed-off-by: Shipra Singh <[email protected]>

* docs(website): fixed formatting

Signed-off-by: Shipra Singh <[email protected]>

---------

Signed-off-by: Shipra Singh <[email protected]>
  • Loading branch information
shipsing authored Dec 20, 2024
1 parent af98dd0 commit d73c6d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/troubleshooting/troubleshooting-podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<cloud-provider-binary>`, where `cloud-provider-binary` denotes the binary name, such as `aws` or `oci`.

0 comments on commit d73c6d6

Please sign in to comment.