rongfu.leng
rongfu.leng
What can we help you? At first, I set `spec.version=2.5.1`, `harborcluster` status is health, then I changed it to `spec.version=2.5.2`, and then I changed it back to `spec.version=2.5.1`, and it...
Signed-off-by: lengrongfu Comprehensive Summary of your change Upgrade distribution version from v2.8.0 to v2.8.1, because v2.8.0 tag does not match checksum. Issue being fixed issue: https://github.com/goharbor/harbor-operator/issues/941
If you are reporting a problem, please make sure the following information are provided: **Expected behavior and actual behavior:** ```shell $ src git:(main) go mod tidy go: downloading github.com/docker/distribution v2.8.0+incompatible...
Signed-off-by: lengrongfu ref: [https://github.com/goharbor/harbor-operator/issues/932](https://github.com/goharbor/harbor-operator/issues/932)
- question:When I deploy harbor-operator on the locally built k8s when I create a Harbor Cluster as described in the minimal_stack_fs.yaml file, three pvcs will be created after kubectl apply...
**Describe your request** A clear and concise description of what you need help with. ``` # IMPORANT: Please make sure to anonymize any PII like IP addresses and usernames! ```...
Signed-off-by: lengrongfu Add a method `NewRESTClientWithAuthFunc` to initialize `Client` through a custom authentication function; Our `Harbor` uses `OIDC` authentication, cannot use `basic auth`, and needs to use `Auth token`.
Does `kubeapps` not support the management operator? Currently, it can only be deployed, but cannot be uninstalled. Are these functions currently not supported?
### Feature request At present, the Tekton project needs to create various CRD resource files, which is not user-friendly. Is there any plan to introduce Tekton Pipelines DSL, similar to...
The current distribution only supports proxy requests for one domain name. Can we redesign the proxy to support multiple domain names? If it is acceptable, I will design and develop.