-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[usage] Initial installer configuration #10228
Conversation
232652d
to
159abfe
Compare
ff7f466
to
9e2d022
Compare
159abfe
to
ba3edac
Compare
4dd55e6
to
4f9b870
Compare
4f9b870
to
d296035
Compare
d296035
to
99d7d46
Compare
/werft run 👍 started the job as gitpod-build-mp-usage-controller-installer.12 |
99d7d46
to
6473363
Compare
EnableServiceLinks: pointer.Bool(false), | ||
DNSPolicy: "ClusterFirst", | ||
RestartPolicy: "Always", | ||
TerminationGracePeriodSeconds: pointer.Int64(30), |
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.
Does this need to be specified? It's the default AFAIK.
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.
I think we'll want to tweak it down the line so keeping it here to make adjusting easier.
return nil, nil | ||
} | ||
|
||
log.Debug("Detected experimental.WebApp.Usage configuration", cfg) |
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.
Do we need to leave this log line?
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.
For the time being when it's experimental, I'm keen to leave it just to have the interpretation of the config in CI a bit more transparent.
ed089cd
to
fbcfebd
Compare
Description
This PR adds configuration for the installer to deploy the usage component. The config is under the epxerimental category for now so not used in self-hosted yet.
Related Issue(s)
How to test
Note usage deployment running
Release Notes
Documentation
NONE