diff --git a/content/rancher/v2.x/en/concepts/cli-configuration/_index.md b/content/rancher/v2.x/en/cli/_index.md similarity index 96% rename from content/rancher/v2.x/en/concepts/cli-configuration/_index.md rename to content/rancher/v2.x/en/cli/_index.md index 719df932a47..c8876b2e9b4 100644 --- a/content/rancher/v2.x/en/concepts/cli-configuration/_index.md +++ b/content/rancher/v2.x/en/cli/_index.md @@ -1,6 +1,8 @@ --- title: Rancher CLI -weight: 1 +weight: 6000 +aliases: + - /rancher/v2.x/en/concepts/cli-configuration/ --- Rancher CLI (Command Line Interface) is a unified tool that you can use to interact with Rancher. With this tool, you can operate Rancher using a command line rather than the GUI. @@ -14,7 +16,7 @@ The binary can be downloaded directly from the UI. The link can be found in the After you download the Rancher CLI, you need to make a few configurations. Rancher CLI requires: - Your [Rancher Server URL]({{< baseurl >}}/rancher/v2.x/en/tasks/global-configuration/server-url), which is used to connect to Rancher Server. -- An API Bearer Token, which is used to authenticate with Rancher. For more information about obtaining a Bearer Token, see [Creating an API Key]({{< baseurl >}}/rancher/v2.x/en/tasks/user-settings/api-keys/). +- An API Bearer Token, which is used to authenticate with Rancher. For more information about obtaining a Bearer Token, see [Creating an API Key]({{< baseurl >}}/rancher/v2.x/en/user-settings/api-keys/). ### CLI Authentication diff --git a/content/rancher/v2.x/en/concepts/api-keys/_index.md b/content/rancher/v2.x/en/concepts/api-keys/_index.md deleted file mode 100644 index c368f698011..00000000000 --- a/content/rancher/v2.x/en/concepts/api-keys/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: API Keys -weight: 2400 ---- - -Some users may want to access their Rancher clusters and projects through the Rancher API. Before you can access Rancher through the API, you must generate API keys so that you can authenticate with Rancher externally. - -Before you can use the Rancher CLI or write a program that calls the Rancher API, you must obtain API keys using the Rancher UI. - -### API Keys and User Authentication - -After logging into Rancher, you can generate API keys for accessing Rancher externally using your user settings. If you need to revoke access to the Rancher API, you can delete the API key. - -For instructions on how to create an API key, see [Creating an API Key]({{< baseurl >}}/rancher/v2.x/en/tasks/user-settings/api-keys/). diff --git a/content/rancher/v2.x/en/faq/contributing/_index.md b/content/rancher/v2.x/en/contributing/_index.md similarity index 98% rename from content/rancher/v2.x/en/faq/contributing/_index.md rename to content/rancher/v2.x/en/contributing/_index.md index cec832053ca..4bbae3d1f3d 100644 --- a/content/rancher/v2.x/en/faq/contributing/_index.md +++ b/content/rancher/v2.x/en/contributing/_index.md @@ -1,6 +1,8 @@ --- - title: Contributing to Rancher - weight: 5001 +title: Contributing to Rancher +weight: 9000 +aliases: + - /rancher/v2.x/en/faq/contributing/ --- ### Repositories diff --git a/content/rancher/v2.x/en/faq/_index.md b/content/rancher/v2.x/en/faq/_index.md index debb651b614..457f7c1a8ae 100644 --- a/content/rancher/v2.x/en/faq/_index.md +++ b/content/rancher/v2.x/en/faq/_index.md @@ -1,6 +1,6 @@ --- title: FAQ -weight: 5000 +weight: 8000 aliases: - /rancher/v2.x/en/about/ --- @@ -17,7 +17,7 @@ Rancher v2.0 is a complete container management platform built on 100% on Kubern #### Do you plan to implement upstream Kubernetes, or continue to work on your own fork? -We're still going to provide our distribution when you select the default option of having us create your Kubernetes cluster, but it will be very close to upstream. +We're still going to provide our distribution when you select the default option of having us create your Kubernetes cluster, but it will be very close to upstream. #### Does this release mean that we need to re-train our support staff in Kubernetes? diff --git a/content/rancher/v2.x/en/faq/technical/_index.md b/content/rancher/v2.x/en/faq/technical/_index.md index 4a09048524a..3df6cd1abfc 100644 --- a/content/rancher/v2.x/en/faq/technical/_index.md +++ b/content/rancher/v2.x/en/faq/technical/_index.md @@ -1,6 +1,6 @@ --- title: Technical - weight: 5000 + weight: 8005 --- ### How can I reset the admin password? diff --git a/content/rancher/v2.x/en/tasks/user-settings/_index.md b/content/rancher/v2.x/en/user-settings/_index.md similarity index 73% rename from content/rancher/v2.x/en/tasks/user-settings/_index.md rename to content/rancher/v2.x/en/user-settings/_index.md index 895dd745a79..8ef85cc7c8a 100644 --- a/content/rancher/v2.x/en/tasks/user-settings/_index.md +++ b/content/rancher/v2.x/en/user-settings/_index.md @@ -1,13 +1,15 @@ --- title: User Settings -weight: 3725 +weight: 7000 +aliases: + - /rancher/v2.x/en/tasks/user-settings/ --- Within Rancher, each user has a number of settings associated with their login: personal preferences, API keys, etc. You can configure these settings by choosing from the **User Settings** menu. You can open this menu by clicking your avatar, located within the main menu. The available user settings are: -- [API & Keys]({{< baseurl >}}/rancher/v2.x/en/tasks/user-settings/api-keys/) +- [API & Keys]({{< baseurl >}}/rancher/v2.x/en/user-settings/api-keys/)