Because the container image needs kubeconfig and proper expose of a the serving port, the expected output will be followed by the following errors:
kubernetes.config.config_exception.ConfigException: Service host/port is not set.
kubernetes.config.config_exception.ConfigException: Invalid kube-config file. No configuration found.
Another test you can do is run the upstream image and compare the output, it should be the same:
docker run docker.io/kubeflownotebookswg/volumes-web-app:v1.8.0
closes #84
Summary
Testing
/src
Expected output:
Because the container image needs kubeconfig and proper expose of a the serving port, the expected output will be followed by the following errors:
Another test you can do is run the upstream image and compare the output, it should be the same: