Formatting.

This commit is contained in:
Mikael Frykholm 2024-04-12 13:28:58 +02:00
parent 8f06210e47
commit 024ac19997
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

@ -1,4 +1,4 @@
on new install: # on new install:
* `tofu apply` to create machines * `tofu apply` to create machines
* change hostname to be fqdn with hostnamectl, changing with a running cluster will break the cluster * change hostname to be fqdn with hostnamectl, changing with a running cluster will break the cluster
@ -8,7 +8,7 @@ on new install:
``` ```
'^internal-sto4-test-k8sm-[0-9].rut.sunet.se$': '^internal-sto4-test-k8sm-[0-9].rut.sunet.se$':
rut::infra_ca_rp: rut::infra_ca_rp:
sunet::microk8s::node: sunet::microk8s::node:
channel: 1.28/stable channel: 1.28/stable
@ -42,4 +42,5 @@ internal-sto4-test-k8sw-3.rut.sunet.se Ready <none> 18m v1.28.7
internal-sto4-test-k8sw-4.rut.sunet.se Ready <none> 16m v1.28.7 internal-sto4-test-k8sw-4.rut.sunet.se Ready <none> 16m v1.28.7
internal-sto4-test-k8sw-0.rut.sunet.se Ready <none> 21m v1.28.7 internal-sto4-test-k8sw-0.rut.sunet.se Ready <none> 21m v1.28.7
internal-sto4-test-k8sm-1.rut.sunet.se Ready <none> 16d v1.28.7 internal-sto4-test-k8sm-1.rut.sunet.se Ready <none> 16d v1.28.7
``` ```
* **Profit**