Skip to content

Tags: datarockets/infrastructure

Tags

v0.3.0-rc2

Toggle v0.3.0-rc2's commit message
Remove redundand security group rules

I wrongly assummed that they work like a firewall rules and I thought if
we make a request to particular port from random port we need to allow
connections back. It's not true. It seems security group rules are
applied to connection creation not to literal data flow.

v0.3.0-rc1

Toggle v0.3.0-rc1's commit message
Give space for cluster to power down a node

v0.2.1

Toggle v0.2.1's commit message
Make it possible to mount secrets as volumes

Use `mount_secrets` within service definition:
	mount_secrets = {
		secret-name = "/destination/path"
	}

Every key in `data` in secret become a file in the destination path.

v0.2.0

Toggle v0.2.0's commit message
Multiple ingresses may have single ip

v0.1.0

Toggle v0.1.0's commit message
Update example to use new module arguments

v0.0.1

Toggle v0.0.1's commit message
Add very first version of do/k8s and k8s/basic modules