Skip to content

Commit

Permalink
[2.0.1] k8s-modules: update documentation (#3146)
Browse files Browse the repository at this point in the history
Result of spike: #2982

Signed-off-by: cicharka <arkadiusz.cichon@outlook.com>
  • Loading branch information
cicharka authored May 18, 2022
1 parent f118177 commit 8ee4a3f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 404 deletions.
10 changes: 10 additions & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

- [#3080](https://github.com/epiphany-platform/epiphany/issues/3080) - update Filebeat to the latest compatible version with OpenSearch

- [#2982](https://github.com/epiphany-platform/epiphany/issues/2982) - Using AKS and EKS Terraform configuration directly with Epiphany.

### Deprecated

- Support for Modules:
[Azure Basic Infrastructure](https://github.com/epiphany-platform/m-azure-basic-infrastructure) (AzBI) module
[Azure AKS](https://github.com/epiphany-platform/m-azure-kubernetes-service) (AzKS) module
[AWS Basic Infrastructure](https://github.com/epiphany-platform/m-aws-basic-infrastructure) (AwsBI) module
[AWS EKS](https://github.com/epiphany-platform/m-aws-kubernetes-service) (AwsKS) module

## [2.0.0] 2022-05-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/home/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
- [AWS Security groups](./howto/SECURITY_GROUPS.md#aws-security-groups)
- [AWS Security groups full yaml file](./howto/SECURITY_GROUPS.md#aws-setting-groups-full-yaml-file)

- [Modules](./howto/MODULES.md)
- [K8S-Modules](./howto/K8S_MODULES.md)

- [Repository](./howto/REPOSITORY.md)
- [Introduction](./howto/REPOSITORY.md#introduction)
Expand Down
11 changes: 11 additions & 0 deletions docs/home/howto/K8S_MODULES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# K8S_MODULES

Previous modules approach that included:
* [Azure Basic Infrastructure](https://github.com/epiphany-platform/m-azure-basic-infrastructure) (AzBI) module
* [Azure AKS](https://github.com/epiphany-platform/m-azure-kubernetes-service) (AzKS) module
* [AWS Basic Infrastructure](https://github.com/epiphany-platform/m-aws-basic-infrastructure) (AwsBI) module
* [AWS EKS](https://github.com/epiphany-platform/m-aws-kubernetes-service) (AwsKS) module

has been depricated - Epiphany will no longer support usage of these modules.

For Kubernetes services (AKS and EKS) that can be used alongside Epiphany, please refer to [k8s-modules](https://github.com/epiphany-platform/k8s-modules).
Loading

0 comments on commit 8ee4a3f

Please sign in to comment.