Closed alexivanoff closed 2 years ago
As far as I understand Azure is an unsupported provider for Terraform output. Do we have some tasks, maybe ETA to enable the support?
That is correct, the Terraform target for Azure has not yet been implemented. I don't know of anyone working on it at the moment, but PRs would be welcome. It should be pretty straight forward, just tedious due to the amount of changes needed.
Adding support should be as simple as:
We use the terraform support in the other clouds to provide integration testing which could be its own task once initial terraform support for Azure has been implemented.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close
@k8s-triage-robot: Closing this issue.
/kind bug
1. What
kops
version are you running? The commandkops version
, will display this information. I0708 11:55:36.732986 14963 featureflag.go:165] FeatureFlag "Azure"=true Version 1.21.0 (git-a5bdc3359e544b314d5695b3ed596829313fc6e3)2. What Kubernetes version are you running?
kubectl version
will print the version if a cluster is running or provide the Kubernetes version specified as akops
flag. Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-25T14:58:59Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"linux/amd64"} Unable to connect to the server: dial tcp 10.7.32.4:443: connect: network is unreachable3. What cloud provider are you using? Azure
4. What commands did you run? What is the simplest way to reproduce this issue? kops create cluster --cloud azure --name test-1.k8s.local --zones eastus-1 --networking calico --azure-subscription-id "${AZURE_SUBSCRIPTION_ID}" --azure-tenant-id "${AZURE_TENANT_ID}" --azure-resource-group-name test-rg --azure-route-table-name test-route-table --azure-admin-user admin --network-cidr 10.0.0.0/16 --target terraform --out terraform/kubernetes
5. What happened after the commands executed? W0708 12:00:02.510285 14992 executor.go:139] error running task "ResourceGroup/test-rg" (9m56s remaining to succeed): could not find Render method on type azuretasks.ResourceGroup (target terraform.TerraformTarget) I0708 12:00:02.510327 14992 executor.go:111] Tasks: 38 done / 51 total; 1 can run I0708 12:00:02.510371 14992 executor.go:186] Executing task "ResourceGroup/test-rg": azuretasks.ResourceGroup {"Name":"test-rg","Lifecycle":"Sync","Tags":{"KubernetesCluster":"test-1.k8s.local"},"Shared":true} W0708 12:00:02.510505 14992 executor.go:139] error running task "ResourceGroup/test-rg" (9m56s remaining to succeed): could not find Render method on type azuretasks.ResourceGroup (target terraform.TerraformTarget) I0708 12:00:02.510529 14992 executor.go:155] No progress made, sleeping before retrying 1 task(s) I0708 12:00:12.513005 14992 executor.go:111] Tasks: 38 done / 51 total; 1 can run I0708 12:00:12.513084 14992 executor.go:186] Executing task "ResourceGroup/test-rg": azuretasks.ResourceGroup {"Name":"test-rg","Lifecycle":"Sync","Tags":{"KubernetesCluster":"test-1.k8s.local"},"Shared":true} W0708 12:00:12.513216 14992 executor.go:139] error running task "ResourceGroup/test-rg" (9m46s remaining to succeed): could not find Render method on type azuretasks.ResourceGroup (target terraform.TerraformTarget) I0708 12:00:12.513286 14992 executor.go:155] No progress made, sleeping before retrying 1 task(s) I0708 12:00:22.515302 14992 executor.go:111] Tasks: 38 done / 51 total; 1 can run
6. What did you expect to happen? terraform should be exported to terraform/kubernetes