We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
0.11.11
kubernetes_service.nginx-ingress-controller
resource "kubernetes_service" "nginx-ingress-controller" { metadata { name = "nginx-ingress-l" namespace = "kube-system" annotations= {"service.beta.kubernetes.io/alicloud-loadbalancer-address-type" = "intranet" } }
Internal LB
What actually happened? Error: kubernetes_service.nginx-ingress-controller: metadata.0.annotations: "service.beta.kubernetes.io/alicloud-loadbalancer-address-type" is internal Kubernetes annotation
Please list the steps required to reproduce the issue, for example:
terraform apply
Alibaba Cloud provider "kubernetes" v 1.5.1
The text was updated successfully, but these errors were encountered:
Hi, I think you meant to open this ticket in the official provider repo ?
The issue you raise is a known problem with the official provider, but not present in this fork. See hashicorp#325
Sorry, something went wrong.
No branches or pull requests
Hi
Terraform Version
0.11.11
Affected Resource(s)
kubernetes_service.nginx-ingress-controller
Terraform Configuration Files
resource "kubernetes_service" "nginx-ingress-controller" {
metadata {
name = "nginx-ingress-l"
namespace = "kube-system"
annotations= {"service.beta.kubernetes.io/alicloud-loadbalancer-address-type" = "intranet"
}
}
Expected Behavior
Internal LB
Actual Behavior
What actually happened?
Error: kubernetes_service.nginx-ingress-controller: metadata.0.annotations: "service.beta.kubernetes.io/alicloud-loadbalancer-address-type" is internal Kubernetes annotation
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Alibaba Cloud
provider "kubernetes" v 1.5.1
The text was updated successfully, but these errors were encountered: