Sha256: 2d47ca9965bbb98abc57148a871147cb5c5c198a6e4d3749ae82d77464f5ab9c
Contents?: true
Size: 645 Bytes
Versions: 8
Compression:
Stored size: 645 Bytes
Contents
--- title: Google Helpers --- List of Google helpers: {% assign docs = site.docs | where: "categories","helpers-aws" %} {% for doc in docs -%} * [{{ doc.nav_text }}]({{ doc.url }}) {% endfor %} ## Notes * By default, `KubeGoogle.logger = Kubes.logger`. This means, you can set `logger.level = "debug"` in `.kubes/config.rb` to see more details. * The `gcloud` cli is used to create IAM roles. So `gcloud` is required. * Note: Would like to use the google sdk, but it wasn't obvious how to do so. PRs are welcomed. * The Google helpers are provided by the [boltops-tools/kubes_google](https://github.com/boltops-tools/kubes_google) library.
Version data entries
8 entries across 8 versions & 1 rubygems