cancel
Showing results for 
Search instead for 
Did you mean: 
  • 441 Views

ServiceEntry protocol

Jump to solution

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





 

1 Solution

Accepted Solutions
Chetan_Tiwary_
Community Manager
Community Manager
  • 371 Views

@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. 

View solution in original post

0 Kudos
3 Replies
Chetan_Tiwary_
Community Manager
Community Manager
  • 392 Views

@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.

0 Kudos
Chetan_Tiwary_
Community Manager
Community Manager
  • 372 Views

@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. 

0 Kudos
  • 351 Views

Thanks @Chetan_Tiwary_ 

Join the discussion
You must log in to join this conversation.