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

cluster-wide and cloud-generic removed from deploy directory #5164

Closed
daniellund14 opened this issue Feb 24, 2020 · 1 comment
Closed

cluster-wide and cloud-generic removed from deploy directory #5164

daniellund14 opened this issue Feb 24, 2020 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@daniellund14
Copy link

Utilizing kustomizations to spin up an ingress fails with 0.30.0 with cluster-wide and cloud-generic bases

NGINX Ingress controller version: 0.30.0

Kubernetes version (use kubectl version): v1.15.5

Environment:

  • Cloud provider or hardware configuration: N/A
  • OS (e.g. from /etc/os-release): Mac local dev k8s env

What happened:

> Task :nginx-ingress:kinstall FAILED error: couldn't make loader for github.com/kubernetes/ingress-nginx/deploy/cluster-wide: evalsymlink failure on '/private/var/folders/s_/mmcncr594bx69_dn7sh7mj480000gp/T/kustomize-338070648/deploy/cluster-wide' : lstat /private/var/folders/s_/mmcncr594bx69_dn7sh7mj480000gp/T/kustomize-338070648/deploy/cluster-wide: no such file or directory couldn't make loader for github.com/kubernetes/ingress-nginx/deploy/cloud-generic: evalsymlink failure on '/private/var/folders/s_/mmcncr594bx69_dn7sh7mj480000gp/T/kustomize-278645111/deploy/cloud-generic' : lstat /private/var/folders/s_/mmcncr594bx69_dn7sh7mj480000gp/T/kustomize-278645111/deploy/cloud-generic: no such file or directory
#5089 shows the files being removed, but doesn't provide context

What you expected to happen:

ingress-nginx starts up for localhost:80

Anything else we need to know:

Utilizing kustomizations with the following yaml is what fails

`apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ingress-nginx
resources:

  • namespace.yaml
    bases:
  • github.com/kubernetes/ingress-nginx/deploy/cluster-wide
  • github.com/kubernetes/ingress-nginx/deploy/cloud-generic`

Adding ?ref=nginx-0.29.0 resolves, so it issue is new with the 0.30.0 release

@daniellund14 daniellund14 added the kind/bug Categorizes issue or PR as related to a bug. label Feb 24, 2020
@aledbf
Copy link
Member

aledbf commented Feb 25, 2020

@daniellund14 these files were there just for e2e tests and a remanent of the attempt to use kustomize. We had to revert that decision due to performance problems. Please check the nexts issues:

#4156
#4159
#4152

For that reason, if you want to use the bases I suggest you copy the files from the repository.

@aledbf aledbf closed this as completed Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants