From d571e8c30bde81c32217ceed0e288d3340b8d171 Mon Sep 17 00:00:00 2001 From: Rcluoyi <35790437+Rcluoyi@users.noreply.github.com> Date: Fri, 2 Feb 2018 10:37:05 +0800 Subject: [PATCH] configure-pod-container/configmap and docs/user-journeys/cluster-operator have been changed. (#7206) Signed-off-by: renchao --- docs/user-journeys/users/cluster-operator/foundational.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-journeys/users/cluster-operator/foundational.md b/docs/user-journeys/users/cluster-operator/foundational.md index 1ceef6b559..3f35cf57d8 100644 --- a/docs/user-journeys/users/cluster-operator/foundational.md +++ b/docs/user-journeys/users/cluster-operator/foundational.md @@ -56,11 +56,11 @@ These resources are covered in a number of articles within the Kubernetes docume * [Namespaces Walkthrough](/docs/tasks/administer-cluster/namespaces-walkthrough/) * [Services](/docs/concepts/services-networking/service/) * [Annotations](/docs/concepts/overview/working-with-objects/annotations/) -* [ConfigMaps](/docs/tasks/configure-pod-container/configmap/) +* [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/) * [Secrets](/docs/concepts/configuration/secret/) As a cluster operator you may not need to use all these resources although you should be familiar with them to understand how the cluster is working and being used. -There are a number of additional resources that you should be aware of, some listed under [Intermediate Resources](/docs/user-journeys/cluster-operator/intermediate#section-1). +There are a number of additional resources that you should be aware of, some listed under [Intermediate Resources](/docs/user-journeys/users/cluster-operator/intermediate#section-1). You should also be familiar with [how to manage kubernetes resources](/docs/concepts/cluster-administration/manage-deployment/). ## Get information about my cluster