Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added hint why regular expressions might not be accepted
Kubernetes validates all regular expressions using RE2 which does not support the full syntax of PCRE which uses NGINX. see: #4989
- Loading branch information