Last active
May 31, 2020 20:11
Revisions
-
openstacker revised this gist
May 31, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ $ export DOCKER_REGISTRY=flwang $ export HYPERKUBE_VERSION=v1.16.9 $ export KUBE_GIT_TREE_STATE="clean" $ bash build/run.sh make cross KUBE_FASTBUILD=true ARCH=amd64 && cd cluster/images/hyperkube/ && make VERSION=$HYPERKUBE_VERSION ARCH=amd64 REGISTRY=$DOCKER_REGISTRY && docker push $DOCKER_REGISTRY/hyperkube-amd64:$HYPERKUBE_VERSION -
openstacker created this gist
May 31, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ $ export DOCKER_REGISTRY=flwang $ export HYPERKUBE_VERSION=v1.16.9 $ bash build/run.sh make cross KUBE_FASTBUILD=true ARCH=amd64 && cd cluster/images/hyperkube/ && make VERSION=$HYPERKUBE_VERSION ARCH=amd64 REGISTRY=$DOCKER_REGISTRY && docker push $DOCKER_REGISTRY/hyperkube-amd64:$HYPERKUBE_VERSION