adamant-kite-43734
07/28/2023, 11:45 PMprehistoric-balloon-31801
07/31/2023, 1:43 AMkubectl get bundles -A
quaint-alarm-7893
08/02/2023, 7:42 PMNAMESPACE NAME BUNDLEDEPLOYMENTS-READY STATUS
fleet-local fleet-agent-local 1/1
fleet-local local-managed-system-agent 1/1
fleet-local mcc-harvester 0/1 Modified(1) [Cluster fleet-local/local]; <http://storageclass.storage.k8s.io|storageclass.storage.k8s.io> harvester-longhorn modified {"metadata":{"annotations":{"<http://storageclass.kubernetes.io/is-default-class|storageclass.kubernetes.io/is-default-class>":"true"}}}; <http://storageclass.storage.k8s.io|storageclass.storage.k8s.io> single-replica extra
fleet-local mcc-harvester-crd 1/1
fleet-local mcc-local-managed-system-upgrade-controller 1/1
fleet-local mcc-rancher-logging 1/1
fleet-local mcc-rancher-logging-crd 1/1
fleet-local mcc-rancher-monitoring 0/1 ErrApplied(1) [Cluster fleet-local/local: another operation (install/upgrade/rollback) is in progress]
fleet-local mcc-rancher-monitoring-crd 1/1
prehistoric-balloon-31801
08/03/2023, 1:04 AMmcc-rancher-monitoring-crd
, it’s a known issue: please check the link on how to fix it https://github.com/harvester/harvester/issues/1983#issuecomment-1260122413
And for mcc-harvester
can you capture output of these two commands:
kubectl get bundles -n fleet-local -o yaml
kubectl get sc harvester-longhorn -o yaml
I don’t expect sensitive info in these command outputs but feel free to DM me if you feel there are sensitive contents in the output.quaint-alarm-7893
08/03/2023, 1:53 AMquaint-alarm-7893
08/03/2023, 2:07 AMquaint-alarm-7893
08/03/2023, 2:18 AMquaint-alarm-7893
08/03/2023, 3:20 AMquaint-alarm-7893
08/03/2023, 3:21 AMquaint-alarm-7893
08/04/2023, 9:44 PMquaint-alarm-7893
08/08/2023, 12:53 AMprehistoric-balloon-31801
08/08/2023, 12:55 AMquaint-alarm-7893
08/08/2023, 12:56 AMquaint-alarm-7893
08/11/2023, 3:06 AMprehistoric-balloon-31801
08/11/2023, 4:11 AMrancher-monitoring-grafana
in cattle-monitoring-system
ns.
The bundle says it’s not readyquaint-alarm-7893
08/26/2023, 12:49 AMNAMESPACE NAME BUNDLEDEPLOYMENTS-READY STATUS
fleet-local fleet-agent-local 1/1
fleet-local local-managed-system-agent 1/1
fleet-local mcc-harvester 0/1 Modified(1) [Cluster fleet-local/local]; <http://storageclass.storage.k8s.io|storageclass.storage.k8s.io> harvester-longhorn modified {"metadata":{"annotations":{"<http://storageclass.kubernetes.io/is-default-class|storageclass.kubernetes.io/is-default-class>":"true"}}}; <http://storageclass.storage.k8s.io|storageclass.storage.k8s.io> single-replica extra
(edited)
Zespre Chang [1:58 AM]
Hi albert, did you get a support bundle at hand? We can look into it further. It seems something has changed in the harvester-longhorn
StorageClass and the controller is trying to reconcile it.quaint-alarm-7893
08/28/2023, 5:10 AMred-king-19196
08/28/2023, 5:17 AMquaint-alarm-7893
08/29/2023, 3:03 AMprehistoric-balloon-31801
08/29/2023, 8:09 AMharvester-longhorn
as the default storage class and check if the message is gonequaint-alarm-7893
08/29/2023, 11:11 PMfleet-local mcc-harvester 0/1 Modified(1) [Cluster fleet-local/local]; <http://storageclass.storage.k8s.io|storageclass.storage.k8s.io> single-replica extra
fleet-local mcc-rancher-monitoring 0/1 Modified(1) [Cluster fleet-local/local]; <http://prometheus.monitoring.coreos.com|prometheus.monitoring.coreos.com> cattle-monitoring-system/rancher-monitoring-prometheus missing
i did the helm rollback on both rancher-monitoring and rancher-monitoring-crd, seems to have worked for crd.quaint-alarm-7893
08/29/2023, 11:12 PMquaint-alarm-7893
08/29/2023, 11:41 PMk get bundle -o yaml > /mnt/c/Users/albert.kohl/bundle.yaml
quaint-alarm-7893
08/29/2023, 11:41 PMred-king-19196
08/30/2023, 3:58 AMsummary:
desiredReady: 1
modified: 1
nonReadyResources:
- bundleState: Modified
modifiedStatus:
- apiVersion: <http://storage.k8s.io/v1|storage.k8s.io/v1>
delete: true
kind: StorageClass
name: single-replica
name: fleet-local/local
ready: 0
Is the StorageClass single-replica
being used? If not, getting rid of it may bring the bundle status back.red-king-19196
08/30/2023, 4:01 AMsingle-replica
is the same as those from harvester-longhorn
. How did you create it?quaint-alarm-7893
08/30/2023, 4:02 AM