Hide Forgot
Document URL: https://docs.openshift.org/latest/dev_guide/downward_api.html Section Number and Name: Using the Volume Plug-in/Create a volume-pod.json Describe the issue: when using the json file provided to create a pod , error will displayed as below unable to load "volume-pod.json": json: cannot unmarshal number into Go value of type string Suggestions for improvement: need to update the value of annotaion to string from number annotations: annotation1: 345 annotation2: 456 Additional information: