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

docs(service-containers): describeshared_host_network: true pitfalls#542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
2 commits merged intomasterfromdocs/CR-16710
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions_docs/codefresh-yaml/service-containers.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -544,8 +544,14 @@ steps:
{% endraw %}
{% endhighlight %}

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
it adds extra constraints with integration tests (and especially with dynamic test environments).
> 💡 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 it adds extra constraints with integration tests (and especially with dynamic test environments).

> ⚠️ Warning
>
> If `shared_host_network: true`, services will no longer be available by name.
> 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.


## Limitations
Expand All@@ -561,11 +567,3 @@ Service containers are not compatible with [custom pipeline steps]({{site.baseur
* [Integration tests]({{site.baseurl}}/docs/testing/integration-tests/)
* [Integration test with database]({{site.baseurl}}/docs/yaml-examples/examples/integration-tests-with-database/)
* [Creating Compositions]({{site.baseurl}}/docs/on-demand-test-environment/create-composition/)








3 changes: 1 addition & 2 deletions_docs/getting-started/faq.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -147,7 +147,7 @@ The following browser versions are **NOT** supported:
## Enterprise support

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

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


[8]ページ先頭

©2009-2025 Movatter.jp