Merge pull request #6942 from stewart-yu/patch-1

fix some deadlink
pull/6815/head
Qiming 2018-01-12 15:08:53 +08:00 committed by GitHub
commit 57235f6530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@ See the [CephFS example](https://github.com/kubernetes/examples/tree/{{page.gith
### configMap
The [`configMap`](/docs/tasks/configure-pod-container/configmap/) resource
The [`configMap`](/docs/tasks/configure-pod-container/configure-pod-configmap/) resource
provides a way to inject configuration data into Pods.
The data stored in a `ConfigMap` object can be referenced in a volume of type
`configMap` and then consumed by containerized applications running in a Pod.

View File

@ -15,7 +15,7 @@ A pilot is a Kubernetes mentor helping new and current members navigate the seas
## Current mentoring activities:
All are currently in an incubation phase. Please reach out to Paris Pittman (parispittman@google.com or Paris on Kubernetes slack channel) for more information on how to get involved. The preliminary deck for mentoring strategies is [here](https://docs.google.com/presentation/d/1bRjDEPEn3autWzaEFirbLfHagbZV04Q9kTCalYmnnXw/edit?usp=sharing0).
[Contributor Office Hours](https://github.com/kubernetes/community/tree/master/community/office-hours.md)
[Contributor Office Hours](https://github.com/kubernetes/community/blob/master/events/office-hours.md)
[Group Mentoring Cohorts](https://github.com/kubernetes/community/tree/master/mentoring/group-mentoring.md)
[Outreachy](https://github.com/kubernetes/community/tree/master/sig-cli/outreachy.md)

View File

@ -63,7 +63,7 @@ Create the development namespace using kubectl.
$ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/namespace-dev.json
```
Save the following contents into file [`namespace-prod.json`](/docs/admin/namespaces/namespace-prod.json) which describes a production namespace:
Save the following contents into file [`namespace-prod.json`](/docs/tasks/administer-cluster/namespace-prod.json) which describes a production namespace:
{% include code.html language="json" file="namespace-prod.json" ghlink="/docs/tasks/administer-cluster/namespace-prod.json" %}