GoogleCloudPlatform / terraform-example-foundation-app

https://registry.terraform.io/modules/GoogleCloudPlatform/terraform-example-foundation-app/google
Apache License 2.0
33 stars 36 forks source link

Add nomos usage instructions to validate Config Management System changes #75

Closed daniel-cit closed 1 year ago

daniel-cit commented 3 years ago

Expected Behavior

in step 6, after we push the changes for the Config Management System we should know if they were successfully applied.

Actual Behavior

There is no feedback if the Config Management System changes wer successful.

The only way is to go to the Logs Explorer in the GKE project and search the reconciler logs using:

resource.type="k8s_container"
resource.labels.namespace_name="config-management-system"
resource.labels.container_name="reconciler"

Steps to Reproduce the Problem

  1. deploy up to step 6
  2. add an invalid change in one of the yaml files under root-config-repo
  3. add a valid change in another yaml files under root-config-repo.
  4. push the change to the repo
  5. There is no clear indication that the update failed but for the fact that you can't see any of the changes in the Kubernetes Engine object browser.

Suggestion

Specifications

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days