configure-pod-container/configmap and docs/user-journeys/cluster-operator have been changed. (#7206)

Signed-off-by: renchao <renchao@chinacloud.com.cn>
This commit is contained in:
Rcluoyi
2018-02-02 10:37:05 +08:00
committed by k8s-ci-robot
parent f15d03a1f6
commit d571e8c30b
@@ -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