We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you are reporting a problem, please make sure the following information are provided:
Expected behavior and actual behavior: trivy should be re-created after deletion , same as core, job service, exporter etc other components
Steps to reproduce the problem:
kubectl apply -f my-full-stack.yaml
kubectl delete trivy harborcluster-sample-harbor-harbor -n cluster-sample-ns
ubuntu@miner:~$ kubectl get trivy -n cluster-sample-ns No resources found in cluster-sample-ns namespace.
ubuntu@miner:~$ kubectl logs -f harbor-operator-57986ddb6d-rhb4d -n harbor-operator-ns 2023-07-10T10:02:27Z INFO harbor-operator.controller Reconcile is completed {"controller": "harborcluster", "version": "dev", "git.commit": "none"} 2023-07-10T10:03:22Z INFO harbor-operator.controller Object does not exists {"controller": "trivy", "version": "dev", "git.commit": "none", "request": "cluster-sample-ns/harborcluster-sample-harbor-harbor"} 2023-07-10T10:03:22Z INFO harbor-operator.controller Object does not exists {"controller": "trivy", "version": "dev", "git.commit": "none", "request": "cluster-sample-ns/harborcluster-sample-harbor-harbor"} 2023-07-10T10:03:22Z INFO harbor-operator.controller Object does not exists {"controller": "trivy", "version": "dev", "git.commit": "none", "request": "cluster-sample-ns/harborcluster-sample-harbor-harbor"} 2023-07-10T10:03:22Z INFO harbor-operator.controller Object does not exists {"controller": "trivy", "version": "dev", "git.commit": "none", "request": "cluster-sample-ns/harborcluster-sample-harbor-harbor"} 2023-07-10T10:03:22Z INFO harbor-operator.controller Object does not exists {"controller": "trivy", "version": "dev", "git.commit": "none", "request": "cluster-sample-ns/harborcluster-sample-harbor-harbor"}
Versions: Please specify the versions of following systems.
harbor operator version: master
harbor version: v2.6.2
kubernetes version: 1.24.6
Any additional relevant versions such as CertManager certmanager Additional context:
Harbor dependent services:
Log files: Collect logs and attach them here if have.
Kubernetes: How Kubernetes access was provided (what cloud provider, service-account configuration, ...).
The text was updated successfully, but these errors were encountered:
chlins
No branches or pull requests
If you are reporting a problem, please make sure the following information are provided:
Expected behavior and actual behavior:
trivy should be re-created after deletion , same as core, job service, exporter etc other components
Steps to reproduce the problem:
kubectl apply -f my-full-stack.yaml
kubectl delete trivy harborcluster-sample-harbor-harbor -n cluster-sample-ns
Versions:
Please specify the versions of following systems.
harbor operator version: master
harbor version: v2.6.2
kubernetes version: 1.24.6
Any additional relevant versions such as CertManager
certmanager
Additional context:
Harbor dependent services:
Log files: Collect logs and attach them here if have.
Kubernetes: How Kubernetes access was provided (what cloud provider, service-account configuration, ...).
The text was updated successfully, but these errors were encountered: