fix traefik

This commit is contained in:
2024-03-10 11:55:14 +01:00
parent 65ab50b23e
commit 934b75b714
8 changed files with 79 additions and 404 deletions

View File

@@ -5,3 +5,8 @@ output "cluster_ocid" {
output "public_endpoint" {
value = one(oci_containerengine_cluster.k8s_cluster.endpoints)
}
resource "local_file" "oke_kubeconfig" {
content = data.oci_containerengine_cluster_kube_config.cluster_kube_config.content
filename = "${path.module}/kubeconfig"
}