Willard
Willard
**What happened**: When I execute `keadm reset`, sometimes get an error message: "Failed to delete directory /var/lib/edged: unlinkat /var/lib/edged/pods/...: device or resource busy" **What you expected to happen**: **How to...
**What would you like to be added/modified**: 1. [x] Refactor the implementation code for the cloud init command, use the gofile `keadm/cmd/keadm/app/cmd/helm/cloudcore.go` func `Install(..)` to complete the install logic. https://github.com/kubeedge/kubeedge/pull/5461...
**What would you like to be added/modified**: Abbreviation Specification: - GM: Chinese encryption algorithm specification. - GMTLS: TLS authentication with Chinese encryption algorithm. The GMTLS is extended based with the...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Sorry, the function reference I used earlier(https://github.com/kubeedge/kubeedge/pull/5374) caused a problem with the scope...
…el access **What type of PR is this?** /kind bug **What this PR does / why we need it**: When we set the property `edged.tailoredKubeletConfig.readOnlyPort` to **10250**, that will changes...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Supports keadm install the admission component in cloud. The admission component is disabled...
**What happened**: When we set the property `edged.tailoredKubeletConfig.readOnlyPort` to **10250**, that will changes the kubelet server port to **10250**, but the tunnel client still accesses `127.0.0.1:10350`. **What you expected to...
**What would you like to be added/modified**: Add some `sed` commands to makes helm chart cloudcore version files `values.yaml` and `Chart.yaml` automatically updated and commits changes to the branch master...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Abstract some methods for certificates, and implement x509 **Which issue(s) this PR fixes**:...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Encapsulate Token operations to improve readability and maintainability. **Which issue(s) this PR fixes**:...