命令行标志
概述
参考:
命令行标志详解
–annotations-prefix(STRING) # 读取 Ingress 对象的 metadata.annotations
下的字段前缀,只有匹配到前缀的字段才会当做配置处理。默认值: nginx.ingress.kubernetes.io
–controller-class(STRING) # Ingress Class Controller value this Ingress satisfies.默认值:k8s.io/ingress-nginx
- 想要控制器使用对应的 Ingress,该标志的值,需要与 ingressClass 资源中
spec.controller
的值相同 - 通常来说,在部署 Nginx ingress controller 时,都是同时部署一个 ingressClass 资源
–publish-service(STRING) # 与 controller-class 功能一起来定位控制器应该使用哪个 ingressClass 的 Ingress 资源
–maxmind-license-key(STRING) # 从 MaxMind 下载 GeoLite2 数据库时所需的 License Key。
反馈
此页是否对你有帮助?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.