From ee0593be0056318de9df460f7009f78d0e2043ad Mon Sep 17 00:00:00 2001 From: Zhiming Guo Date: Thu, 16 Apr 2020 19:38:29 +1000 Subject: [PATCH] update security_groups.md try to make it render properly on Netlify's markdown engine --- docs/security_groups.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/security_groups.md b/docs/security_groups.md index c87d253529..179964d2b6 100644 --- a/docs/security_groups.md +++ b/docs/security_groups.md @@ -9,6 +9,7 @@ This is convenient for determining policy changes that need to be made when upgr **Using Managed Security Groups will not output these differences, it is up to the user to track expected changes to policies.** NOTE: + - *Currently Kops only supports using existing Security Groups for every instance group and Load Balancer in the Cluster, not a mix of existing and managed Security Groups. This is due to the lifecycle overrides being used to prevent creation of the Security Groups related resources.* - *Kops will add necessary rules to the security group specified in `securityGroupOverride`.*