Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleEdit override file
<editor> ./dep/RECIPE_EXAMPLE/NONRTRIC/example_recipe.yaml 

...

Code Block
languagebash
titleInstall Charts using the script: deploy-nonrtric.sh
sudo ./dep/bin/deploy-nonrtric -f ./dep/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml

...

Note
iconfalse

If the "Default storage class" is not set then Kong PV and PVC creation may fail and that's specified in nonrtric/helm/kongstorage/kongvalues.yaml
Check the default StorageClass or ONLY for development proposes persistence can be disableddisable kong-postgresĀ  persistence:
sed -i '/persistence:/,/existingClaim:/s/existingClaim: .*/enabled: false/' ./dep/nonrtric/helm/kongstorage/kongvalues.yaml && Ā rm rm -rf ./dep/nonrtric/helm/kongstorage/templates

...