"Ingress-nginx mandatory.yaml"의 두 판 사이의 차이

잔글 (Jmnote님이 NGINX Ingress Controller mandatory.yaml 문서를 Nginx Ingress Controller mandatory.yaml 문서로 이동했습니다)
34번째 줄: 34번째 줄:
* https://github.com/kubernetes/ingress-nginx/blob/nginx-0.26.1/deploy/static/mandatory.yaml
* https://github.com/kubernetes/ingress-nginx/blob/nginx-0.26.1/deploy/static/mandatory.yaml


[[분류: k8s Ingress]]
[[분류: Ingress-nginx]]
[[분류: .yaml]]
[[분류: .yaml]]

2023년 6월 1일 (목) 13:41 판

1 개요

ingress-nginx mandatory.yaml
NGINX Ingress Controller mandatory.yaml
# kind name 비고
Namespace ingress-nginx namespace.yaml
ConfigMap nginx-configuration configmap.yaml
ConfigMap tcp-services configmap.yaml
ConfigMap udp-services configmap.yaml
ServiceAccount nginx-ingress-serviceaccount rbac.yaml
ClusterRole nginx-ingress-clusterrole rbac.yaml
ClusterRoleBinding nginx-ingress-clusterrole-nisa-binding[1] rbac.yaml
Role nginx-ingress-role rbac.yaml
RoleBinding nginx-ingress-role-nisa-binding rbac.yaml
Deployment nginx-ingress-controller with-rbac.yaml

2 같이 보기

3 참고

  1. nisa = 'nginx-ingress-serviceaccount'
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}