-
Notifications
You must be signed in to change notification settings - Fork 253
Docs/add docs and make cleanups #1567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Docs/add docs and make cleanups #1567
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mowangdk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
huww98
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
也请说明该组件和CSI的关系,和CSI的feature-gate的关系。
| --cache-to=type=inline,mode=max \ | ||
| --cache-from=type=registry,ref="${IMAGE_REPO}:${IMAGE_TAG}" \ | ||
| --push \ | ||
| "${CONTEXT_DIR}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "${CONTEXT_DIR}" | |
| . |
看上去没有必要,既然其他地方已经用了相对路径了,这里也直接用相对路径即可
| Install tools such as yum-utils which help you manage YUM repositories. | ||
|
|
||
| ```shell | ||
| sudo yum install -y yum-utils device-mapper-persistent-data lvm2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议直接链接到Docker官网的安装指南,不要假设用户是redhat系的系统。BTW,lvm2在这里的作用是?
| @@ -0,0 +1,136 @@ | |||
| ### Introduction | |||
|
|
|||
| cnfs-nas-daemon is a DaemonSet component specifically designed for Compute-Optimized CPFS, standard CPFS, and NAS storage systems to provide declarative mounting services. Its core design enables seamless integration of storage resources with containerized workloads through multi-layer containerization and dynamic configuration management. This document mainly introduces how to build the cnfs-nas-daemon image. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| cnfs-nas-daemon is a DaemonSet component specifically designed for Compute-Optimized CPFS, standard CPFS, and NAS storage systems to provide declarative mounting services. Its core design enables seamless integration of storage resources with containerized workloads through multi-layer containerization and dynamic configuration management. This document mainly introduces how to build the cnfs-nas-daemon image. | |
| cnfs-nas-daemon is a DaemonSet component specifically designed for CPFS for Lingjun, CPFS General-purpose Edition, and NAS storage systems to provide declarative mounting services. Its core design enables seamless integration of storage resources with containerized workloads through multi-layer containerization and dynamic configuration management. This document mainly introduces how to build the cnfs-nas-daemon image. |
https://www.alibabacloud.com/help/en/cpfs/cpfs-product-introduction
| Use kubectl command to update the cnfs-nas-daemon image in the cluster: | ||
|
|
||
| ```shell | ||
| kubectl set image daemonset cnfs-nas-daemon -n cnfs-system mount-proxy=registry.cn-hangzhou.aliyuncs.com/my-namespace/csi-alinas:v1.2.3-g1a2b3c4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个对开源社区没有太大意义吧。请直接附加完整helm到仓库中?
|
|
||
| This command should display the installed buildx version information, indicating that BuildKit is working. | ||
|
|
||
| 2.2 (Optional) Explicitly Enable BuildKit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
buildx一定是使用buildkit的,不会用到旧版构建引擎。
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: