A curated list of tech stacks for building different applications & features
-
Updated
Feb 11, 2020 - JavaScript
Need folks to upload code related to Data Structures using C.
Any program will be appreciated as long as it's related to Arrays, Linked List, Queues, Stacks, Trees etc.
Add a description, image, and links to the stacks topic page so that developers can more easily learn about it.
To associate your repository with the stacks topic, visit your repo's landing page and select "manage topics."
chart-repo.tf sets
cluster_name = "${var.region}.${var.zone_name}"
however when deploying kops module there is the ability to setcluster_name_prefix
which overrides the defaultregion
name.Other modules in the root-module set
cluster_name
the same way. Does it make sense to move thecluster_name_prefix
logic toaws/kops-aws-platform
or use some other ENV?