wso2 / ballerina-integrator

A powerful, simple-to-learn, code-driven approach to programming integrations
https://wso2.com/integration/ballerina-integrator
Apache License 2.0
70 stars 31 forks source link

[Deploying on Kubernetes] 'kubectl apply -f' outputs a different output than in the doc mentioned. #721

Open isuruuy429 opened 4 years ago

isuruuy429 commented 4 years ago

Description: Doc: https://ei.docs.wso2.com/en/latest/ballerina-integrator/develop/deploy-on-kubernetes/ In the doc it is said that

kubectl apply -f /home/user/ballerina/quick-start-guide/target/kubernetes/healthcare_service

outputs the follows.

service/healthcare-service created
ingress.extensions/healthcare-service created
deployment.apps/healthcare-service created

But it actually provides the below since the Service and the Deployment is set to science-lab-service.

service/science-lab-service created
ingress.extensions/healthcare-service created
deployment.apps/science-lab-service created