-
Notifications
You must be signed in to change notification settings - Fork 974
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
Support enableServiceLinks in PodSpec #693
Comments
StatefulSet is also affected. |
@aareet any chance of getting that PR reviewed? |
Any updates on this? enableServiceLinks not being disabled produces a lot of pain... |
The PR is waiting on an acceptance test being added. |
It looks like we implemented this a while back but didn't update this issue. The |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Terraform Version
Terraform v0.12.7
Affected Resource(s)
Expected Behavior
Have a way to use enable_service_links in a deployment/pod spec
Actual Behavior
An argument named "enable_service_links" is not expected here.
References
kubernetes/kubernetes#68754
Since environment variables can wreak havoc with some programs (most notably Apache Java apps), turning them off was requested.
Note that I can see enableServiceLinks in https://github.com/terraform-providers/terraform-provider-kubernetes/blob/master/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go
The text was updated successfully, but these errors were encountered: