Vendor: Update k8s version
Signed-off-by: Michał Żyłowski <michal.zylowski@intel.com>
This commit is contained in:
parent
dfa93414c5
commit
52baf68d50
3756 changed files with 113013 additions and 92675 deletions
6
vendor/k8s.io/kubernetes/federation/cluster/federation-up.sh
generated
vendored
6
vendor/k8s.io/kubernetes/federation/cluster/federation-up.sh
generated
vendored
|
@ -82,6 +82,10 @@ if [[ "${USE_KUBEFED}" == "true" ]]; then
|
|||
init
|
||||
create_cluster_secrets
|
||||
else
|
||||
export FEDERATION_IMAGE_TAG="$(echo ${KUBERNETES_RELEASE:-} | tr + _)"
|
||||
# Read the version back from the versions file if no version is given.
|
||||
readonly kube_version="$(cat ${KUBE_ROOT}/_output/federation/versions | python -c '\
|
||||
import json, sys;\
|
||||
print json.load(sys.stdin)["KUBE_VERSION"]')"
|
||||
export FEDERATION_IMAGE_TAG="$(echo ${KUBERNETES_RELEASE:-${kube_version}} | tr + _)"
|
||||
create-federation-api-objects
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue