Skip to content

Commit

Permalink
Add view and download logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramo-Y committed Dec 16, 2024
1 parent 56d8e20 commit df6178e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/_posts/2024-12-09-troubleshooting-an-aks-sitecore-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ When you open the Pods menu (1), and see only one pod (2), it's possible that th

## Basic operations

### View and download logs
To view the live logs of a Pod, go to Workloads (1), then Pods (2), select the Pod (3), press Pod logs (4) from the pod menu extension, select the container (5) and the logs will shown in the terminal below (6).

![ShowLogs](../files/2024/12/09/show-logs.png "Show logs")

To download all logs, click on the Download button (1) and choose between All logs (2).

![DownloadAllLogs](../files/2024/12/09/download-all-logs.png "Download all logs")

### Pod Shell


### Restart a deployment
Go to Workloads (1) - Deployments (2) select the deployment (3) you want to restart, press the restart button (4) and confirm.

Expand All @@ -80,8 +92,7 @@ Go to Workloads (1) - Deployments (2) select the deployment (3) you want to rest
### Copy files from a container to your computer


## Copy files from your computer to a container

### Copy files from your computer to a container


Photo by <a href="https://unsplash.com/@growtika?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Growtika</a> on <a href="https://unsplash.com/photos/a-group-of-blue-boxes-ZfVyuV8l7WU?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>
Expand Down
Binary file added docs/files/2024/12/09/download-all-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/files/2024/12/09/show-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df6178e

Please sign in to comment.