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 ingress instead of kubernetes service to gather ingress data? #289

Open
starkpister opened this issue Mar 6, 2024 · 0 comments

Comments

@starkpister
Copy link

data "kubernetes_service" "jupyter-ingress" {

I got:

│ Error: services "jupyter-ingress" not found

│ with module.jupyterhub.data.kubernetes_service.jupyter-ingress,
│ on ../../modules/jupyter/main.tf line 184, in data "kubernetes_service" "jupyter-ingress":
│ 184: data "kubernetes_service" "jupyter-ingress" {

constantly until i updated this data to use data "kubernetes_ingress_v1"

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

1 participant