mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	fix: typo in redis example
The `bind 0.0.0.0` rule should end up in the sentinel config, not the script output.
This commit is contained in:
		@@ -45,7 +45,7 @@ function launchsentinel() {
 | 
			
		||||
  echo "sentinel down-after-milliseconds mymaster 60000" >> ${sentinel_conf}
 | 
			
		||||
  echo "sentinel failover-timeout mymaster 180000" >> ${sentinel_conf}
 | 
			
		||||
  echo "sentinel parallel-syncs mymaster 1" >> ${sentinel_conf}
 | 
			
		||||
  echo "bind 0.0.0.0"
 | 
			
		||||
  echo "bind 0.0.0.0" >> ${sentinel_conf}
 | 
			
		||||
 | 
			
		||||
  redis-sentinel ${sentinel_conf} --protected-mode no
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user