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

Commit3691870

Browse files
NimRegevLuke Goodfellow
and
Luke Goodfellow
authored
Remove how to KB articles (#924)
* Remove how to KB articlesRemoved unused invalid How to KB articles after porting content to core doc as relevant* Remove How tosCleaned up unused Howtos* removed some additional KB* Update create-codefresh-account.md* Refactor how tosRefactored how tos 1 to 5 in order of list---------Co-authored-by: Luke Goodfellow <goodfellow.luke@icloud.com>
1 parent7e5243b commit3691870

File tree

33 files changed

+108
-1724
lines changed

33 files changed

+108
-1724
lines changed

‎_docs/administration/account-user-management/create-codefresh-account.md‎

Lines changed: 18 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ redirect_from:
1111
-/docs/getting-started/introduction/
1212
toc:true
1313
---
14-
Before you candocreate pipelines, build, and deploy applications in Codefresh, you need to create a Codefresh account.
14+
Before you can create pipelines, build, and deploy applications in Codefresh, you need to create a Codefresh account.
1515

16-
Creating an account in Codefresh is free (no credit card is required) and can be done in three simple steps
16+
Creating an account in Codefresh is free (no credit card is required) and can be done in three simple steps:
1717

1818
{% include
1919
image.html
@@ -167,50 +167,29 @@ max-width="40%"
167167
%}
168168

169169

170+
##Rename/delete Codefresh accounts
171+
Codefresh administrators can rename and delete Codefresh accounts.
170172

171-
<!---nned to verify
172-
The next step is learning how to [build your first application]({{site.baseurl}}/docs/administration/create-a-basic-pipeline/).
173+
#####Rename Codefresh account
174+
You may want to rename your existing account, for example, either due to a sign-up error or change of business name.
173175

176+
At this time, only Codefresh Support can rename accounts.
177+
Please submit a support ticket with the following details:
178+
* Current account name
179+
* New account name
180+
If the new account name already exists due to a sign-up error, please indicate this as well.
174181

175-
## Other Git connection options
182+
#####Delete Codefresh account
176183

184+
>**NOTE:**
185+
Only account owners can delete the account.
177186

178187

179-
Codefresh also supports Atlassian Stash/Bitbucket Server. You need to [contact us](https://codefresh.io/contact-us/) to enable this integration before you can use it for your account.
188+
1. In the Codefresh UI, on the toolbar, click the**Settings** icon and then select**Organization Information**.
189+
1. Scroll down to Delete Account and click**Delete Account**.
190+
1. To confirm, click**Delete Account** once again.
191+
180192

181-
182-
{% include
183-
image.html
184-
lightbox="true"
185-
file="/images/administration/create-account/stash.png"
186-
url="/images/administration/create-account/stash.png"
187-
alt="Codefresh and Atlassian Stash"
188-
caption="Codefresh and Atlassian Stash"
189-
max-width="100%"
190-
%}
191-
192-
193-
Once that is done, follow the [Stash instructions]({{site.baseurl}}/docs/integrations/git-providers/#atlassian-stash) for more information.
194-
195-
196-
197-
## Using Codefresh in a secure corporate environment
198-
199-
If your source code repositories are in a private Git account that lies behind your company firewall, or simply has no access to the Internet, we can still help you!
200-
201-
{% include
202-
image.html
203-
lightbox="true"
204-
file="/images/administration/create-account/git-firewall.png"
205-
url="/images/administration/create-account/git-firewall.png"
206-
alt="Git behind firewall"
207-
caption="Git behind firewall"
208-
max-width="100%"
209-
%}
210-
211-
We can establish a VPN / tunnel to your network or discuss options for an on-premises Codefresh deployment. Please [contact us to get started](https://codefresh.io/contact-us/).
212-
213-
-->
214193
##Related articles
215194
[Adding users and teams]({{site.baseurl}}/docs/administration/account-user-management/add-users/)
216195
[Configuring access control]({{site.baseurl}}/docs/administration/account-user-management/access-control/)

‎_docs/kb/articles/about-reusevolumeselector-options.md‎

Lines changed: 0 additions & 69 deletions
This file was deleted.
Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"How To: Acquire webhook information after agit triggerhas been created"
2+
title:"How To: Acquire webhook information after aGit triggeris created"
33
description:
44
group:kb
55
sub-group:articles
@@ -11,12 +11,18 @@ categories: [Pipelines, CLI]
1111
support-reviewed:2023-04-18 LG
1212
---
1313

14-
##Overview
1514

16-
Currently, there is no way to gather this information via the Codefresh Web Interface. This information can be acquired via the CLI / API call to get the pipeline spec.
1715

18-
##Details
16+
This article describes how to get webhook information for a Git trigger through the Codefresh CLI or API.
17+
Currently, you cannot get webhook information through the user interface.
1918

20-
1.`codefresh get pipeline Project/Pipeline -o yaml`
21-
2. Under spec.triggers you can see the information about each git trigger.
22-
3. Information you will need is the**endpoint** and**secret** fields
19+
##How to
20+
21+
* Run:
22+
`codefresh get pipeline Project/Pipeline -o yaml`
23+
24+
The`spec.triggers` displays information about each Git trigger.
25+
Look at the`endpoint` and`secret` fields.
26+
27+
##Related articles
28+
[Git triggers in pipelines]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/)

‎_docs/kb/articles/add-link-to-parrent-from-child-pipeline.md‎

Lines changed: 0 additions & 62 deletions
This file was deleted.

‎_docs/kb/articles/adding-eks-cluster-programmatically.md‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"How To:Adding a new AWS EKS cluster to Codefresh programmatically"
2+
title:"How To:Add a new AWS EKS cluster to Codefresh programmatically"
33
description:
44
group:kb
55
sub-group:articles
@@ -11,14 +11,14 @@ categories: [Pipelines, API]
1111
support-reviewed:2023-04-18 LG
1212
---
1313

14-
##Overview
1514

16-
As part of your pipeline, you create a new cluster and want to add it to Codefresh
1715

18-
##Details
16+
This article describes how to add a new cluster created in a pipeline to Codefresh programmatically.
1917

20-
1. Note the name of the cluster in a variable, such as`$K8S_NAME`.
21-
2. After the cluster is created, run the following API call, replacing all with your values or variables:
18+
##How to
19+
20+
1. Create a variable for the cluster name, such as`$K8S_NAME`.
21+
2. After the cluster is created, run the following API call, replacing all placeholders with your values or variables:
2222

2323
{% raw %}
2424

@@ -45,9 +45,9 @@ add_new_cluster:
4545

4646
{% endraw %}
4747

48-
>_**Note**:_ A more detailed[EKS workflow can be foundhere](https://github.com/codefresh-io/eks-installer).
49-
50-
##Related Items
48+
{{site.data.callout.callout_tip}}
49+
See the detailed[EKS workflow](https://github.com/codefresh-io/eks-installer).
50+
{{site.data.callout.end}}
5151

52-
*[EKS Installer](https://github.com/codefresh-io/eks-installer)
53-
*[API documentation - clusters](https://g.codefresh.io/api/#tag/Clusters)
52+
##Related articles
53+
[API documentation - clusters](https://g.codefresh.io/api/#tag/Clusters)

‎_docs/kb/articles/automating-shared-secrets-creation.md‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"How To: Automate creation of Shared Secrets"
2+
title:"How To: Automate creation of Shared Secrets for pipelines"
33
description:
44
group:kb
55
sub-group:articles
@@ -11,18 +11,18 @@ categories: [Pipelines, CLI]
1111
support-reviewed:2024-01-17 MB
1212
---
1313

14-
##Overview
14+
This articles describes how to manage secrets across different pipelines in an efficient manner.
1515

16-
You have numerous secrets to manage across different pipelines and want to make the process more efficient.
1716

18-
##Details
17+
##Script for create secret context
1918

20-
The script reads each line from the provided file and appends it to the Codefresh`create context secret` command. This results in a single command that creates a secret context with all the specified secrets.
19+
The script reads each line from the provided file and appends it to the Codefresh`create context secret` command.
20+
This results in a single command that creates a secret context with all the specified secrets.
2121

2222
>**NOTE**
2323
Ensure you have the necessary permissions to create contexts in Codefresh.
2424

25-
**Script**
25+
#####Script
2626

2727
```bash
2828
#!/bin/bash
@@ -38,22 +38,22 @@ done < "$1"
3838
echo"$CMD"
3939
```
4040

41-
**How to use the script**
41+
##How to use the script
4242

43-
1. Prepare your secrets list
44-
Start by preparing a file containing your secrets. Each line in the file should contain one secret in the format KEY=VALUE.
43+
1. Prepare the list of your secrets.
44+
Start by preparing a file containing your secrets.
45+
Each line in the file should contain one secret in the format KEY=VALUE.
4546

46-
2. Set execution permissions
47+
2. Set execution permissions.
4748
Make the script executable by running:
4849
`chmod +x script_name.sh`
4950

50-
3. Run the script
51-
Execute the script with the command:
51+
3. Run the script with the command:
5252
`./script_name.sh secret_list.txt`
5353
where:
5454
`secret_list.txt` is the file containing your secrets
5555

56-
4. Verify creation
56+
4. Verify creation.
5757
After executing the script, verify that the secret context has been created in Codefresh with the specified secrets.
5858

5959

‎_docs/kb/articles/builds-not-starting-on-hybrid-runtime.md‎

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp