-
Updated
Jun 18, 2020 - PowerShell
reference-architecture
Here are 29 public repositories matching this topic...
-
Updated
Oct 16, 2019 - PHP
-
Updated
Aug 31, 2018 - Java
-
Updated
May 8, 2020 - HCL
Hi,
I had a chat with Erik last week and he suggested I create this issue linking to the notes I created while getting up and running with this repo and geodesic.
Here they are: https://gist.github.com/joe-niland/b96150bfc13828c2a58751dfca7ffe7e
The docs in this repo are already very thorough but I found that, to get everything working, I had to also refer to your docs site and the Slack
-
Updated
Jun 15, 2020 - Python
-
Updated
Jan 12, 2018 - Python
-
Updated
Dec 14, 2017 - HTML
-
Updated
Jun 19, 2020 - Shell
-
Updated
May 3, 2020 - Ruby
-
Updated
Mar 8, 2019 - JavaScript
-
Updated
Feb 18, 2020 - HCL
-
Updated
Jun 6, 2020 - HCL
-
Updated
Jun 1, 2020 - Dockerfile
-
Updated
Jun 1, 2020 - HCL
-
Updated
May 18, 2017 - Shell
-
Updated
Jun 13, 2018
-
Updated
Jun 1, 2020 - Dockerfile
-
Updated
Jun 1, 2020 - Dockerfile
-
Updated
Jan 8, 2018 - HCL
-
Updated
Jan 20, 2019 - Dart
-
Updated
Jul 17, 2018 - HTML
-
Updated
Jun 29, 2018
-
Updated
Apr 1, 2019 - Dockerfile
-
Updated
Feb 18, 2017
-
Updated
Sep 6, 2018
-
Updated
Mar 19, 2018 - Shell
Improve this page
Add a description, image, and links to the reference-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reference-architecture 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_prefixwhich overrides the defaultregionname.Other modules in the root-module set
cluster_namethe same way. Does it make sense to move thecluster_name_prefixlogic toaws/kops-aws-platformor use some other ENV?