mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [mysqld]
 | |
| 
 | |
| wsrep_provider=/usr/lib/libgalera_smm.so
 | |
| wsrep_cluster_address=gcomm://
 | |
| binlog_format=ROW
 | |
| default_storage_engine=InnoDB
 | |
| innodb_autoinc_lock_mode=2
 | |
| 
 | |
| wsrep_sst_method=xtrabackup-v2
 | |
| wsrep_node_address=127.0.0.1
 | |
| wsrep_cluster_name=galera_kubernetes
 | |
| wsrep_sst_auth=sstuser:changethis
 |