add dashboard
This commit is contained in:
parent
5310229420
commit
688592f852
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ resource "rke_cluster" "cluster" {
|
|||
role = ["controlplane", "worker", "etcd"]
|
||||
ssh_key = "${file("../ssh-terraform-hetzner")}"
|
||||
}
|
||||
addons_include = [
|
||||
"https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.1/aio/deploy/recommended.yaml"
|
||||
]
|
||||
}
|
||||
|
||||
resource "local_sensitive_file" "kube_config" {
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue