-
Notifications
You must be signed in to change notification settings - Fork 603
Add readiness/liveness probes to k8s CaaS resources #2187
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
Conversation
CastScalar bool | ||
AllowCortexResources bool | ||
RequireCortexResources bool | ||
DockerImage bool |
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.
what is this for? user container image? In any case, I think it needs a better naming scheme, since docker is a company
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.
It checks whether it's a valid docker image registry path. We can do this in a separate PR as this is a literal copy-paste from the other configreader validations.
checklist:
make test
andmake lint