GoogleCloudPlatform/click-to-deploy

Manifest folder missing in click-to-deploy/k8s/prometheus

s-shoukath opened this issue · 0 comments

Category:

Kubernetes apps

Type:

  • Bug
  • Feature Request
  • Process

Bug

Cloned click-to-deploy repo, but the manifest folder which is supposed to contain manifest files is missing in the repo. Deployment of prometheus will not work without this folder. Here is an output with files available when we clone the repo

shoukathali@shoukathali:/test$ git clone --recursive https://github.com/GoogleCloudPlatform/click-to-deploy.git
Cloning into 'click-to-deploy'...
remote: Enumerating objects: 33599, done.
remote: Counting objects: 100% (1237/1237), done.
remote: Compressing objects: 100% (706/706), done.
remote: Total 33599 (delta 505), reused 1027 (delta 357), pack-reused 32362
Receiving objects: 100% (33599/33599), 33.79 MiB | 16.66 MiB/s, done.
Resolving deltas: 100% (19509/19509), done.
shoukathali@shoukathali:
/test$ cd click-to-deploy/k8s/prometheus
shoukathali@shoukathali:/test/click-to-deploy/k8s/prometheus$ ls
apptest chart deployer Makefile README.md resources schema.yaml
shoukathali@shoukathali:
/test/click-to-deploy/k8s/prometheus$

Here is the command in the steps that mentions about folder manifest

awk 'FNR==1 {print "---"}{print}' manifest/*
| envsubst '$APP_INSTANCE_NAME $NAMESPACE $STORAGE_CLASS $IMAGE_PROMETHEUS $IMAGE_ALERTMANAGER $IMAGE_KUBE_STATE_METRICS $IMAGE_NODE_EXPORTER $NAMESPACE $PROMETHEUS_REPLICAS $PROMETHEUS_REPLICAS $PROMETHEUS_SERVICE_ACCOUNT $KUBE_STATE_METRICS_SERVICE_ACCOUNT $ALERTMANAGER_SERVICE_ACCOUNT $NODE_EXPORTER_SERVICE_ACCOUNT' \

"${APP_INSTANCE_NAME}_manifest.yaml"