shalb / cluster.dev

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.
https://docs.cluster.dev/
GNU Affero General Public License v3.0
401 stars 36 forks source link

Installed: true/false, deploy nginx-ingress addon in entrypoint script, destroy procedure #26

Closed romanprog closed 4 years ago

romanprog commented 4 years ago

Take kubernetes addons installation in a separate step (deploy nginx-ingress addon in entrypoint script). Installed: true/false and destroy procedure tests fixes

MaxymVlasov commented 4 years ago

Destroying of

romanprog commented 4 years ago

Destroying of

  • S3
  • DynamoDB
  • Route53 can be done as part of this issue or you can open new #28 (comment)

@MaxymVlasov S3 - done DynamoDB - done Route53 - what exactly route53 records? Function aws::init_route53 is empty now.

romanprog commented 4 years ago

tested and merged