mirror of
				https://github.com/teamserverless/k8s-on-raspbian.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	Update URL for dashboard
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								GUIDE.md
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								GUIDE.md
									
									
									
									
									
								
							@@ -329,7 +329,7 @@ subjects:
 | 
				
			|||||||
This is the development/alternative dashboard which has TLS disabled and is easier to use.
 | 
					This is the development/alternative dashboard which has TLS disabled and is easier to use.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/alternative/kubernetes-dashboard-arm.yaml
 | 
					$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/alternative/kubernetes-dashboard-arm.yaml
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can then find the IP and port via `kubectl get svc -n kube-system`. To access this from your laptop you will need to use `kubectl proxy` and navigate to `http://localhost:8001/` on the master, or tunnel to this address with `ssh`.
 | 
					You can then find the IP and port via `kubectl get svc -n kube-system`. To access this from your laptop you will need to use `kubectl proxy` and navigate to `http://localhost:8001/` on the master, or tunnel to this address with `ssh`.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user