Amending per suggestions

This commit is contained in:
divya-mohan0209
2022-04-05 15:01:40 +05:30
parent cbe1382880
commit aca17a5e97
2 changed files with 2 additions and 1 deletions
@@ -170,7 +170,7 @@ Rancher performance depends on etcd in the cluster performance. To ensure optima
This section describes the networking requirements for the node(s) where the Rancher server is installed.
> If a server containing Rancher has the `X-Frame-Options=DENY` header, the Ember UI will be completely unreachable on upgrading from the legacy UI. This is because any screen written for the legacy UI is rendered as an embedded iframe within the new Dashboard.
> If a server containing Rancher has the `X-Frame-Options=DENY` header, some pages in the new Rancher UI will not be able to render after upgrading from the legacy UI. This is because some legacy pages are embedded as iFrames in the new UI.
### Node IP Addresses
@@ -54,6 +54,7 @@ Now that the application is up and running, it needs to be exposed so that other
**Result:** The application is assigned a `sslip.io` address and exposed. It may take a minute or two to populate.
### View Your Application
From the **Deployments** page, find the **Endpoints** column for your deployment and click on an endpoint. The endpoints available will depend on how you configured the port you added to your deployment. For endpoints where you do not see a randomly assigned port, append the path you specified when creating the ingress to the IP address. For example, if your endpoint looks like `xxx.xxx.xxx.xxx` or `https://xxx.xxx.xxx.xxx` change it to `xxx.xxx.xxx.xxx/hello` or `https://xxx.xxx.xxx.xxx/hello`.