Skip to content
New issue

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

kubernetes_service.nginx-ingress-controller Alibaba #101

Open
pingwin4ik opened this issue Feb 20, 2019 · 1 comment
Open

kubernetes_service.nginx-ingress-controller Alibaba #101

pingwin4ik opened this issue Feb 20, 2019 · 1 comment

Comments

@pingwin4ik
Copy link

pingwin4ik commented Feb 20, 2019

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:

  1. terraform apply

Important Factoids

Alibaba Cloud
provider "kubernetes" v 1.5.1

@sl1pm4t
Copy link
Owner

sl1pm4t commented Feb 21, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants