Adding various things
This commit is contained in:
parent
de01e34a40
commit
80d0e182cb
|
|
@ -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.
|
# ## 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]
|
[all]
|
||||||
haumdaucher
|
haumdaucher
|
||||||
jetson1.dyndns.moritzgraf.de
|
#jetson1.dyndns.moritzgraf.de
|
||||||
# container_manager=containerd resolvconf_mode=docker_dns
|
# 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
|
#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]
|
[kube-node]
|
||||||
haumdaucher
|
haumdaucher
|
||||||
jetson1.dyndns.moritzgraf.de
|
#jetson1.dyndns.moritzgraf.de
|
||||||
|
|
||||||
[calico-rr]
|
[calico-rr]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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):
|
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
|
```sh
|
||||||
namespaces="datalab moritz"
|
namespaces="datalab moritz web"
|
||||||
# the following is ONLY required to update the secret file!!
|
# the following is ONLY required to update the secret file!!
|
||||||
for i in $( echo $namespaces ) ; do
|
for i in $( echo $namespaces ) ; do
|
||||||
kubectl create secret docker-registry registry-haumdaucher-de \
|
kubectl create secret docker-registry registry-haumdaucher-de \
|
||||||
|
|
|
||||||
|
|
@ -190,7 +190,6 @@ resource "ovh_domain_zone_record" "moritzgraf" {
|
||||||
target = "136.243.23.215" # hetzner
|
target = "136.243.23.215" # hetzner
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
resource "ovh_domain_zone_record" "mx_records" {
|
resource "ovh_domain_zone_record" "mx_records" {
|
||||||
for_each = toset(var.domains)
|
for_each = toset(var.domains)
|
||||||
zone = each.key
|
zone = each.key
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue