Misc doc and changelog format changes (#604)

👊
This commit is contained in:
Max Williams
2019-11-28 15:03:26 +01:00
committed by GitHub
parent 9363662574
commit 614d815c3c
4 changed files with 66 additions and 193 deletions

View File

@@ -87,6 +87,8 @@ Launch Template support is a recent addition to both AWS and this module. It mig
]
```
## Important issues
## Important Notes
- https://github.com/kubernetes/autoscaler/issues/1133
An issue with the cluster-autoscaler: https://github.com/kubernetes/autoscaler/issues/1133
AWS have released their own termination handler now: https://github.com/aws/aws-node-termination-handler

View File

@@ -1,14 +0,0 @@
# Upgrading from version <= 7.x to 8.0.0
In version 8.0.0 the way the aws-auth config map in the kube-system namespaces is managed, has been changed.
Before this was managed via kubectl using a null resources. This was changed to be managed by the terraform kubernetes
provider.
To upgrade you have to add the kubernetes provider to the place you are calling the module. You can see examples in
the [examples](../examples) folder.
You also have to delete the aws-auth config map before doing an apply.
**This means you need to the apply with the same user/role that created the cluster.**
Since this user will be the only one with admin on the k8s cluster. After that the resource is managed trough the
terraform kubernetes provider.