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

Commit9e0f1ff

Browse files
committed
Add page on accessing cfcr from k8s
1 parentd097588 commit9e0f1ff

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

‎_data/nav.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@
137137
url:"/codefresh-kubernetes-integration-demochat-example"
138138
-title:Add config maps to your namespaces
139139
url:"/add-config-maps-to-your-namespaces"
140+
-title:Accessing Codefresh Docker registry from your Kubernetes cluster
141+
url:"/access-codefresh-docker-registry-from-kubernetes"
140142

141143
-title:"*NEW* HELM"
142144
url:"/new-helm"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title:"Accessing Codefresh Docker registry from your Kubernetes cluster"
3+
description:""
4+
group:deploy-to-kubernetes
5+
redirect_from:
6+
-/docs/access-codefresh-docker-registry-from-kubernetes/
7+
toc:true
8+
---
9+
Please see[Kubernetes: Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/){:target="_blank"}.
10+
11+
When creating a Kubernetes Secret using instructions found in the link above:
12+
- the Docker server to use is**r.cfcf.io**
13+
- the username is your Codefresh username
14+
- the password is a valid[CFCR Login Token]({{ site.baseurl }}/docs/docker-registries/codefresh-registry/#generate-cfcr-login-token).
15+
16+
Be sure to create the Secret in the namespace in which your application will run.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ docker pull r.cfcr.io/<ACCOUNT>/<IMAGE>:<TAG>
8888
{% endhighlight %}
8989

9090
###See also
91-
[Kubernetes: Pull an Image froma Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/){:target="_blank"}
91+
[Accessing Codefresh Docker registry fromyour Kubernetes cluster]({{ site.baseurl }}/docs/deploy-to-kubernetes/access-codefresh-docker-registry-from-kubernetes/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp