mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
commit
67779bb2ae
|
|
@ -262,7 +262,7 @@ Before you start to create your Kubernetes cluster, make sure you have tested th
|
|||
|
||||
## Use KubeKey to Create a Kubernetes Cluster
|
||||
|
||||
[KubeKey](https://github.com/kubesphere/kubekey) is an efficient and convenient tool to create a Kubernetes cluster. If you are not familiar with KubeKey, have a look at my previous articles about using KubeKey to [create a three-node cluster](http://localhost:1313/blogs/install-kubernetes-using-kubekey/) and scale your cluster.
|
||||
[KubeKey](https://github.com/kubesphere/kubekey) is an efficient and convenient tool to create a Kubernetes cluster. If you are not familiar with KubeKey, have a look at my previous articles about using KubeKey to [create a three-node cluster](https://kubesphere.io/blogs/install-kubernetes-using-kubekey/) and scale your cluster.
|
||||
|
||||
1. Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command to download KubeKey version 1.0.1. You only need to download KubeKey to one of your machines (e.g. `master1`) that serves as the **taskbox** for installation.
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ A pipeline entails a collection of plugins that allow you to constantly and cons
|
|||
|
||||
### Credentials
|
||||
|
||||
A DevOps project user with required permissions can configure credentials for pipelines for the interaction with external environments. Once the user adds these credentials in a DevOps project, the credentials can be used by the DevOps project to interact with third-party applications, such as GitHub, GitLab and Docker Hub. For more information, see [Credential Management](../credential-management/).
|
||||
A DevOps project user with required permissions can configure credentials for pipelines for the interaction with external environments. Once the user adds these credentials in a DevOps project, the credentials can be used by the DevOps project to interact with third-party applications, such as GitHub, GitLab and Docker Hub. For more information, see [Credential Management](../../../devops-user-guide/how-to-use/credential-management/).
|
||||
|
||||
### Members and roles
|
||||
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ Select **Image Registry Secret** for **Type**. To use images from your private r
|
|||
|
||||
{{</ notice >}}
|
||||
|
||||
4. Click **Create**. Later, the Secret will appear on the **Secrets** page. For more information about how to edit the Secret after you create it, see [Check Secret Details](http://localhost:1313/docs/project-user-guide/configuration/secrets/#check-secret-details).
|
||||
4. Click **Create**. Later, the Secret will appear on the **Secrets** page. For more information about how to edit the Secret after you create it, see [Check Secret Details](../../project-user-guide/configuration/secrets/#check-secret-details).
|
||||
|
||||
**Https**
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ weight: 11120
|
|||
|
||||
### 凭证
|
||||
|
||||
具有所需权限的 DevOps 工程用户可以为与外部环境进行交互的流水线配置凭据。 一旦用户在 DevOps 工程中添加了这些凭据,DevOps 工程就可以使用凭据与第三方应用程序(例如 GitHub,GitLab 和 Docker Hub)进行交互。 有关更多信息,请参阅[凭据管理](../credential-management/)。
|
||||
具有所需权限的 DevOps 工程用户可以为与外部环境进行交互的流水线配置凭据。 一旦用户在 DevOps 工程中添加了这些凭据,DevOps 工程就可以使用凭据与第三方应用程序(例如 GitHub,GitLab 和 Docker Hub)进行交互。 有关更多信息,请参阅[凭证管理](../../../devops-user-guide/how-to-use/credential-management/)。
|
||||
|
||||
### 成员和角色
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue