website/content/en
Taher Bohari f5f13f9a0f Update console output as per configmap data (#13540)
Actual Console Output :
root@ubuntu:~/practice1$ kubectl create -f https://k8s.io/examples/configmap/configmap-multikeys.yaml
configmap/special-config created
root@ubuntu:~/practice1$ kubectl get configmaps special-config
NAME             DATA   AGE
special-config   2      17s
root@ubuntu:~/practice1$ kubectl get configmaps special-config -o yaml
apiVersion: v1
data:
  SPECIAL_LEVEL: very
  SPECIAL_TYPE: charm
kind: ConfigMap
metadata:
  creationTimestamp: "2019-03-30T06:52:22Z"
  name: special-config
  namespace: default
  resourceVersion: "1404079"
  selfLink: /api/v1/namespaces/default/configmaps/special-config
  uid: 5ec833dd-52b8-11e9-b4c7-005056ad4679
root@ubuntu:~/practice1$ kubectl create -f https://k8s.io/examples/pods/pod-configmap-volume.yaml
pod/dapi-test-pod created
root@ubuntu:~/practice1$ kubectl logs dapi-test-pod
SPECIAL_LEVEL
SPECIAL_TYPE

Need to update this manfiest as well : pods/pod-configmap-volume-specific-key.yaml
2019-04-01 09:22:36 -07:00
..
_common-resources Make the home page into reusable and translatable blocks (#10071) 2018-09-14 14:47:24 -07:00
blog Connection reset blog post (#13456) 2019-03-29 13:10:12 -07:00
case-studies add AppDirect case study (#13338) 2019-03-25 15:36:17 -07:00
community Fix link to k8s CoCC (#11548) 2018-12-05 15:35:21 -08:00
docs Update console output as per configmap data (#13540) 2019-04-01 09:22:36 -07:00
examples Test examples files in configmap directory (#13128) 2019-03-14 06:44:23 -07:00
includes Fix relative links issue in English content (#13307) 2019-03-20 16:05:05 -07:00
partners Simplify JavaScript used for embedded landscapes (#12522) 2019-02-06 08:35:02 -08:00
OWNERS Added link to OWNERS docs in OWNERS file (#12427) 2019-01-30 14:04:25 -08:00
_index.html Uppercase K8s (#12969) 2019-03-07 15:46:10 -08:00