The pod specifications distributed in the software package needs to be updated so that the image specification matches where the container image is pulled from,as there is no public registry hosting this image. This should be set to the local image registry to which the container image in the software package was pushed.
apiVersion: v1 kind: Pod metadata: name: netshield spec: containers: - name: netshield image: '<some-registry-url>/cos-stream:4.00.00.00'