You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can obtain an API Key from your [user settings page](https://g.codefresh.io/user/settings).
47
+
>**Note:** Make sure when you generate the token used to authenticate with the CLI, you generate it with *all scopes*.
47
48
48
49
>**Note:** access to the Codefresh CLI is only needed once during the Runner installation. After that, the Runner will authenticate on it own using the details provided. You do NOT need to install the Codefresh CLI on the cluster that is running Codefresh pipelines.
49
50
@@ -1928,26 +1929,10 @@ steps:
1928
1929
1929
1930
## Troubleshooting
1930
1931
1931
-
* **Problem:** You receive an error regarding the provided token or CLI context used for this installation might not have enough permissions.
1932
-
* **Solution:** Make sure when you generate the token used to authenticate with the CLI, you generate it with *all scopes*.
1933
-
1934
-
* **Problem:** the cluster does not meet the minimum requirements (Kubernetes 1.10+, required memory/CPU on at least one single node, service account to create ClusterRoleBinding).
1935
-
* **Solution:** install on a different cluster
1936
-
1937
-
* **Problem:** Node process crashes during the installation or installation gets stuck on “Executing pipeline.“
1938
-
* **Solution:** Try to run the `codefresh runner init` command from a different terminal window or restart your machine and try again.
1939
-
1940
-
* **Problem:** Builds will not run.
1941
-
* **Solution:** Check:
1942
-
* That there is only one Codefresh Runner per Kubernetes namespace
1943
-
* That you selected the correct runtime for the pipeline
1944
-
* The CPU/Memory specification in the pipeline settings
1945
-
1946
-
* **Problem:** After installing the runner, your builds are stuck in the "pending" state and if you look at the runner pod logs you get the following message: `HTTP request to Codefresh API rejected. Status-Code: 401`
1947
-
* **Solution:** You probably installed the runner in a namespace where there was previously another Codefresh runner. Delete the namespace and install the runner on a new namespace.
1932
+
For troubleshooting refer to the [Knowledge Base](https://support.codefresh.io/hc/en-us/sections/4416999487762-Hybrid-Runner)
0 commit comments