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
commit 90458d6bef
1 changed files with 2 additions and 2 deletions

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