I'm new to Kubernetes and Skaffold. Tried to follow the blog article to run a Python Flask application using Skaffold.
But when I run the command skaffold dev --port-forward
I get the below error message.
invalid skaffold config: proxy: unknown scheme: http
Steps to replicate:
- Clone https://github.com/anikm1987/skaffold-kubernetes/tree/master/python_app_k8s
- cd python_app_k8s
- skaffold init
- skaffold dev --port-forward