You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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:
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.5Environment:
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:
bases:
Adding
?ref=nginx-0.29.0
resolves, so it issue is new with the 0.30.0 releaseThe text was updated successfully, but these errors were encountered: