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

Gitops app resources external links#1048

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
NimRegev merged 3 commits intomasterfromgitops-app-resources-external-links
Sep 4, 2024
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
43 changes: 42 additions & 1 deletion_docs/deployments/gitops/applications-dashboard.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -318,7 +318,8 @@ The icon for a resource node identifies the type of Kubernetes resource it repre
What can you do with application resources?
* View application resources in [List or Tree views](#view-modes-for-application-resources)
* [Filter resources](#filters-for-application-resources) to focus on what's important
* Delete resources
* [Access external links](#access-external-links) if defined
* [Delete resources](#delete-application-resources)
* Monitor resources:
* [Health status](#health-status-for-application-resources)
* [Sync status](#sync-status-for-application-resources)
Expand DownExpand Up@@ -477,6 +478,46 @@ caption="Current State filtered by IgnoreExtraneous resources"
max-width="50%"
%}

### Access external links
If your Kubernetes resources have annotations that define external links, the {::nomarkdown}<img src="../../../../images/icons/external-link-resources.png" display=inline-block">{:/} is displayed below the context menu of the resource. Clicking the icon shows the list of external links configured for the resource.

>**NOTE**
This feature requires GitOps Runtime chart version 0.10.0.



{% include
image.html
lightbox="true"
file="/images/applications/current-state-resource-external-link.png"
url="/images/applications/current-state-resource-external-link.png"
alt="External links for deployment resource in Current State Tree view"
caption="External links for deployment resource in Current State Tree view"
max-width="50%"
%}

Ingress resources automatically display external links. Clicking {::nomarkdown}<img src="../../../../images/icons/external-link-resources.png" display=inline-block">{:/} displays the links configured.

{% include
image.html
lightbox="true"
file="/images/applications/current-state-ingress-links.png"
url="/images/applications/current-state-ingress-links.png"
alt="External links for ingress resource in Current State Tree view"
caption="External links for ingress resource in Current State Tree view"
max-width="50%"
%}



Use this annotation to add the external link to a Kubernetes resource:
```yaml
annotations:
link.argocd.argoproj.io/external-link: http://my-grafana.example.com/pre-generated-link
```

For more details on this feature, see [Argo CD's documentation on Adding external URLs](https://argo-cd.readthedocs.io/en/stable/user-guide/external-url/){:target="\_blank"}.

### Delete application resources
Delete specific resources in an application directly from the Codefresh UI.

Expand Down
19 changes: 19 additions & 0 deletions_docs/deployments/gitops/manage-application.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -705,6 +705,25 @@ Codefresh warns you of the implication of deleting the selected application in t
1. To confirm, click **Commit & Delete**.


## Add external links to application resources
Add external links to application resources through annotations to view and access them directly from the Current State's Tree view.
External links include links to dashboards such as monitoring dashboards, documentation, or any other external resource you think is relevant to the resource.

See Argo CD's documentation on [Adding external URL](https://argo-cd.readthedocs.io/en/stable/user-guide/external-url/){:target="\_blank"}.


1. From the sidebar, select GitOps Apps, and then select the application for which to add external links.
1. Add the following annotation:

```yaml
...
metadata:
annotations:
link.argocd.argoproj.io/external-link: <external-link. # http://my-grafana.example.com/pre-generated-link
...
```
1. Click the icon is displayed next to the resource in the Tree view to access the external link.




Expand Down
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedimages/icons/external-link-resources.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[8]ページ先頭

©2009-2025 Movatter.jp