Kubernetes images

Hi,

I find rancher has a k8s support, which is pretty cool !!

I have some questions when playing with k8s:

  1. where can I find the Dockerfile for the images in k8s stack,
  2. how can I build it myself (I’ve experiences on building k8s locally)

Thanks!

kubelet cannot push event to apiserver:

Server rejected event ‘&api.Event{TypeMeta:unversioned.TypeMeta{Kind:“”, APIVersion:“”}, ObjectMeta:api.ObjectMeta{Name:“rd-memdb-01.141a501d04309352”, GenerateName:“”, Namespace:“default”, SelfLink:“”, UID:“”, ResourceVersion:“”, Generation:0, CreationTimestamp:unversioned.Time{Time:time.Time{sec:0, nsec:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*unversioned.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil)}, InvolvedObject:api.ObjectReference{Kind:“Node”, Namespace:“”, Name:“rd-memdb-01”, UID:“rd-memdb-01”, APIVersion:“”, ResourceVersion:“”, FieldPath:“”}, Reason:“NodeReady”, Message:“Node rd-memdb-01 status is now: NodeReady”, Source:api.EventSource{Component:“kubelet”, Host:“rd-memdb-01”}, FirstTimestamp:unversioned.Time{Time:time.Time{sec:63584155115, nsec:707601746, loc:(*time.Location)(0x2000940)}}, LastTimestamp:unversioned.Time{Time:time.Time{sec:63584155115, nsec:707601746, loc:(*time.Location)(0x2000940)}}, Count:1}’: ‘the server could not find the requested resource (post events)’ (will not retry!)

For question 1, Dockerfile is here:

For question 2, just the same as upstream