mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	update rkt to v1.18.0 which avoids outputting debug information by default
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
		@@ -99,8 +99,8 @@ function split-commas {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function install-rkt {
 | 
					function install-rkt {
 | 
				
			||||||
    local -r rkt_binary="rkt-v1.17.0"
 | 
					    local -r rkt_binary="rkt-v1.18.0"
 | 
				
			||||||
    local -r rkt_sha1="e9183dcae0683e345cc73fef98ffd80a253d371a"
 | 
					    local -r rkt_sha1="75fc8f29c79bc9e505f3e7f6e8fadf2425c21967"
 | 
				
			||||||
    download-or-bust "${rkt_sha1}" "https://storage.googleapis.com/kubernetes-release/rkt/${rkt_binary}"
 | 
					    download-or-bust "${rkt_sha1}" "https://storage.googleapis.com/kubernetes-release/rkt/${rkt_binary}"
 | 
				
			||||||
    local -r rkt_dst="${KUBE_HOME}/bin/rkt"
 | 
					    local -r rkt_dst="${KUBE_HOME}/bin/rkt"
 | 
				
			||||||
    mv "${KUBE_HOME}/${rkt_binary}" "${rkt_dst}"
 | 
					    mv "${KUBE_HOME}/${rkt_binary}" "${rkt_dst}"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,5 +6,5 @@ runcmd:
 | 
				
			|||||||
  - mkdir -p /home/kubernetes/bin/
 | 
					  - mkdir -p /home/kubernetes/bin/
 | 
				
			||||||
  - mount -B /home/kubernetes/bin /home/kubernetes/bin
 | 
					  - mount -B /home/kubernetes/bin /home/kubernetes/bin
 | 
				
			||||||
  - mount -B -o remount,exec /home/kubernetes/bin 
 | 
					  - mount -B -o remount,exec /home/kubernetes/bin 
 | 
				
			||||||
  - wget https://storage.googleapis.com/kubernetes-release/rkt/rkt-v1.17.0 -O /home/kubernetes/bin/rkt
 | 
					  - wget https://storage.googleapis.com/kubernetes-release/rkt/rkt-v1.18.0 -O /home/kubernetes/bin/rkt
 | 
				
			||||||
  - chmod a+x /home/kubernetes/bin/rkt
 | 
					  - chmod a+x /home/kubernetes/bin/rkt
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user