Skip to content

Commit

Permalink
Merge pull request #2521 from Guaris/rc-v.0.14
Browse files Browse the repository at this point in the history
[Release Candidate] v0.14
  • Loading branch information
Guaris committed Jun 5, 2019
2 parents b9dc0b7 + 4fe6950 commit 3184a84
Show file tree
Hide file tree
Showing 45 changed files with 1,636 additions and 132 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
437 changes: 437 additions & 0 deletions docs/applications/containers/beginners-guide-to-LXD/index.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down Expand Up @@ -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 >}}
Expand Down Expand Up @@ -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")
Expand All @@ -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:
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/applications/containers/install-docker-ce/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ sub 4096R/F273FCD8 2017-02-22

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

{{< note >}}
For Ubuntu 19.04 if you get an `E: Package 'docker-ce' has no installation candidate` error this is because the stable version of docker for is not yet available. Therefore, you will need to use the edge / test repository.
{{< /note >}}

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable edge test"

6. Update your package index and install Docker CE:

sudo apt update
Expand Down

0 comments on commit 3184a84

Please sign in to comment.