diff --git a/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/index.md b/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/index.md index b44b299ac24..9c5de19cd87 100644 --- a/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/index.md +++ b/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/index.md @@ -410,7 +410,7 @@ To test out deploying an app on your new cluster, launch the WordPress app from Avoid using symbols in the password you enter, as some symbols can cause syntax errors for this Rancher chart. {{< /note >}} -1. In the **Database Settings** section, enter a password for WordPress' database user. Then set **MariaDB Persistent Volume Enabled** to **True** and select the **linode-block-storage** option from the **Default StorageClass for MariaDB** dropdown menu: +1. In the **Database Settings** section, enter a password for WordPress' database user. Then set **MariaDB Persistent Volume Enabled** to **True**, and select the **Use the default class** option from the **Default StorageClass for MariaDB** dropdown menu: ![Rancher WordPress setup form - Database Settings](wordpress-app-form-database-settings.png "Rancher WordPress setup form - Database Settings") @@ -446,6 +446,13 @@ The default value for the **MariaDB Volume Size** field is 8GiB, but the minimum Your WordPress site should open in a new browser tab. + {{< note >}} +If using the Toronto data center, you will need to manually update the HTTP NodeBalancer's endpoint URL to use the data center's short form name. Replace the `toronto1` portion of the URL with `tor1`. An updated example URL will appear as follows: + +`http://nb-192-0-2-0.tor1.nodebalancer.linode.com` + {{< /note >}} + + 1. Visit the wp-login.php page on your site (e.g. at `http://your-nodebalancer-name.newark.nodebalancer.linode.com/wp-login.php`). You should be able to login with the WordPress admin username and password you specified earlier in the app's form. {{< note >}} @@ -526,6 +533,7 @@ Rancher also provides an easy way to scale your app's deployments: ![Rancher deployed apps list - WordPress app completed provisioning](default-project-app-view-wordpress-provisioned-link-highlighted.png "Rancher deployed apps list - WordPress app completed provisioning") + 1. In the **Workloads** section, click on the **wordpress-wordpress** link in the **Name** column for that deployment: ![Rancher WordPress workloads - deployment name highlighted](wordpress-app-wordpress-workload-link-highlighted.png "Rancher WordPress workloads - deployment name highlighted") @@ -536,6 +544,11 @@ Rancher also provides an easy way to scale your app's deployments: 1. A second pod will appear in the **Pods** section on this page, and there will be an **Updating** label at the top of the page. You may see a series of warning messages about the new pod not being available. Eventually, the new pod will be labelled as **Running**. + +{{< note >}} +Rancher does not currently support interacting directly with Linode Volumes via its user interface. However, the scaling method described in this section of the guide will apply complete replication to your application and volumes. +{{< /note >}} + ## Set Up GitHub Authentication In addition to manually creating users that can access your Rancher application, you can also enable GitHub authentication and then invite GitHub users: diff --git a/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/wordpress-app-form-database-settings.png b/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/wordpress-app-form-database-settings.png index 77bacc5a029..5a4358ef93c 100644 Binary files a/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/wordpress-app-form-database-settings.png and b/docs/applications/containers/how-to-deploy-kubernetes-on-linode-with-rancher-2-2/wordpress-app-form-database-settings.png differ diff --git a/docs/platform/manager/remote-access-classic-manager/index.md b/docs/platform/manager/remote-access-classic-manager/index.md index 83af2a72834..df9590d509e 100644 --- a/docs/platform/manager/remote-access-classic-manager/index.md +++ b/docs/platform/manager/remote-access-classic-manager/index.md @@ -168,6 +168,10 @@ The Linode Manager allows you to add private IP addresses for fast and secure co If you'd like to add more than one private IP address to your Linode, please [contact support](/docs/platform/billing-and-support/support/). +{{< note >}} +Private IPs in the same data center can communicate over the private network. This means a Linode's private IP address is accessible to all Linodes in a data center. It is recommended to set up firewall rules for your Linode to secure its network traffic. See our [firewall guides](/docs/security/firewalls/) for details on setting up firewall rules. +{{}} + ## Adding Public IP Addresses You can use the Linode Manager to add additional public IP addresses to your account. However, due to the [impending exhaustion of the IPv4 address space](http://en.wikipedia.org/wiki/IPv4_address_exhaustion), Linode requires users to provide technical justification. To add another public IP address, please [contact support](/docs/platform/billing-and-support/support/) with your justification. diff --git a/docs/platform/manager/remote-access/index.md b/docs/platform/manager/remote-access/index.md index e44f4c5978b..6372a29bc1e 100644 --- a/docs/platform/manager/remote-access/index.md +++ b/docs/platform/manager/remote-access/index.md @@ -161,6 +161,10 @@ The Cloud Manager allows you to add private IP addresses for fast and secure con If you'd like to add more than one private IP address to your Linode, please [contact support](/docs/platform/billing-and-support/support/). +{{< note >}} +Private IPs in the same data center can communicate over the private network. This means a Linode's private IP address is accessible to all Linodes in a data center. It is recommended to set up firewall rules for your Linode to secure its network traffic. See our [firewall guides](/docs/security/firewalls/) for details on setting up firewall rules. +{{}} + ## Adding Public IP Addresses You can use the Linode Manager to add additional public IP addresses to your account. However, due to the [impending exhaustion of the IPv4 address space](http://en.wikipedia.org/wiki/IPv4_address_exhaustion), Linode requires users to provide technical justification. To add another public IP address, please [contact support](/docs/platform/billing-and-support/support/) with your justification.