mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	Fixed path to token.csv
This commit is contained in:
		@@ -30,7 +30,7 @@ export KUBERNETES_PUBLIC_IP_ADDRESS=$(gcloud compute addresses describe kubernet
 | 
				
			|||||||
Recall the token we setup for the admin user:
 | 
					Recall the token we setup for the admin user:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
# /var/run/kubernetes/token.csv on the controller nodes
 | 
					# /var/lib/kubernetes/token.csv on the controller nodes
 | 
				
			||||||
chAng3m3,admin,admin
 | 
					chAng3m3,admin,admin
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user