googlearchive / k8s-service-catalog

[DEPRECATED] Commandline tool to manage Service Catalog lifecycle and GCP Service Broker atop Kubernetes Cluster
Apache License 2.0
69 stars 31 forks source link

[tutorial] References "examples" directory and manifests #207

Open DazWilkin opened 6 years ago

DazWilkin commented 6 years ago

The tutorial references an examples directory.

Unsure which directory is being referenced and indeed whether one is necessary:

kubectl create -f examples/gcp-pubsub-app/namespace.yaml
namespace "gcp-pubsub-app" created

Unable to find the directory but this is easily done with:

kubectl create namespace gcp-pubsub-app