Initialize Dgraph schema before installing core services
diff --git a/dev/create_dev_cluster.sh b/dev/create_dev_cluster.sh
index e407591..e6b01e1 100755
--- a/dev/create_dev_cluster.sh
+++ b/dev/create_dev_cluster.sh
@@ -22,3 +22,6 @@
 ##  docker build --tag=localhost:30500/foo/bar:latest .
 ##  docker push pcloud-localhost:30500/foo/bar:latest
 kubectl apply -f $ROOT/apps/container-registry/install.yaml
+echo "Waiting for Container Registry to start"
+sleep 2
+kubectl -n container-registry wait --timeout=-1s --for=condition=Ready pod/registry-0