Created attachment 1160882 [details] Getting Started with Containers Description of problem: Grammatical error Version-Release number of selected component (if applicable): How reproducible: While going through "Getting Started with Container Development Kit" documentation Steps to Reproduce: 1.Go to the documentation link "https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/version-7/getting-started-with-container-development-kit/#introduction_to_red_hat_container_development_kit" 2.In the same doc go to "4.6. Additional Resources" tab and click on the hyperlink "Getting Started with Containers" present in 2nd point. 3.Step 2 redirects to another page "https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/version-7/getting-started-with-containers/" 4.In the above redirected page go to tab "3.3.3. Launching container pods with Kubernetes" 5.Go to the 2nd point "Kubernetes service:"of the above tab 6.The description is grammatically incorrect (...without know...) Actual results: Kubernetes service: This procedure defines Kubernetes services for the database and web server pods so containers can go through Kubernetes to find those services. In this way, the database and web server can find each other without know the IP address, port number, or even the node the pod providing the service is running on. Expected results: Kubernetes service: This procedure defines Kubernetes services for the database and web server pods so containers can go through Kubernetes to find those services. In this way, the database and web server can find each other without knowing the IP address, port number, or even the node the pod providing the service is running on. Additional info: It should be ...without knowing...
Thanks for the feedback Amit. This typo has been fixed and can be verified here [1]. Moving this bug to CLOSED-->CURRENTRELEASE. [1] https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/version-7/getting-started-with-containers/#launching_container_pods_with_kubernetes