Merge pull request #11984 from olemarkus/docs-nth-missing-perms

Add missing IAM permissions to the NTH docs
This commit is contained in:
Kubernetes Prow Robot 2021-07-13 09:56:31 -07:00 committed by GitHub
commit 0017128c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -174,8 +174,10 @@ The kOps CLI requires additional IAM permissions to manage the requisite EventBr
"events:ListTargetsByRule",
"events:ListTagsForResource",
"events:PutEvents",
"events:PutRule",
"events:PutTargets",
"events:RemoveTargets",
"events:TagResource",
"sqs:CreateQueue",
"sqs:DeleteQueue",
"sqs:GetQueueAttributes",
@ -188,7 +190,7 @@ The kOps CLI requires additional IAM permissions to manage the requisite EventBr
}
```
**Warning: If you switch between the two operating modes on an existing cluster, the old resources have to be manually deleted. For IMDS to Queue Processor, this means deleting the k8s nth daemonset. For Queue Processor to IMDS, this means deleting the k8s nth deployment and the AWS resources: the SQS queue, EventBridge rules, and ASG Lifecycle hooks.**
**Warning:** If you switch between the two operating modes on an existing cluster, the old resources have to be manually deleted. For IMDS to Queue Processor, this means deleting the k8s nth daemonset. For Queue Processor to IMDS, this means deleting the Kubernetes NTH deployment and the AWS resources: the SQS queue, EventBridge rules, and ASG Lifecycle hooks.
#### Node Problem Detector