From 80d0e182cb51eba80c1d4f4b83a4215c96b23113 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sun, 19 Sep 2021 13:28:08 +0200 Subject: [PATCH] Adding various things --- bootstrap/inventory/prod/inventory.ini | 4 ++-- k8s/README.md | 2 +- terraform/ovh.tf | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bootstrap/inventory/prod/inventory.ini b/bootstrap/inventory/prod/inventory.ini index 74f79ef..3236020 100644 --- a/bootstrap/inventory/prod/inventory.ini +++ b/bootstrap/inventory/prod/inventory.ini @@ -3,7 +3,7 @@ # ## We should set etcd_member_name for etcd cluster. The node that is not a etcd member do not need to set the value, or can set the empty string value. [all] haumdaucher -jetson1.dyndns.moritzgraf.de +#jetson1.dyndns.moritzgraf.de # container_manager=containerd resolvconf_mode=docker_dns #ns3088070.ip-37-59-40.eu ansible_host=37.59.40.95 ansible_become=yes ansible_become_method=sudo ansible_python_interpreter=/usr/bin/python3 @@ -27,7 +27,7 @@ haumdaucher [kube-node] haumdaucher -jetson1.dyndns.moritzgraf.de +#jetson1.dyndns.moritzgraf.de [calico-rr] diff --git a/k8s/README.md b/k8s/README.md index 28ff7c4..8769d89 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -123,7 +123,7 @@ helm upgrade --install --create-namespace docker-registry stable/docker-registry Create credentials secret [according to docu](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-secret-by-providing-credentials-on-the-command-line): ```sh -namespaces="datalab moritz" +namespaces="datalab moritz web" # the following is ONLY required to update the secret file!! for i in $( echo $namespaces ) ; do kubectl create secret docker-registry registry-haumdaucher-de \ diff --git a/terraform/ovh.tf b/terraform/ovh.tf index 5cd1f71..4f10ffb 100644 --- a/terraform/ovh.tf +++ b/terraform/ovh.tf @@ -190,7 +190,6 @@ resource "ovh_domain_zone_record" "moritzgraf" { target = "136.243.23.215" # hetzner } - resource "ovh_domain_zone_record" "mx_records" { for_each = toset(var.domains) zone = each.key