mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #37381 from jszczepkowski/ha-rm-exact
Automatic merge from submit-queue HA master: configurable replica name during kube-down.
This commit is contained in:
		@@ -1312,7 +1312,7 @@ function kube-down() {
 | 
				
			|||||||
    done
 | 
					    done
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  local -r REPLICA_NAME="$(get-replica-name)"
 | 
					  local -r REPLICA_NAME="${KUBE_REPLICA_NAME:-$(get-replica-name)}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  set-existing-master
 | 
					  set-existing-master
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user