Manifest folder missing in click-to-deploy/k8s/prometheus #2382
Labels
kind/k8s
Related to the Kubernetes application
needs-triage
This wasn't investigate by the repo's owners yet
Category:
Kubernetes apps
Type:
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/test$ cd click-to-deploy/k8s/prometheusCloning 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:
shoukathali@shoukathali:
/test/click-to-deploy/k8s/prometheus$ ls/test/click-to-deploy/k8s/prometheus$apptest chart deployer Makefile README.md resources schema.yaml
shoukathali@shoukathali:
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' \
The text was updated successfully, but these errors were encountered: