- {{ .Content }} {{ $paginator := .Scratch.Get "paginator" }} diff --git a/layouts/shortcodes/saml_caveats.html b/layouts/shortcodes/saml_caveats.html new file mode 100644 index 00000000000..c8b6e9a5ae0 --- /dev/null +++ b/layouts/shortcodes/saml_caveats.html @@ -0,0 +1,15 @@ + +
+

SAML Provider Caveats:

+ +
    +
  • SAML Protocol does not support search or lookup for users or groups. Therefore, there is no validation on users or groups when adding them to Rancher.
  • +
  • When adding users, the exact user IDs (i.e. UID Field) must be entered correctly. As you type the user ID, there will be no search for other user IDs that may match.
  • + +
  • When adding groups, you must select the group from the drop-down that is next to the text box. Rancher assumes that any input from the text box is a user.

    + +
      +
    • The group drop-down shows only the groups that you are a member of. You will not be able to add groups that you are not a member of.
    • +
  • +
+
diff --git a/layouts/shortcodes/step_create-cloud-credential.html b/layouts/shortcodes/step_create-cloud-credential.html new file mode 100644 index 00000000000..1cc2891c0b5 --- /dev/null +++ b/layouts/shortcodes/step_create-cloud-credential.html @@ -0,0 +1,6 @@ +

+As of v2.2.0, account access information will be stored as a cloud credential. Cloud credentials are stored as Kubernetes secrets. +
+Since multiple node templates can use the same cloud credential. You can use an existing cloud credential or create a new one. To create a new cloud credential, enter Name and Account Access data, then click Create. +
+
diff --git a/layouts/shortcodes/step_rancher-template.html b/layouts/shortcodes/step_rancher-template.html index 859cff143f0..0323edb2d58 100644 --- a/layouts/shortcodes/step_rancher-template.html +++ b/layouts/shortcodes/step_rancher-template.html @@ -9,11 +9,11 @@

Engine Options customize the configuration of the Docker daemon. Important configuration options might include:

    -
  • Docker Engine Install URL: Determines what Docker version will be installed on the instance.
  • +
  • Docker Engine Install URL: Determines what Docker version will be installed on the instance.

    When using RancherOS, please check what Docker versions are available using sudo ros engine list on the RancherOS version you want to use, as the default Docker version configured might not be available. If you experience issues installing Docker on other operating systems, please try to install Docker manually using the configured Docker Engine Install URL to troubleshoot.
  • Registry mirrors: Docker Registry mirror to be used by the Docker daemon

-

daemon option reference

+

Docker daemon option reference

diff --git a/nginx.conf b/nginx.conf index b606b942919..d9bf2807047 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,6 +1,7 @@ map_hash_bucket_size 256; map $request_uri $redirect_uri { ~^/docs/rancher/v2.0(/?.*)$ /docs/rancher/v2.x$1; + ~^/docs/rke/v0.1.x(/?.*)$ /docs/rke/latest$1; } server { diff --git a/package.json b/package.json index b87448e3ab7..9d8cd9c9167 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,7 @@ { "name": "rancher-docs", + "author": "Rancher Labs, Inc.", + "license": "Apache-2.0", "version": "2.1.0", "private": true, "scripts": { diff --git a/src/img/rancher/add-custom-metrics.gif b/src/img/rancher/add-custom-metrics.gif new file mode 100644 index 00000000000..9c6405a3433 Binary files /dev/null and b/src/img/rancher/add-custom-metrics.gif differ diff --git a/src/img/rancher/enable-cluster-monitoring.gif b/src/img/rancher/enable-cluster-monitoring.gif new file mode 100644 index 00000000000..baef3cc2487 Binary files /dev/null and b/src/img/rancher/enable-cluster-monitoring.gif differ diff --git a/src/img/rancher/enable-project-monitoring.gif b/src/img/rancher/enable-project-monitoring.gif new file mode 100644 index 00000000000..f44c67eb8f7 Binary files /dev/null and b/src/img/rancher/enable-project-monitoring.gif differ diff --git a/static/img/rancher/airgap/system-charts-setting.png b/static/img/rancher/airgap/system-charts-setting.png new file mode 100644 index 00000000000..a50db5b3fef Binary files /dev/null and b/static/img/rancher/airgap/system-charts-setting.png differ diff --git a/static/img/rancher/airgap/system-charts-update.png b/static/img/rancher/airgap/system-charts-update.png new file mode 100644 index 00000000000..ed0ac20954d Binary files /dev/null and b/static/img/rancher/airgap/system-charts-update.png differ diff --git a/static/img/rancher/encapsulated-network.png b/static/img/rancher/encapsulated-network.png new file mode 100644 index 00000000000..43c0ab43651 Binary files /dev/null and b/static/img/rancher/encapsulated-network.png differ diff --git a/static/img/rancher/encapsulated-network.svg b/static/img/rancher/encapsulated-network.svg deleted file mode 100644 index 3f5634e6af2..00000000000 --- a/static/img/rancher/encapsulated-network.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - Produced by OmniGraffle 7.4.3 - 2018-07-27 08:48:50 +0000 - - - - - - - - - - Canvas 1 - - - Layer 1 - - - - - k8s worker - - - - - workload 1 - 10.42.0.2 - - - - - fl - anneld - 10.42.0.1 - - - - - workload 2 - 10.42.0.3 - - - - - 192.168.34.10 - - - - - docker0 - - - - - - - - - - k8s worker - - - - - workload 1 - 10.42.1.2 - - - - - fl - anneld - 10.42.1.1 - - - - - workload 2 - 10.42.1.3 - - - - - 192.168.34.11 - - - - - docker0 - - - - - - - - - - encapsulation - - - - Overlay network 10.42.0.0/16 - - - - diff --git a/static/img/rancher/github-pipeline.png b/static/img/rancher/github-pipeline.png deleted file mode 100644 index d80b392fdd9..00000000000 Binary files a/static/img/rancher/github-pipeline.png and /dev/null differ diff --git a/static/img/rancher/gitlab-pipeline.png b/static/img/rancher/gitlab-pipeline.png deleted file mode 100644 index e19f784a76c..00000000000 Binary files a/static/img/rancher/gitlab-pipeline.png and /dev/null differ diff --git a/static/img/rancher/unencapsulated-network.png b/static/img/rancher/unencapsulated-network.png new file mode 100644 index 00000000000..a2a44eb31dc Binary files /dev/null and b/static/img/rancher/unencapsulated-network.png differ diff --git a/static/img/rancher/unencapsulated-network.svg b/static/img/rancher/unencapsulated-network.svg deleted file mode 100644 index 58bfdbf3760..00000000000 --- a/static/img/rancher/unencapsulated-network.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - Produced by OmniGraffle 7.4.3 - 2018-07-27 09:12:19 +0000 - - - - - - - - - - Canvas 1 - - - Layer 1 - - - - - k8s worker - - - - - workload 1 - 10.42.0.2 - - - - - bgp r - outing - - - - - workload 2 - 10.42.0.3 - - - - - 192.168.34.10 - - - - - docker0 - - - - - - - - - - k8s worker - - - - - workload 1 - 10.42.1.2 - - - - - bgp r - outing - - - - - workload 2 - 10.42.1.3 - - - - - 192.168.34.11 - - - - - docker0 - - - - - - - - - - ETCD - - - - - - diff --git a/static/img/rancher/user-settings.png b/static/img/rancher/user-settings.png index ca545e752a4..4567a556787 100644 Binary files a/static/img/rancher/user-settings.png and b/static/img/rancher/user-settings.png differ diff --git a/static/img/rancher/weave-logo.png b/static/img/rancher/weave-logo.png new file mode 100644 index 00000000000..bc01f579fe4 Binary files /dev/null and b/static/img/rancher/weave-logo.png differ