mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 22:50:34 +00:00
init: initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
locals {
|
||||
master_ip = "10.4.0.3"
|
||||
master_fqdn = "master."
|
||||
|
||||
k3s_data_dir = "/mnt/k3s"
|
||||
k3s_channel = "stable"
|
||||
}
|
||||
Reference in New Issue
Block a user