DescartesResearch / TeaStore

A micro-service reference test application for model extraction, cloud management, energy efficiency, power prediction, single- and multi-tier auto-scaling
https://se.informatik.uni-wuerzburg.de
Apache License 2.0
118 stars 136 forks source link

Fix parsing error #243

Closed maryam21 closed 1 year ago

maryam21 commented 1 year ago

When trying to deploy TeaStore using Kubernetes ClusterIP feature, using the following command (as described in https://github.com/DescartesResearch/TeaStore/blob/master/GET_STARTED.md#13-run-the-teastore-on-a-kubernetes-cluster)

$ kubectl create -f https://github.com/DescartesResearch/TeaStore/blob/master/examples/kubernetes/teastore-clusterip.yaml

We get the following error:

error: error parsing https://github.com/DescartesResearch/TeaStore/blob/master/examples/kubernetes/teastore-clusterip.yaml: error converting YAML to JSON: yaml: line 27: mapping values are not allowed in this context

Fixed using yamllint

SimonEismann commented 1 year ago

Looks good, thanks for contributing!