Bug 1297615

Summary: Error "json: cannot unmarshal number into Go value of type string" when following doc to create a pod using downward api
Product: OKD Reporter: Chao Yang <chaoyang>
Component: DocumentationAssignee: Nobody <nobody>
Status: NEW --- QA Contact: Ronaldo Rivera <rrivera>
Severity: low Docs Contact:
Priority: low    
Version: 3.xCC: aos-bugs, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Chao Yang 2016-01-12 02:44:38 UTC
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: