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

Commitb2e8b7c

Browse files
author
Zhenya Tikhonov
authored
Merge pull request#542 from codefresh-io/docs/CR-16710
docs(service-containers): describe `shared_host_network: true` pitfalls
2 parents9abe65d +e090ff2 commitb2e8b7c

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

‎_docs/codefresh-yaml/service-containers.md‎

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,14 @@ steps:
544544
{% endraw %}
545545
{% endhighlight %}
546546

547-
Note: we do recommend you only use this option as a last resort. You should not hardcode "localhost" as a requirement in your services as
548-
it adds extra constraints with integration tests (and especially with dynamic test environments).
547+
>💡 Note
548+
>
549+
>We do recommend you only use this option as a last resort. You should not hardcode "localhost" as a requirement in your services as it adds extra constraints with integration tests (and especially with dynamic test environments).
550+
551+
>⚠️ Warning
552+
>
553+
>If`shared_host_network: true`, services will no longer be available by name.
554+
>This means that you cannot mix access by name and localhost within one service group, you have to choose one and use`shared_host_network` attribute accordingly.
549555
550556

551557
##Limitations
@@ -561,11 +567,3 @@ Service containers are not compatible with [custom pipeline steps]({{site.baseur
561567
*[Integration tests]({{site.baseurl}}/docs/testing/integration-tests/)
562568
*[Integration test with database]({{site.baseurl}}/docs/yaml-examples/examples/integration-tests-with-database/)
563569
*[Creating Compositions]({{site.baseurl}}/docs/on-demand-test-environment/create-composition/)
564-
565-
566-
567-
568-
569-
570-
571-

‎_docs/getting-started/faq.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The following browser versions are **NOT** supported:
147147
##Enterprise support
148148

149149
**Q. Does Codefresh support SSO?**
150-
A. Yes, we support several[popular SSO providers]({{site.baseurl}}/docs/enterprise/single-sign-on/).
150+
A. Yes, we support several[popular SSO providers]({{site.baseurl}}/docs/single-sign-on/sso-overview/).
151151

152152
**Q. Does Codefresh support access control?**
153153
A. Yes, we support both UI and ABAC on[pipelines, projects and clusters]({{site.baseurl}}/docs/enterprise/access-control/).
@@ -167,4 +167,3 @@ A. Yes, we do.
167167
*[How Codefresh pipelines work]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/)
168168
*[Kubernetes Deployment tutorial]({{site.baseurl}}/docs/getting-started/deployment-to-kubernetes-quick-start-guide/)
169169
*[Helm Deployment Tutorial tutorial]({{site.baseurl}}/docs/getting-started/helm-quick-start-guide/)
170-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp