Add version into released binaries.
Closed this issue · 1 comments
FOUND IN VERSION (Details about the version, e.g. 0.7. Please list the other versions which this bug exist.)
[ master ]
PLATFORMS e.g. 'uname -a':
[ all ]
COMMANDS OR DAEMONS: -- list all related components
[ all ]
DESCRIPTION: -- symptom of the problem a customer would see
[ no released version ]
IMPACT: -- impact of problem in customer env (best/worse case scenarios)
[ can not trace released binaries. ]
EXPECTED BEHAVIOR:
[ including released version. ]
HOW TO REPRODUCE/DETAILS OF PROBLEM: -- full details of the problem
[ log of kubelet: Started kubelet v0.0.0-master+$Format:%h$
]
The way this is done in kubernetes is roughly encapsulated by https://github.com/kubernetes/kubernetes/tree/master/pkg/version and https://github.com/kubernetes/kubernetes/blob/master/hack/lib/version.sh.
Note that I'm fairly certain this comment in pkg/version/base.go
is no longer accurate.