Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd517670

Browse files
authored
Merge branch 'master' into classic-runner-rewrite
2 parents1dc9386 +6c26ae7 commitd517670

File tree

9 files changed

+65
-24
lines changed

9 files changed

+65
-24
lines changed

‎_data/nav.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,8 @@
548548
url:"/no-dockerfile-found"
549549
-title:Could not tag image
550550
url:"/could-not-tag-image"
551+
-title:Failed to create container of image
552+
url:"/create-container-failure"
551553
-title:Error Code 137
552554
url:"/error-code-137"
553555
-title:Too many Requests

‎_docs/administration/codefresh-runner.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ As the Codefresh Runner is **not** dependent on any special dockershim features,
1616

1717
##System requirements
1818

19+
1920
{: .table .table-bordered .table-hover}
2021
| Item| Requirement|
2122
| --------------| --------------|
@@ -24,6 +25,7 @@ As the Codefresh Runner is **not** dependent on any special dockershim features,
2425
|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> {:/}|
2526
|CLI token|[Codefresh CLI token]({{site.baseurl}}/docs/integrations/codefresh-api/#authentication-instructions)|
2627

28+
2729
##Codefresh Runner installation
2830
Install the Runner from any workstation or laptop with access to the Kubernetes cluster running Codefresh builds, via`kubectl`. The Codefresh Runner authenticates to your Codefresh account using the CLI token.
2931

‎_docs/administration/pipeline-settings.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ max-width="80%"
4242

4343
Here you can define global template behavior. The options are:
4444

45-
* Enable[pipeline templates]({{site.baseurl}}/docs/docs/configure-ci-cd-pipeline/pipelines/#using-pipeline-templates) for users. If this is enabled some pipelines can be marked as templates and users can still select them when creating a new pipeline.
46-
* Decide if users can clone an existing pipeline (along with its triggers and associated parameters) when[creating a new pipeline]({{site.baseurl}}/docs/docs/configure-ci-cd-pipeline/pipelines/#creating-new-pipelines).
45+
* Enable[pipeline templates]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#using-pipeline-templates) for users. If this is enabled some pipelines can be marked as templates and users can still select them when creating a new pipeline.
46+
* Decide if users can clone an existing pipeline (along with its triggers and associated parameters) when[creating a new pipeline]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#creating-new-pipelines).
4747

4848
Note that templates are simply normal pipelines “marked” as a template. There is no technical difference between templates and actual pipelines.
4949

5050
##Pipeline YAML Section
5151

5252
Here you can restrict the sources of pipeline YAML that users can select. The options are:
5353

54-
* Enable/Disable the[inline editor]({{site.baseurl}}/docs/docs/configure-ci-cd-pipeline/pipelines/#using-the-inline-pipeline-editor) where YAML is stored in Codefresh SaaS
54+
* Enable/Disable the[inline editor]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#using-the-inline-pipeline-editor) where YAML is stored in Codefresh SaaS
5555
* Enable/disable pipeline YAML from connected Git repositories
56-
* Enable/disable pipeline YAML from[external URLs]({{site.baseurl}}/docs/docs/configure-ci-cd-pipeline/pipelines/#loading-codefreshyml-from-version-control)
56+
* Enable/disable pipeline YAML from[external URLs]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#loading-codefreshyml-from-version-control)
5757

5858
You need to allow at least one of these options so that users can create new pipelines. We suggest leaving the first option enabled when users are still learning about Codefresh and want to experiment.
5959

@@ -78,10 +78,10 @@ Here you can decide if the build step will push images or not according to your
7878
2. All built images are automatically pushed to the default registry
7979
3. All built images are NOT pushed anywhere by default
8080

81-
Note that this behavior is simply a convenience feature for legacy pipelines. Users can still use a[push step]({{site.baseurl}}/docs/docs/codefresh-yaml/steps/push/) in a pipeline and always push an image to a registry regardless of what was chosen in the build step.
81+
Note that this behavior is simply a convenience feature for legacy pipelines. Users can still use a[push step]({{site.baseurl}}/docs/codefresh-yaml/steps/push/) in a pipeline and always push an image to a registry regardless of what was chosen in the build step.
8282

8383
##What to read next
8484

85-
*[Creating Pipelines]({{site.baseurl}}/docs/docs/configure-ci-cd-pipeline/pipelines/)
86-
*[Codefresh YAML]({{site.baseurl}}/docs/docs/codefresh-yaml/what-is-the-codefresh-yaml/)
87-
*[Git Integration]({{site.baseurl}}/docs/docs/integrations/git-providers/)
85+
*[Creating Pipelines]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/)
86+
*[Codefresh YAML]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/)
87+
*[Git Integration]({{site.baseurl}}/docs/integrations/git-providers/)

‎_docs/configure-ci-cd-pipeline/monitoring-pipelines.md‎

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -312,36 +312,47 @@ In both cases you can copy to clipboard the yaml shown using the button at the t
312312

313313
###Viewing pipeline metrics
314314

315-
Codefresh offers several metrics for pipelinesteps that allow you to get a better overviewon the resources
315+
Codefresh offers several metrics forthepipeline, and forstepsin the pipeline,that allow you to get a better overviewof the resources
316316
consumed by your pipeline.
317317

318-
At the most basic level Codefresh will show some quick metrics while the pipeline is running that include
318+
**Pipeline metrics**
319+
320+
At the most basic level, Codefresh displays quick metrics while the pipeline is running that include
319321
memory consumed and size of logs:
320322

321323
{% include
322324
image.html
323325
lightbox="true"
324326
file="/images/pipeline/monitoring/quick-pipeline-metrics.png"
325327
url="/images/pipeline/monitoring/quick-pipeline-metrics.png"
326-
alt="Pipelinerunningmetrics"
327-
caption="Pipelinerunningmetrics"
328-
max-width="70%"
328+
alt="Metrics forrunningpipeline"
329+
caption="Metrics forrunningpipeline"
330+
max-width="95%"
329331
%}
330332

331-
You can then get the memory usage for the whole pipeline by clicking on the metrics tab at the bottom of the screen.
333+
* To view memory and disk usage for running or completed pipeline builds, click the**Metrics** tab at the bottom of the Build page.
334+
335+
* Memory usage: View memory usage (Y-axis) by time (X-axis) for the duration of the build.
336+
* Disk usage: View disk usage (Y-axis) by time (X-axis) for the duration of the build. The red line is set at 90% of the maximum disk space.
337+
To see the precise usage at different points in time, mouse over the dots.
338+
Viewing the actual disk usage for a build during its run allows you to better gauge and define the[minimum disk space required for the build volume]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#runtime).
339+
340+
332341

333342
{% include
334343
image.html
335344
lightbox="true"
336345
file="/images/pipeline/monitoring/pipeline-metrics.png"
337346
url="/images/pipeline/monitoring/pipeline-metrics.png"
338-
alt="Pipeline detailedmetrics"
339-
caption="Pipeline detailedmetrics"
340-
max-width="70%"
347+
alt="Detailedmetrics for pipelines"
348+
caption="Detailedmetrics for pipelines"
349+
max-width="60%"
341350
%}
342351

343352

344-
If you click on an individual step before clicking the*Metrics* tab you will get metrics for that specific step only.
353+
**Pipeline-step metrics**
354+
For step-specific metrics, first select the step, and then click the**Metrics** tab.
355+
Step metrics are available for memory and CPU usage (not disk space).
345356

346357

347358
{% include

‎_docs/getting-started/faq.md‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ A. Yes. Codefresh is offered in [SAAS, Hybrid and on-premises modes]({{site.base
2121
**Q. Is Codefresh open-source?**
2222
A. The Web UI is not open source. All the[pipeline plugins](https://codefresh.io/steps/) and the[Codefresh Runner]({{site.baseurl}}/docs/enterprise/codefresh-runner/) are open-source. We also publish several open-source[components](https://github.com/codefresh-io),[examples](https://github.com/codefresh-contrib) and[demos](https://github.com/codefreshdemo/).
2323

24-
**Q. How is pricing structured?**
25-
A. Pricing is per concurrent build. In practice this means how many pull requests you can process*at the same time*. See the[pricing page](https://codefresh.io/pricing/) for more details.
26-
27-
**Q. Is there a pay as you go model?**
28-
A. We are always considering new pricing options. The pay as you go model has flaws as well. One of the big selling points of Codefresh is the different types of caches we employ in order to speed up builds. When a company charges for build minutes, it has no further motivation to cut down on build times. Several CI solutions offer no caching mechanisms, forcing you to download application dependencies on each build. Please contact us to discuss about pricing if this is your main blocker from adopting Codefresh.
29-
3024
**Q. Does Codefresh offer infrastructure for running builds?**
3125
A. Yes, the cloud version of Codefresh is fully[SAAS](https://en.wikipedia.org/wiki/Software_as_a_service). You only need to open an account and all builds are running on our cloud. You can still use a[Codefresh runner]({{site.baseurl}}/docs/enterprise/codefresh-runner/) to run builds on your own infrastructure, but this is completely optional.
3226

‎_docs/troubleshooting/common-issues.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ In this section, we offer helpful information about issues you may encounter and
3333
-[Pinning codefresh.yml for multi-git triggers]({{site.baseurl}}/docs/troubleshooting/common-issues/multi-git-triggers/)
3434
-[Workflow process terminated by the system]({{site.baseurl}}/docs/troubleshooting/common-issues/workflow-terminated-by-system/)
3535
-[Multi-line variable gets truncated with cf_export](cf-export-limitations)
36+
-[Failed to create container of image]({{site.baseurl}}/docs/troubleshooting/common-issues/create-container-failure)
3637

3738
##Dynamic environment issues
3839

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title:"Failed to create container of image"
3+
description:"Failure creating container"
4+
group:troubleshooting
5+
sub_group:common-issues
6+
toc:true
7+
---
8+
9+
##Issue
10+
11+
Freestyle step fails with message:`Failed to create a container of: <image>`
12+
13+
14+
##Possible cause
15+
This issue occurs if your image filesystem already contains a_file_ in`/codefresh` or`/codefresh/volume`. The Codefresh engine cannot mount the Codefresh volume within a_file_.
16+
17+
18+
##Solution
19+
Make sure that the filesystem does not contain files entitled`codefresh`, and that the`/codefresh/volume` directory can be created successfully.

‎_docs/whats-new/whats-new.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ redirect_from:
77
toc:true
88
---
99

10+
###November 2022
11+
12+
####Features and enhancements
13+
- Set disk space for a pipeline build volume -[documentation]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#runtime)
14+
- Support for latest Kubernetes cluster version 1.24 -[documentation]({{site.baseurl}}/docs/administration/codefresh-runner/#prerequisites)
15+
16+
<!--
17+
#### Bug fixes
18+
- Workflow API returns 500 Internal Server Error.
19+
- Helm releases not updated by refresh period.
20+
- Get annotations request causes `cf-api` endpoints to restart.-->
21+
1022
###October 2022
1123

1224
####Features and enhancements
91.1 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp