File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 94
94
1 . Run ` ./hack/delete.sh $RESOURCEGROUP ` to delete the deployed cluster.
95
95
96
96
##### 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
+ ```
102
108
103
109
### Examples
104
110
You can’t perform that action at this time.
0 commit comments