drop worker

This commit is contained in:
zramsay 2024-07-23 12:12:34 -04:00
parent 509db9eb5e
commit ce4c5d4295
5 changed files with 2 additions and 21 deletions

View File

@ -3,7 +3,7 @@
#k8s_cluster_name: tnt-cad-cluster #k8s_cluster_name: tnt-cad-cluster
k8s_cluster_name: default k8s_cluster_name: default
k8s_cluster_url: tnt-cad-cluster-control.realitynetwork.store k8s_cluster_url: tnt-cad-cluster-control.realitynetwork.store
k8s_taint_servers: true k8s_taint_servers: false
k8s_acme_email: "{{ support_email }}" k8s_acme_email: "{{ support_email }}"

View File

@ -14,4 +14,3 @@ firewalld_add:
- 10.42.0.0/16 - 10.42.0.0/16
- 10.43.0.0/16 - 10.43.0.0/16
- 165.227.34.121/32 - 165.227.34.121/32
- 167.99.181.37/32

View File

@ -1,15 +0,0 @@
---
firewalld_add:
- name: public
interfaces:
- enp9s0
services:
- http
- https
- name: trusted
sources:
- 10.42.0.0/16
- 10.43.0.0/16
- 165.227.34.121/32
- 167.99.182.224/32

View File

@ -14,4 +14,3 @@ firewalld_add:
- name: trusted - name: trusted
sources: sources:
- 167.99.182.224/32 - 167.99.182.224/32
- 167.99.181.37/32

4
hosts
View File

@ -1,14 +1,12 @@
[all] [all]
tnt-daemon ansible_host=165.227.34.121 tnt-daemon ansible_host=165.227.34.121
tnt-cad-cluster-control ansible_host=167.99.182.224 tnt-cad-cluster-control ansible_host=167.99.182.224
tnt-cad-cluster-worker ansible_host=167.99.181.37
[so] [so]
tnt-daemon tnt-daemon
[tnt_cad] [tnt_cad]
tnt-cad-cluster-control k8s_node_type=bootstrap tnt-cad-cluster-control k8s_node_type=bootstrap k8s_pod_limit=1024 k8s_external_ip=167.99.182.224
tnt-cad-cluster-worker k8s_node_type=agent k8s_pod_limit=1024 k8s_external_ip=167.99.181.37
[k8s:children] [k8s:children]
tnt_cad tnt_cad