pomerium/docs
backport-actions-token[bot] 4f291ddd7d
Add missing namespace creation for pomerium (#3099) (#3135)
* Add missing namespace creation for pomerium

The namespace for pomerium is not created during the walkthrough so running the command to create the tls secret fails.

``` bash
% kubectl create secret tls pomerium-tls-ca --namespace=pomerium \
--cert="$(mkcert -CAROOT)/rootCA.pem" --key="$(mkcert -CAROOT)/rootCA-key.pem"
error: failed to create secret namespaces "pomerium" not found
```
This PR adds the creation of the namespace before running the tls secret command.

* move namespace creation cmd to prereqs

Co-authored-by: alexfornuto <afornuto@pomerium.com>

Co-authored-by: George Ornbo <george@shapeshed.com>
Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-03-11 04:42:46 +00:00
..
.vuepress exclude template from sitemap (#3092) (#3113) 2022-03-08 15:35:50 -06:00
docs Add missing namespace creation for pomerium (#3099) (#3135) 2022-03-11 04:42:46 +00:00
enterprise Update metrics address copy (#3079) (#3133) 2022-03-10 18:54:48 +00:00
guides typo correction (#3121) (#3122) 2022-03-09 03:32:17 +00:00
partials various link fixes (#3049) 2022-02-18 11:19:02 -06:00
reference Clarify configuration between modes (#3111) (#3128) 2022-03-09 20:25:26 +00:00
readme.md Enterprise Docs (#2390) 2021-08-04 13:55:04 -05:00