Kubernetes image name parsing doesn't handle private repositories with ports. As a result Kubernetes pattern may fail with IRE error for cmdb_ci_container_repository_entry tableDescriptionKubernetes image name parsing doesn't handle private repositories with ports. As a result Kubernetes pattern may fail with IRE error for cmdb_ci_container_repository_entry table: 2024-04-26 05:23:32: MISSING_MATCHING_ATTRIBUTES: In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_container_repository_entry]Steps to Reproduce > Build an image in Kubernetes with name like: 192.168.1.219:5000/nikolademo/cavardemo/alpinetail:1.2.3 > Run Kubernetes discovery, it may fail with error: 2024-04-26 05:23:32: MISSING_MATCHING_ATTRIBUTES: In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_container_repository_entry] > This is because for pattern extension Collect Container Repository, step: 2. populate cmdb_ci_container_repository_entry, it cannot parse name field correctly. > Also the name of cmdb_ci_docker_image records populated by Kubernetes pattern might be incorrectWorkaroundThere is no known workaround for this issue. If you are able to upgrade, review the "Intended Fix Version" section below below to determine the versions that have a permanent fix.Related Problem: PRB1740524