Hi
In section 9.2 Comprehensive review, question 5 on creating a Service Entry. In the answer provided, protocol : http (http in lowercase) seems to be the only accepted answer. When I refer to istio documentation, it is using HTTP. I tested both seems to work, but the grading only accepts lowercase. Should we not reference the documentation?
apiVersion: networking.istio.io/v1beta1 kind: ServiceEntry metadata: name: news spec: hosts: - news-adoptapup-news.apps.ocp4.example.com
ports:
- name: http-80
number: 80
protocol: http #Grading dont accept HTTP as shown in Istio 1.6 documentation
@frederi-co It turns out I was right - the grading script is hardcoded to match "http" which should not be the case. Hence I have reported this issue to the course development team and got to know that they are working on to update this course soon. This issue will be fixed in that update.
@frederi-co I will check it and get back to you with more details on the same.
My guess is that the grading script is hardcoded to check and match "http" only. But let me get back to you with details.
@frederi-co It turns out I was right - the grading script is hardcoded to match "http" which should not be the case. Hence I have reported this issue to the course development team and got to know that they are working on to update this course soon. This issue will be fixed in that update.
Thanks @Chetan_Tiwary_
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.