Merge pull request #28463 from sftim/20210617_update_docs_for_primary_branch_rename

Update docs for primary branch rename to "main"
This commit is contained in:
Kubernetes Prow Robot
2021-06-18 18:04:50 -07:00
committed by GitHub
15 changed files with 42 additions and 42 deletions
@@ -50,7 +50,7 @@ It is a recommended practice to put resources related to the same microservice o
A URL can also be specified as a configuration source, which is handy for deploying directly from configuration files checked into GitHub:
```shell
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/application/nginx/nginx-deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/application/nginx/nginx-deployment.yaml
```
```shell