Solved

k10 injectKanisterSidecar setup in operator

  • 3 April 2024
  • 1 comment
  • 24 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?

icon

Best answer by Hagag 3 April 2024, 19:38

View original

1 comment

Userlevel 5
Badge +2

@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

Comment