Skip to content
#

harbor

Here are 103 public repositories matching this topic...

xlyoung
xlyoung commented Oct 24, 2017

通过了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]

govindkailas
govindkailas commented Mar 9, 2020

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

Improve this page

Add a description, image, and links to the harbor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the harbor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.