Skip to content

Conversation

@mowangdk
Copy link
Contributor

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.:


@k8s-ci-robot
Copy link
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Nov 24, 2025
Copy link
Contributor

@huww98 huww98 left a 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}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"${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
Copy link
Contributor

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buildx一定是使用buildkit的,不会用到旧版构建引擎。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants