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

Commit04ac8e0

Browse files
Minor fixes
1 parentb1a4bbd commit04ac8e0

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

‎_docs/deploy-to-kubernetes/deployment-options-to-kubernetes.md‎

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -55,35 +55,17 @@ Using this YAML example, we'll add an additional step to deploy the image in Doc
5555
The following instructions describe how to create a new service in your Kubernetes cluster in order to deploy to it.
5656
>Note: If you're deploying to an existing service in your Kubernetes cluster please skip to the[next step]({{ site.baseurl }}/docs/deploy-to-kubernetes/deployment-to-kubernetes-quick-start-guide/#add-a-deployment-step)
5757
58-
{:start="1"}
58+
5959
1. Go to the**`Kubernetes`→`Services page`**.
60-
61-
{:start="2"}
62-
2. Click the button**“Add Service”**.
63-
64-
{:start="3"}
65-
3. Select the**cluster**.
66-
67-
{:start="4"}
68-
4. Select the**namespace**.
69-
70-
{:start="5"}
71-
5. Type an arbitrary**service name**.
72-
73-
{:start="6"}
74-
6. Specify the**number of replicas**.
75-
76-
{:start="7"}
77-
7. Type the name of your**pushed image**.
78-
79-
{:start="8"}
80-
8. In the**“Internal Ports”** field specify the port which your application listens to.
81-
82-
{:start="9"}
83-
9. In the**“Expose port”** field specify the port to be exposed to the Internet and check the checkbox.
84-
85-
{:start="10"}
86-
10. Click the button**“Deploy”** to deploy the application.
60+
1. Click the button**“Add Service”**.
61+
1. Select the**cluster**.
62+
1. Select the**namespace**.
63+
1. Type an arbitrary**service name**.
64+
1. Specify the**number of replicas**.
65+
1. Type the name of your**pushed image**.
66+
1. In the**“Internal Ports”** field specify the port which your application listens to.
67+
1. In the**“Expose port”** field specify the port to be exposed to the Internet and check the checkbox.
68+
1. Click the button**“Deploy”** to deploy the application.
8769

8870
Wait until the deployment is finished and you will be able to open the deployed application in your browser by clicking on the "endpoint" link.
8971

@@ -92,7 +74,7 @@ lightbox="true"
9274
file="/images/3f36367-Screenshot_from_2018-02-16_17-09-54.png"
9375
url="/images/3f36367-Screenshot_from_2018-02-16_17-09-54.png"
9476
alt="Screenshot from 2018-02-16 17-09-54.png"
95-
max-width="40%"
77+
max-width="60%"
9678
%}
9779

9880
##Add a Deployment step

‎_docs/docker-registries/codefresh-registry.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc: true
1010
When creating[a Codefresh account]({{site.baseurl}}/docs/getting-started/create-a-codefresh-account/) you will automatically get access to your Codefresh Registry which stores and lets you distribute docker images.
1111

1212
>**Note**: The Codefresh Registry will be*read-only* from April 15 - April 30, 2020 and then*fully removed* from the service May 1, 2020.
13-
>See[this blog post]({{site.baseurl}}/codefresh-news/deprecation-of-the-codefresh-private-registry/) for more information.
13+
>See[this blog post](https://codefresh.io/codefresh-news/deprecation-of-the-codefresh-private-registry/) for more information.
1414
1515
All images built in Codefresh are automatically pushed to your Codefresh registry.
1616

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp