Skip to main content
Solved

k10 injectKanisterSidecar setup in operator

  • April 3, 2024
  • 1 comment
  • 52 views

we got Volume Snapshots are not supported for this storage when try backup vault in Openshift 4.14 using Kasten k10 operator. Just wonder: how to enable injectKanisterSidecar in k10 operator?

Best answer by Hagag

@george.tor2018 To activate the Generic Storage Backup feature, you must obtain a token by requesting one through my.veeam.com. To do so, open a support case, specifying "Kasten by Veeam K10 Trial" as the product. Once you receive the token, you can proceed to edit the K10 operand YAML file. In the file's specifications, add the provided parameters.
 

genericStorageBackup:
  token: <TOKEN>
injectKanisterSidecar:
  enabled: “true”
You need to follow the same procedure for any additional parameters necessary to enable injectKanisterSidecar. You can find all the required parameters in the link provided below.https://docs.kasten.io/latest/install/generic.html?highlight=injectkanistersidecar#generic-storage-backup-and-restoreThanksAhmed Hagag

1 comment

Hagag
Forum|alt.badge.img+2
  • Experienced User
  • Answer
  • April 3, 2024

@george.tor2018 To activate the Generic Storage Backup feature, you must obtain a token by requesting one through my.veeam.com. To do so, open a support case, specifying "Kasten by Veeam K10 Trial" as the product. Once you receive the token, you can proceed to edit the K10 operand YAML file. In the file's specifications, add the provided parameters.
 

genericStorageBackup:
  token: <TOKEN>
injectKanisterSidecar:
  enabled: “true”
You need to follow the same procedure for any additional parameters necessary to enable injectKanisterSidecar. You can find all the required parameters in the link provided below.https://docs.kasten.io/latest/install/generic.html?highlight=injectkanistersidecar#generic-storage-backup-and-restoreThanksAhmed Hagag