wso2 / k8s-api-operator

API Operator for Kubernetes
Apache License 2.0
115 stars 48 forks source link

Updated minikube url to be used in CURL command #529

Closed BLasan closed 3 years ago

BLasan commented 3 years ago

Purpose

README.md needs to get updated for minikube users.

Goals

From minikube service <svc_name> --url command, it outputs an url in a format http:// <ip>:<node_port> . This url needs to be replaced with the url used in the CURL command (Related to non-minikube users).