The error message you get probably means that the image is not prepared for a different architecture.
You can check it using the following command:
$ docker image inspect parthi922/reactapp:v2 | grep "Architecture"
"Architecture": "arm64",
Make sure your k8 nodes are arm64
or build your image in a different architecture.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…