mirror of
https://github.com/rancher/os.git
synced 2025-09-10 03:01:02 +00:00
More random docs
This commit is contained in:
16
docs/dashboard.md
Normal file
16
docs/dashboard.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Dashboard/UI
|
||||
|
||||
The Rancher UI is running by default on port `:8443`. There is no default
|
||||
`admin` user password set. You must run `rancherd reset-admin` once to
|
||||
get an `admin` password to login.
|
||||
|
||||
To disable the Rancher UI from running on a host port, or to change the
|
||||
default hostPort used the below configuration.
|
||||
|
||||
```yaml
|
||||
#cloud-config
|
||||
rancherd:
|
||||
rancherValues:
|
||||
# Setting the host port to 0 will disable the hostPort
|
||||
hostPort: 0
|
||||
```
|
Reference in New Issue
Block a user