You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/deploying-application/image-labels-and-comments.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ You can add labels and comments from the following pages:
35
35
36
36
{% hint style="warning" %}
37
37
You can add multiple labels to an image. but each label can be used only once 'per image, per application'. You may use it in an image of other application though. <br />
38
-
Refer [Deleting Labels](#deleting-labels--comments) if you commit a mistake while adding labels.
38
+
Refer [Deleting Labels](#deleting-labels-and-comments) if you commit a mistake while adding labels.
@@ -72,12 +72,14 @@ You can also include additional information about your cluster using the Markdow
72
72
Users need to have [access to the cluster](./global-configurations/authorization/user-access.md#kubernetes-resources-permissions) to discover resources.
73
73
{% endhint %}
74
74
75
-
### Search and Filter
75
+
### Search Resources
76
76
77
77
You can use the searchbox to browse the resources.
78
78
79
79

Moreover, you can use filters that allow you to quickly filter your workload as per labels, field selectors, or [CEL expression](https://kubernetes.io/docs/reference/using-api/cel/) as shown below.
82
84
83
85
{% embed url="https://www.youtube.com/watch?v=E-V-ELCXtfs" caption="Filtering Workloads in Devtron" %}
@@ -294,7 +296,7 @@ Moreover, you can download the pod logs for ease of sharing and troubleshooting
294
296
295
297
{% embed url="https://www.youtube.com/watch?v=PP0ZKAZCT58" caption="Downloading Pod Logs" %}
296
298
297
-
#### Pod Last Restart Snapshot
299
+
#### Pod Last Restart Snapshot[](https://devtron.ai/pricing)
298
300
299
301
Frequent pod restarts can impact your application as it might lead to unexpected downtimes. In such cases, it is important to determine the root cause and take actions (both preventive and corrective) if needed.
@@ -522,7 +524,7 @@ If you are not a super-admin and can't generate a token yourself, you can find t
522
524
Once the connection is successful, you may run any [kubectl operations](https://kubernetes.io/docs/reference/kubectl/#operations) from your system.
523
525
{% endhint %}
524
526
525
-
### Use Case - Port Forwarding
527
+
### Use Case - Port Forwarding [](https://devtron.ai/pricing)
526
528
527
529
Assume your applications are running in a Kubernetes cluster on cloud. Now, if you wish to test or debug them on your local machine, you can perform [port forwarding](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/). It creates a tunnel between a port on your machine and a port on a resource within your cluster. Therefore, you can access applications running inside the cluster as though they are running locally on your machine.
This section allows you to add new [tenants](#tenants) and map environments to these [installations](./README.md#installations) to ensure updates [rollout](#rollout) correctly.
5
+
This section allows you to add new [tenants](./README.md#tenants) and map environments to these [installations](./README.md#installations) to ensure updates [rollout](./README.md#rollout) correctly.
0 commit comments