Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
isuruuy429 opened this issue Dec 12, 2019 · 0 comments

Comments

@isuruuy429
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants