From 6f82ea48826abab50a98b28b7a01e1bf7a04f55f Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Tue, 13 Jul 2021 18:11:14 +0200 Subject: [PATCH] Add missing IAM permissions to the NTH docs --- docs/addons.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/addons.md b/docs/addons.md index 99689aea4e..52fce3525c 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -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