File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
ansible/roles/compute_init
environments/common/layouts Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
Experimental functionality to allow compute nodes to rejoin the cluster after
4
4
a reboot without running the ` ansible/site.yml ` playbook.
5
5
6
+ ** CAUTION:** The approach used here of exporting cluster secrets over NFS
7
+ is considered to be a security risk due to the potential for cluster users to
8
+ mount the share on a user-controlled machine by tunnelling through a login
9
+ node. This feature should not be enabled on production clusters at this time.
10
+
6
11
To enable this:
7
12
1 . Add the ` compute ` group (or a subset) into the ` compute_init ` group. This is
8
13
the default when using cookiecutter to create an environment, via the
Original file line number Diff line number Diff line change @@ -93,9 +93,8 @@ cluster
93
93
[sshd]
94
94
# Hosts where the OpenSSH server daemon should be configured
95
95
96
- [compute_init:children ]
96
+ [compute_init]
97
97
# EXPERIMENTAL: Compute hosts to enable joining cluster on boot on
98
- compute
99
98
100
99
[k3s:children]
101
100
# Hosts to run k3s server/agent
You can’t perform that action at this time.
0 commit comments