mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-08-20 08:52:32 +00:00
moving CLI, faqs, and user settings around
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
@@ -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/).
|
||||
+4
-2
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Contributing to Rancher
|
||||
weight: 5001
|
||||
title: Contributing to Rancher
|
||||
weight: 9000
|
||||
aliases:
|
||||
- /rancher/v2.x/en/faq/contributing/
|
||||
---
|
||||
|
||||
### Repositories
|
||||
@@ -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?
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Technical
|
||||
weight: 5000
|
||||
weight: 8005
|
||||
---
|
||||
|
||||
### How can I reset the admin password?
|
||||
|
||||
+4
-2
@@ -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/)
|
||||
|
||||
<!-- - Node Templates
|
||||
|
||||
+13
-1
@@ -1,8 +1,20 @@
|
||||
---
|
||||
title: Creating an API Key
|
||||
weight: 3726
|
||||
weight: 7005
|
||||
aliases:
|
||||
- /rancher/v2.x/en/concepts/api-keys/
|
||||
- /rancher/v2.x/en/tasks/user-settings/api-keys/
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
### Creating an API Key
|
||||
Create a Rancher API key so that other applications can make requests to the Rancher API. You can create API keys using the Rancher UI.
|
||||
|
||||
1. From any Rancher view, select **User Avatar** > **API & Keys** from the menu on the upper-right.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Managing Node Templates
|
||||
weight: 7010
|
||||
draft: true
|
||||
---
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: User Preferences
|
||||
weight: 3728
|
||||
weight: 7010
|
||||
draft: true
|
||||
---
|
||||
Reference in New Issue
Block a user