I am trying to build autoscaler 1.1.2-r2 from source inside container . 

used below link to download
https://github.com/kubernetes-incubator/cluster-proportional-autoscaler/archive/1.1.2-r2.tar.gz

Am able to build 
building: bin/amd64/cluster-proportional-autoscaler
/bin/sh -c "ARCH=amd64 VERSION=1.1.2-r2 
PKG=github.com/kubernetes-incubator/cluster-proportional-autoscaler 
./build/build.sh "

building: bin/arm/cluster-proportional-autoscaler
/bin/sh -c "ARCH=arm VERSION=1.1.2-r2 
PKG=github.com/kubernetes-incubator/cluster-proportional-autoscaler 
./build/build.sh "

building: bin/arm64/cluster-proportional-autoscaler
/bin/sh -c "ARCH=arm64 VERSION=1.1.2-r2 
PKG=github.com/kubernetes-incubator/cluster-proportional-autoscaler 
./build/build.sh "

building: bin/ppc64le/cluster-proportional-autoscaler
/bin/sh -c "ARCH=ppc64le VERSION=1.1.2-r2 
PKG=github.com/kubernetes-incubator/cluster-proportional-autoscaler 
./build/build.sh "

but the problem is directory strcuture is creating /bin/amd64, arm, arm64 
&ppc64le but the binaries are not coming means all the amd64, arm, arm64 & 
ppc64le are balnk.

Note : Am able to build successfully on VM.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to