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
Copy file name to clipboardExpand all lines: _docs/installation/runner/install-codefresh-runner.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ After installing the Codefresh Runner, you can:
37
37
{: .table .table-bordered .table-hover}
38
38
| Item| Requirement|
39
39
| --------------| --------------|
40
-
|Kubernetes cluster| Server version 1.21to 1.27. {::nomarkdown}<br><b>Tip</b>: To check the server version, run:<br> <codeclass="highlighter-rouge">kubectl version --short</code>.{:/}|
40
+
|Kubernetes cluster| Server version 1.21or higher. {::nomarkdown}<br><b>Tip</b>: To check the server version, run:<br> <codeclass="highlighter-rouge">kubectl version --short</code>.{:/}|
41
41
|Helm| 3.8.0 and higher|
42
42
|Container runtime| Any compliant container runtime, as the runner is**not** dependent on any special dockershim features. {::nomarkdown}<br>Examples: <ul><li><ahref="https://kubernetes.io/blog/2020/12/02/dockershim-faq"target="blank">Docker</a></li><li><ahref="https://containerd.io/"target="blank">containerd</a></li><li><ahref="https://cri-o.io/"target="blank">cri-o</a></li></ul> {:/}|
43
43
|CLI API token|[Required scopes]({{site.baseurl}}/docs/integrations/codefresh-api/#authentication-instructions)|