-
Notifications
You must be signed in to change notification settings - Fork 55
Ensure namespace is set on all Kubernetes resources #178
base: main
Are you sure you want to change the base?
Conversation
…ng resources: - Distributor - Memcached - Querier - Query-frontend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixed conflicts. Can you please merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good start, but some resources are still missing namespace.
@@ -7,6 +7,8 @@ | |||
* [CHANGE] Add overrides config to tsdb store-gateway. #167 | |||
* [CHANGE] Ingesters now default to running as `StatefulSet` with WAL enabled. It is controlled by the config `$._config.ingester_deployment_without_wal` which is `false` by default. Setting the config to `true` will yeild the old behaviour (stateless `Deployment` without WAL enabled). #72 | |||
* [CHANGE] We now allow queries that are 32 days long. For example, rate(metric[32d]). Before it was 31d. #173 | |||
* [BUGFIX] Add support the `local` ruler client type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be here -- it's already on top.
Branch https://github.com/grafana/cortex-jsonnet/tree/pull/178 shows how to add namespaces to more (but still not all) resources. |
Co-authored-by: Peter Štibraný <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this!
Ryan seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
What this PR does:
Ensure the namespace defined in _config is set on these resources:
Which issue(s) this PR fixes:
Fixes When generating YAML resources for kubernetes, only some of them have correct namespace set #177
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]