adamant-kite-43734
03/20/2024, 12:48 AMclean-cpu-90380
03/20/2024, 2:20 AMjolly-lighter-36330
03/20/2024, 3:01 AMclean-cpu-90380
03/20/2024, 3:24 AMjolly-lighter-36330
03/20/2024, 3:36 AMjolly-lighter-36330
03/20/2024, 4:07 AMprehistoric-balloon-31801
03/20/2024, 7:43 AMlonghorn-snapshot
is missing.clean-cpu-90380
03/20/2024, 7:45 AMjolly-lighter-36330
03/20/2024, 7:49 AMclean-cpu-90380
03/20/2024, 7:57 AMjolly-lighter-36330
03/20/2024, 8:02 AMclean-cpu-90380
03/20/2024, 8:26 AMjolly-lighter-36330
03/20/2024, 8:44 AMclean-cpu-90380
03/20/2024, 8:46 AMjolly-lighter-36330
03/20/2024, 8:59 AMcat longhorn.yaml
apiVersion: snapshot.storage.k8s.io/v1beta1
deletionPolicy: Delete
driver: driver.longhorn.io
kind: VolumeSnapshotClass
metadata:
annotations:
meta.helm.sh/release-name: harvester
meta.helm.sh/release-namespace: harvester-system
creationTimestamp: "2024-02-01T070015Z"
generation: 1
labels:
app.kubernetes.io/managed-by: Helm
name: longhorn
resourceVersion: "430536529"
uid: e105c5cc-3142-4e24-b5a6-ab454823af96
cat longhorn-snapshot.yaml
apiVersion: snapshot.storage.k8s.io/v1beta1
deletionPolicy: Delete
driver: driver.longhorn.io
kind: VolumeSnapshotClass
metadata:
annotations:
meta.helm.sh/release-name: harvester
meta.helm.sh/release-namespace: harvester-system
creationTimestamp: "2024-03-19T012200Z"
generation: 1
labels:
app.kubernetes.io/instance: harvester
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: harvester
app.kubernetes.io/version: v1.2.0
helm.sh/chart: harvester-1.2.0
name: longhorn-snapshot
resourceVersion: "427879751"
uid: a4214b3f-2515-4f9c-b44f-d993427384b0
parameters:
type: snapclean-cpu-90380
03/20/2024, 9:58 AMhelm get manifest harvester -n harvester-system
you’ll get following thing,
---
apiVersion: snapshot.storage.k8s.io/v1beta1
deletionPolicy: Delete
driver: driver.longhorn.io
kind: VolumeSnapshotClass
metadata:
annotations:
objectset.rio.cattle.io/id: default-mcc-harvester-cattle-fleet-local-system
labels:
objectset.rio.cattle.io/hash: e852fa897f5eae59a44b4bfe186aad80b10b94b3
name: longhorn
---
apiVersion: snapshot.storage.k8s.io/v1beta1
deletionPolicy: Delete
driver: driver.longhorn.io
kind: VolumeSnapshotClass
metadata:
annotations:
objectset.rio.cattle.io/id: default-mcc-harvester-cattle-fleet-local-system
labels:
app.kubernetes.io/instance: harvester
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: harvester
app.kubernetes.io/version: v1.2.0
helm.sh/chart: harvester-1.2.0
objectset.rio.cattle.io/hash: e852fa897f5eae59a44b4bfe186aad80b10b94b3
name: longhorn-snapshot
namespace: longhorn-system
parameters:
type: snap
## step2
apply longhorn-snapshot and longhorn these two volmesnapshotclass resource
I’m not sure if your result is same as me or not by running that helm command.clean-cpu-90380
03/20/2024, 9:59 AM<http://objectset.rio.cattle.io/id|objectset.rio.cattle.io/id>
<http://objectset.rio.cattle.io/hash|objectset.rio.cattle.io/hash>
these two filedclean-cpu-90380
03/20/2024, 10:00 AMlonghorn
longhorn-snapshot
volumesnapshotsclass resourceclean-cpu-90380
03/20/2024, 10:00 AMe852fa897f5eae59a44b4bfe186aad80b10b94b3
clean-cpu-90380
03/20/2024, 10:01 AM<http://objectset.rio.cattle.io/hash|objectset.rio.cattle.io/hash>
field, the bundle will show missing error.jolly-lighter-36330
03/21/2024, 1:06 AMhelm get manifest harvester -n harvester-system
. I'm not sure if it would be helpful for you to solve the problem.clean-cpu-90380
03/21/2024, 1:09 AMapiVersion: <http://snapshot.storage.k8s.io/v1beta1|snapshot.storage.k8s.io/v1beta1>
deletionPolicy: Delete
driver: <http://driver.longhorn.io|driver.longhorn.io>
kind: VolumeSnapshotClass
metadata:
annotations:
<http://objectset.rio.cattle.io/id|objectset.rio.cattle.io/id>: default-mcc-harvester-cattle-fleet-local-system
labels:
<http://objectset.rio.cattle.io/hash|objectset.rio.cattle.io/hash>: e852fa897f5eae59a44b4bfe186aad80b10b94b3
name: longhorn
---
apiVersion: <http://snapshot.storage.k8s.io/v1beta1|snapshot.storage.k8s.io/v1beta1>
deletionPolicy: Delete
driver: <http://driver.longhorn.io|driver.longhorn.io>
kind: VolumeSnapshotClass
metadata:
annotations:
<http://objectset.rio.cattle.io/id|objectset.rio.cattle.io/id>: default-mcc-harvester-cattle-fleet-local-system
labels:
<http://app.kubernetes.io/instance|app.kubernetes.io/instance>: harvester
<http://app.kubernetes.io/managed-by|app.kubernetes.io/managed-by>: Helm
<http://app.kubernetes.io/name|app.kubernetes.io/name>: harvester
<http://app.kubernetes.io/version|app.kubernetes.io/version>: v1.2.0
<http://helm.sh/chart|helm.sh/chart>: harvester-1.2.0
<http://objectset.rio.cattle.io/hash|objectset.rio.cattle.io/hash>: e852fa897f5eae59a44b4bfe186aad80b10b94b3
name: longhorn-snapshot
namespace: longhorn-system
parameters:
type: snap
jolly-lighter-36330
03/21/2024, 1:15 AM