Merge pull request #1266 from dy-dx/patch-1

Fix typo in kubeconfig-file.md
This commit is contained in:
devin-donnelly
2016-09-19 14:37:04 -07:00
committed by GitHub
+1 -1
View File
@@ -307,7 +307,7 @@ $ kubectl config use-context federal-context
So, tying this all together, a quick start to creating your own kubeconfig file: So, tying this all together, a quick start to creating your own kubeconfig file:
- Take a good look and understand how you're api-server is being launched: You need to know YOUR security requirements and policies before you can design a kubeconfig file for convenient authentication. - Take a good look and understand how your api-server is being launched: You need to know YOUR security requirements and policies before you can design a kubeconfig file for convenient authentication.
- Replace the snippet above with information for your cluster's api-server endpoint. - Replace the snippet above with information for your cluster's api-server endpoint.