harbor
Here are 103 public repositories matching this topic...
-
Updated
May 28, 2020 - Go
-
Updated
May 31, 2019 - Python
Currently in installation guide, step make install-dependencies will install 3 redis clusters for different components, actually we don't need so many redis instance, and in customer environment they may also only buy one redis cluster with different Database number, so we should also support such case.
redis-cli -n 1
-
Updated
Mar 30, 2020 - Java
We have a few repo's that have grown quite large and return 504 timeouts when listing the tags, this crashes Tagd, it should rather log a warning, and continue to the next repo.
Currently in value.yaml what I see is the below,
persistence:
enabled: true
storageClass: ""
accessMode: ReadWriteOnce
size: 5Gi
Is there a way to add the existing pvc? I tried the below, but it doesn't seem to be working.
persistence:
enabled: false
resourcePolicy: "keep"
persistentVolumeClaim:
existingClaim: "trivy-claim"
storageClass: ""
a
The roadmap of Harbor should be defined and keep it in a ROADMAP.md file here.
For the roadmap file in the harbor project code repo, it can link to the ROADMAP file here.
-
Updated
May 6, 2020 - Java
- Aqua console not running in Dockerless mode
- Flags passed to scannercli (adapter envs config) not sync with scanner settings in Aqua CSP
- Different version of scannercli & Aqua CSP
- ...
make a test from swagger UI, and get
test from CLI
[#139#root@ubuntu-1604 /go/src/github.com/moooofly/harborctl]$./harborctl chartrepo chart label delete -h
This
-
Updated
May 26, 2020
I would like the ability to run harbor-compose up shipment1 to only deploy a single shipment contained in a multi-shipment harbor-compose.yml file.
-
Updated
May 26, 2020 - Shell
-
Updated
Apr 30, 2020 - Shell
-
Updated
May 20, 2020 - Go
-
Updated
May 24, 2020 - Shell
Improve this page
Add a description, image, and links to the harbor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the harbor topic, visit your repo's landing page and select "manage topics."


通过了CSR认证,却没有获取到nodes的信息
[root@k8s-01 ssl]# kubectl get csr
NAME AGE REQUESTOR CONDITION
csr-b0gpz 6m kubelet-bootstrap Pending
csr-swnf0 27m kubelet-bootstrap Pending
[root@k8s-01 ssl]# kubectl certificate approve csr-b0gpz csr-swnf0
certificatesigningrequest "csr-b0gpz" approved
certificatesigningrequest "csr-swnf0" approved
[root@k8s-01 ssl]