Running Jenkins build agents in kubernetes(windows workernode)

I am trying to run Jenkins build agent in Kubernetes environment with windows worker node.
The setup is working in Linux worker node, but the pod is in pending state in windows worker node.
After the analysis I found that JNLP inbound container having a node selector to deploy the pod in Linux worker nodes, but my custom docker image is windows based.
Due to his conflict the pod is in pending state for longer time.

**Is it possible to configure jenkins build agent Kubernetes with windows worker nodes?
Jenkins setup: Jenkins server is running is amazon ec2 Linux machine