Commit Graph

9 Commits (master)

Author SHA1 Message Date
Steven Powell 4aa348106d site: Update GCP-Auth docs regarding new namespaces 2023-02-27 10:20:49 -08:00
Rahil Patel 1cc0fb1f6f
revise gcp-auth addon docs 2022-11-01 14:22:14 -04:00
Steven Powell d9ac86498a add documentation about adding a new namespace 2022-10-19 15:49:46 -07:00
Brian de Alwis 60d611eeff
doc: be more specific as to what the gcp-auth does 2021-09-16 11:32:06 -04:00
Sharif Elgamal b507e221d6 add docs for --refresh 2021-05-26 14:55:20 -07:00
Anders F Björklund ebf37ad15f Fix whitespace issues in the site content markdown
Courtesy of markdownlint, but nothing to show on:

 git show --ignore-all-space --ignore-blank-lines

Ignore generated commands, with trailing whitespace.
Those need to be fixed in "generate-docs" instead...
2020-12-05 10:08:32 +01:00
edtrist f6a770e0a6 Add missing language to code blocks 2020-12-01 22:42:41 +00:00
Sharif Elgamal ff051f9a33
Make sure gcp-auth addon can be enabled on startup (#9318)
* fix documentation for gcp-auth addon

* make sure kube-system pods are up before enabling gcp-auth

* fix lint

* add failurePolicy for webhook

* only install addons if asked

* better comment

* slightly less hacky code

* defer addons properly

* simplify code for performance
2020-09-29 13:29:14 -07:00
Sharif Elgamal 1b6eee675b
Automated GCP Credentials Addon Prototype (#8682)
* metadata addon works

* Add code for metadata server image and makefile rules

* remove log message

* update to work with v1.13.11

* update readme

* fix metadata addon stuff for newer codebase

* buncha changes

* just so many changes

* ch-ch-ch-ch-changes

* addon works

* update readme

* boilerplate

* revert unrelated change

* move server code to another repo

* switch addon name to gcp-auth

* metadata -> gcp-auth

* missed one

* automate finding of credentials

* remove unnecessary comment

* address comments

* Update README.md

* Update README.md

* use mustload everywhere

* swap selector condition

* upgrade kube-webhook-certgen to 1.3

* move paths to constants

* add notice to user on addon enable

* adding addon documentation

* move addons documentation inside handbook

* remove old addons docs location

Co-authored-by: Priya Wadhwa <priyawadhwa@google.com>
2020-07-21 14:25:58 -07:00