Open
Description
Following service (that has actually zero pod in the namespace, it's just DNS entry causes UI to have a LOT of pods under it.
apiVersion: v1
kind: Service
metadata:
name: reverse-proxy
namespace: <ns>
spec:
externalName: <some service in other namespace>
type: ExternalName
Is it possible that it takes ALL pods if it does not find selector?
version: v0.4.2
Metadata
Metadata
Assignees
Labels
No labels