Skip to content
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

Add information about the startupProbe #1538

Merged
merged 1 commit into from Dec 13, 2020

Conversation

vshakirova
Copy link
Contributor

@vshakirova vshakirova commented Nov 26, 2020

Hello guys. I've implemented this feature according to the issue #1034.
just a small comment: StartupProbe should be enabled in your cluster with --feature-gate flag if your vers < 1.18
https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
Please tell me what do you think
Screen Shot 2020-11-26 at 4 28 42 PM

Fixes #1034

Signed-off-by: vshakirova <vshakirova@mirantis.com>
@@ -46,6 +46,26 @@ export class DeploymentApi extends KubeApi<Deployment> {
}
}

interface IContainerProbe {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

created a new interface in order to remove repeatable code

Copy link
Contributor

@nevalla nevalla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@jakolehm jakolehm added area/ui enhancement New feature or request labels Nov 26, 2020
@jakolehm jakolehm added this to the 4.1.0 milestone Nov 26, 2020
@jakolehm jakolehm merged commit abd4223 into lensapp:master Dec 13, 2020
@jakolehm jakolehm mentioned this pull request Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add information about the newer startupProbe
3 participants