You can diagnose one or more nodes at a time in the Container Service for Kubernetes
(ACK) console and collect the diagnostic logs. This topic describes how to collect
diagnostic logs of nodes with simple steps.
Select nodes to diagnose
- Log on to the ACK console.
- In the left-side navigation pane of the ACK console, click Clusters.
- On the Clusters page, find the cluster that you want to manage and click the name of the cluster
or click Details in the Actions column. The details page of the cluster appears.
- Optional:Authorize nodes to upload diagnostic logs to Object Storage Service (OSS).
Before you can upload diagnostic logs from nodes to an OSS bucket, you must grant
the nodes the write permissions on the specified directory in OSS.
- On the Cluster Information page, click the Cluster Resources tab. On the Cluster Resources tab, click the hyperlink next to Worker RAM Role.
- On the Permissions tab, click the policy that is prefixed with k8sWorkerRole.
- On the Policy Document tab, click Modify Policy Document.
- On the Visual Editor Beta or JSON tab, add the following content to the policy content,
and specify the bucket name and directory. After you modify the content, click Next.
{
"Action": [
"oss:GetBucket",
"oss:PutObject",
"oss:GetObject"
],
"Resource": [
"acs:oss:*:*:<the OSS bucket name>/<the directory used to store diagnostic logs>/*"
],
"Effect": "Allow"
},
{
"Action": [
"oss:GetBucketInfo"
],
"Resource": [
"acs:oss:*:*:<the OSS bucket name>"
],
"Effect": "Allow"
}
- In the left-side navigation pane of the details page, choose .
- In the left-side navigation pane, choose .
- On the Nodes page, select one or more nodes and click Node Diagnosis.
- In the Node Diagnosis dialog box, perform the following operations:
- Select Upload to OSS and perform the following steps:
You can upload the diagnostic logs to an OSS bucket. Before you perform the following
steps, you must grant the nodes the write permissions on the specified directory in
OSS. This allows the nodes to upload the node diagnostic logs to the specified OSS
bucket. For more information, see 4.
- Enter the name and directory of the OSS bucket.
For example, if you want to upload the diagnostic logs to the /acs/diagnose directory in myBucket, enter myBucket/acs/diagnose.
- Select or clear Share Diagnosis Logs.
If you select the check box, the system generates a temporary link for you to download
the diagnostic logs. You can also share the link to the ACK support team to request
technical support.
- Click OK.
After the preceding steps are completed, you can obtain the task ID of Cloud Assistant in the console. Then, you can use the task ID to find and view
the logs of diagnostic script executions in the Elastic Compute Service (ECS) Cloud
Assistant console.
- In the Node Diagnosis dialog box, click Go to Cloud Assistant to View Diagnosis Script Execution Logs.
- On the Cloud Assistant page, choose . Click the Command Execution Result to view relevant diagnostic logs.
- Find the task ID and click View in the Actions column.
You can go to the OSS console to view the diagnostic logs that are collected in the specified directory.
- Clear Upload to OSS, and click OK.
If you clear Upload to OSS, you do not need to grant the nodes the write permissions on the specified directory
in OSS. You can log on to the ECS console and choose to view relevant diagnostic logs.