mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	etcd supports arm64
This commit is contained in:
		@@ -4,7 +4,6 @@ Documentation=https://github.com/etcd-io/etcd
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
Type=notify
 | 
			
		||||
Environment="ETCD_UNSUPPORTED_ARCH=arm64"
 | 
			
		||||
ExecStart=/usr/local/bin/etcd \
 | 
			
		||||
  --name controller \
 | 
			
		||||
  --initial-advertise-peer-urls http://127.0.0.1:2380 \
 | 
			
		||||
@@ -19,4 +18,4 @@ Restart=on-failure
 | 
			
		||||
RestartSec=5
 | 
			
		||||
 | 
			
		||||
[Install]
 | 
			
		||||
WantedBy=multi-user.target
 | 
			
		||||
WantedBy=multi-user.target
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user