GoogleCloudPlatform / k8s-config-connector

GCP Config Connector, a Kubernetes add-on for managing GCP resources
https://cloud.google.com/config-connector/docs/overview
Apache License 2.0
890 stars 218 forks source link

User guide refers to non-existing file release-configuration.yaml #4

Closed AlexBulankou closed 5 years ago

AlexBulankou commented 5 years ago

In user guide:

kubectl apply -f samples/apps/bookstore/config/release-configuration.yaml

The file does not exist

@kibbles-n-bytes

OchiengEd commented 5 years ago

Hi @AlexBulankou ,

Just looked into the issue you raised. If you clone the repository the path will not match. However, if you follow the steps in the Downloading the samples section, then the steps are accurate.

kibbles-n-bytes commented 5 years ago

Hey Alex,

As @OchiengEd points out, this file is not included in the repo itself, but is assembled dynamically and included in the tarball during releases. We recompile every so often to keep our base image up-to-date.