-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.17
-
Quality / Stability / Reliability
-
False
-
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Typo in documentation.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
Sentence "If your service is a headless service (no clusterIP value set)" is incorrect. A headless service is produced with the clusterIP value set to the literal value "None". That is not the same as "no value". The Kube docs make this really clear: https://kubernetes.io/docs/concepts/services-networking/service/#headless-services "The string value None is a special case and is not the same as leaving the .spec.clusterIP field unset."
Actual results:
Expected results:
Additional info: