With the following error:
Error: unable to build kubernetes objects from release manifest: unable to recognize “”: no matches for kind “PodDisruptionBudget” in version “policy/v1beta1”
but could not find the poddisruptionbudget.yaml file anywhere in the cloud shell environment.
Nor was I able to kubectl apply -f mypdb.yaml to specify the correct policy/v1 instead of v1beta as described here:
I think the issue occurs due to chart dependencies of bigtable-janusgraph ver 0.5.3 on elasticsearch ver 7.6.2 that uses PDB api:Version policy/v1beta1.
You may use the new version available on the github that uses bigtable-janusgraph ver 0.6.3 and elasticsearch ver 7.17.3 that uses PDB apiVersion: policy/v1. You can do the following steps on deploying the janusgraph: