Решение ошибки mkdir -p

This commit is contained in:
3 changed files with 75 additions and 39 deletions

View File

@@ -35,7 +35,7 @@ variable "domain" {
variable "k3s_version" {
description = "Version of K3s to install"
type = string
default = "v1.27.3+k3s1"
default = "v1.32.3+k3s1"
}
variable "k3s_channel" {
@@ -47,7 +47,7 @@ variable "k3s_channel" {
variable "kubeconfig_path" {
description = "Path where to save the kubeconfig file locally"
type = string
default = "~/.kube/config"
default = "./k3s.yaml"
}
variable "node_token_path" {