Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions calico-enterprise/operations/cnx/access-the-manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:

### Log in to the $[prodname] web console

Access the $[prodname] web console in your browser at: `https://localhost:9443`
Access the $[prodname] web console in your browser using the URL for your ingress controller. For example: `https://<ingress-url>`.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Josh-L For each of these, it would be helpful to provide guidance on how to obtain these URLs. Can you help with this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ctauchen yes definitely. I'm working through these scenarios for the first time so it's a bit of a learning curve for me as well. Once I'm a bit more confident in the details and have things working I can fill you in.


</TabItem>
<TabItem label="Load balancer service" value="Load balancer service-1">
Expand Down Expand Up @@ -112,7 +112,7 @@ After creating the service, it may take a few minutes for the load balancer to b

### Log in to the $[prodname] web console

Access the $[prodname] web console in your browser at: `https://localhost:9443`
Access the $[prodname] web console in your browser using the load balancer's external IP address. For example: `https://<ExternalIP>:9443`.

</TabItem>
<TabItem label="Port forwarding" value="Port forwarding-2">
Expand Down