mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #18747 from tPl0ch/hotfix-env-var-not-set
Auto commit by PR queue bot
This commit is contained in:
		@@ -337,8 +337,8 @@ function find-release-tars() {
 | 
			
		||||
 | 
			
		||||
  # This tarball is only used by Ubuntu Trusty.
 | 
			
		||||
  KUBE_MANIFESTS_TAR=
 | 
			
		||||
  if [[ "${OS_DISTRIBUTION}" == "trusty" ]]; then
 | 
			
		||||
    KUBE_MANIFESTS_TAR="${KUBE_ROOT}/server/kuernetes-manifests.tar.gz"
 | 
			
		||||
  if [[ "${KUBE_OS_DISTRIBUTION}" == "trusty" ]]; then
 | 
			
		||||
    KUBE_MANIFESTS_TAR="${KUBE_ROOT}/server/kubernetes-manifests.tar.gz"
 | 
			
		||||
    if [[ ! -f "${KUBE_MANIFESTS_TAR}" ]]; then
 | 
			
		||||
      KUBE_MANIFESTS_TAR="${KUBE_ROOT}/_output/release-tars/kubernetes-manifests.tar.gz"
 | 
			
		||||
    fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user