Skip to content

Commit ba2de5e

Browse files
committed
Cluster access readme update
1 parent 5b63224 commit ba2de5e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,17 @@
9494
1. Run `./hack/delete.sh $RESOURCEGROUP` to delete the deployed cluster.
9595

9696
##### Access the cluster
97-
Cluster can be accessed via `UI` and `CLI`. If cluster was created using AAD
98-
integration (Pre-requisites 7.4), you can login using Azure AD. Second option,
99-
which will be deprecated later, is `htpasswd`. Username for it is `osadmin`,
100-
password - random generated. To get random generated password execute:
101-
`./hack/config.sh get-config $RESOURCEGROUP | jq -r .config.AdminPasswd`
97+
A cluster can be accessed via the `UI` or `CLI`. If it was created using AAD
98+
integration ([Pre-requisites](#prerequisites) 7.iv), you can login using Azure AD. Another option,
99+
which will be deprecated in the future, is `htpasswd`. The username that is used
100+
is `osadmin` and the password is randomly generated. To get the password execute:
101+
```console
102+
./hack/config.sh get-config $RESOURCEGROUP | jq -r .config.adminPasswd
103+
```
104+
You can also get the admin kubeconfig with:
105+
```console
106+
./hack/config.sh get-config $RESOURCEGROUP | jq -r .config.adminKubeconfig
107+
```
102108

103109
### Examples
104110

0 commit comments

Comments
 (0)