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
What keywords did you search in NGINX Ingress controller issues before filing this one?: all issues both open and closed having to do with mandatory.yaml
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
NGINX Ingress controller version: 0.21.0
Kubernetes version (use kubectl version): v1.12.3
Environment:
Cloud provider or hardware configuration: Docker-for-Desktop (Docker for Mac)
What happened: attempted to run command: kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml
and got the response:
namespace/ingress-nginx created configmap/nginx-configuration created configmap/tcp-services created configmap/udp-services created serviceaccount/nginx-ingress-serviceaccount created clusterrole.rbac.authorization.k8s.io/nginx-ingress-clusterrole created role.rbac.authorization.k8s.io/nginx-ingress-role created rolebinding.rbac.authorization.k8s.io/nginx-ingress-role-nisa-binding created clusterrolebinding.rbac.authorization.k8s.io/nginx-ingress-clusterrole-nisa-binding created deployment.extensions/nginx-ingress-controller created
How to reproduce it (as minimally and precisely as possible): Run the command
Is this a request for help?: No
What keywords did you search in NGINX Ingress controller issues before filing this one?: all issues both open and closed having to do with mandatory.yaml
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
NGINX Ingress controller version: 0.21.0
Kubernetes version (use
kubectl version
): v1.12.3Environment:
uname -a
): DarwinWhat happened: attempted to run command:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml
and got the response:
What you expected to happen: Expected to see:
namespace/ingress-nginx created configmap/nginx-configuration created configmap/tcp-services created configmap/udp-services created serviceaccount/nginx-ingress-serviceaccount created clusterrole.rbac.authorization.k8s.io/nginx-ingress-clusterrole created role.rbac.authorization.k8s.io/nginx-ingress-role created rolebinding.rbac.authorization.k8s.io/nginx-ingress-role-nisa-binding created clusterrolebinding.rbac.authorization.k8s.io/nginx-ingress-clusterrole-nisa-binding created deployment.extensions/nginx-ingress-controller created
How to reproduce it (as minimally and precisely as possible): Run the command
Anything else we need to know: I've updated the mandatory.yaml file with the required field in the commit: https://github.com/kubernetes/ingress-nginx/commit/6f160d9066179ab44b2814c881292111efe191e6 and will be creating a pull request for it.
The text was updated successfully, but these errors were encountered: