> kubectl describe pkgi <harbor-pkgi-name> -n <harbor-supervisor-service-namespace>
kapp: Error: waiting on reconcile deployment/harbor-jobservice... Finished unsuccessfully (Deployment is not progressing: ProgressDeadlineExceeded (message: ReplicaSet "harbor-jobservice-###" has timed out progressing."))
> kubectl logs harbor-core-#### -n <harbor-namespace>YYYY-MM-DDThh:mm:ss [ERROR] [/lib/cache/cache.go:###]: failed to ping redis://<redis-hostname>:####/#?idle_timeout_seconds=30, retry after 500ms : MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
kubectl scale sts/harbor-redis --replicas=0 -n <harbor-namespace>kubectl scale sts/harbor-redis --replicas=1 -n <harbor-namespace>kubectl delete pod <harbor-core-###> -n <harbor-namespace>kubectl delete pod <harbor-jobservice-###> -n <harbor-namespace>kubectl get pods -n <harbor-namespace>kubectl get pkgi -n <harbor-namespace>