fix deadlink
This commit is contained in:
@@ -174,7 +174,7 @@ See the [CephFS example](https://github.com/kubernetes/examples/tree/{{page.gith
|
|||||||
|
|
||||||
### configMap
|
### 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.
|
provides a way to inject configuration data into Pods.
|
||||||
The data stored in a `ConfigMap` object can be referenced in a volume of type
|
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.
|
`configMap` and then consumed by containerized applications running in a Pod.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ A pilot is a Kubernetes mentor helping new and current members navigate the seas
|
|||||||
## Current mentoring activities:
|
## 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).
|
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)
|
[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)
|
[Outreachy](https://github.com/kubernetes/community/tree/master/sig-cli/outreachy.md)
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ Create the development namespace using kubectl.
|
|||||||
$ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/namespace-dev.json
|
$ 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" %}
|
{% include code.html language="json" file="namespace-prod.json" ghlink="/docs/tasks/administer-cluster/namespace-prod.json" %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user