Skip to content

Commit

Permalink
add version and changelog to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent ff37f36 commit 3065334
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ The module configures an eks cluster with additional components after the cluste
When selecting which version of the cluster-autoscaler to install, use the one that is closest to the same version as the `cluster_version` or slightly higher.
The cluster-autoscaler uses the kuberentes scheduling algorithm to appropriate scale the cluster, and if the autoscaler version sufficiently divirges from the kubernetes version, the autoscaler will scale the node groups incorrectly.


# CHANGELOG

* 0.0.1 -- 2024-07-22
- updated version.tf to 0.0.1
- included module.images in depends on helm charts
- created changelog


## Input

**cluster_name** `string`
Expand Down Expand Up @@ -137,5 +146,3 @@ The repository portion of the URI to access the kubectl image
**kubectl_image_tag**

The tag portion of the URI to access the kubectl image


4 changes: 2 additions & 2 deletions version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
_module_name = "tfmod-eks-storage-classes"
_module_version = "unknown"
_module_name = "tfmod-eks-configuration"
_module_version = "0.0.1"
}

0 comments on commit 3065334

Please sign in to comment.