-
Notifications
You must be signed in to change notification settings - Fork 704
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
feat(kubernetes): add opt-in livenessProbe with configurable initialD… #1367
feat(kubernetes): add opt-in livenessProbe with configurable initialD… #1367
Conversation
428a02b
to
f767101
Compare
@plumpy if we could hold the next halyard release until this is merged I would be forever grateful 🙏 |
f767101
to
97337ca
Compare
...rd/deploy/spinnaker/v1/service/distributed/kubernetes/v1/KubernetesV1DistributedService.java
Show resolved
Hide resolved
...in/java/com/netflix/spinnaker/halyard/config/validate/v1/DeploymentEnvironmentValidator.java
Show resolved
Hide resolved
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.
📦 🐢 🕐
...va/com/netflix/spinnaker/halyard/cli/command/v1/config/EditDeploymentEnvironmentCommand.java
Outdated
Show resolved
Hide resolved
.../src/main/java/com/netflix/spinnaker/halyard/config/model/v1/node/DeploymentEnvironment.java
Show resolved
Hide resolved
@maggieneterval is there a way to tell what Spinnaker version here this will be released as? https://www.spinnaker.io/community/releases/versions/ |
Ah, that's right. Thanks for explaining. Keep me posted on the release. Is there a page I can see the releases or changelog for halyard? |
I will definitely let you know and also comment on the original issue so anyone following knows as well! As far as I know we are not as good about documenting the halyard releases on spinnaker.io, but at least the last commit in each release is documented here: https://github.com/spinnaker/halyard/releases |
…elaySeconds
Closes spinnaker/spinnaker#4023
hal config deploy edit
command, modeled off the code for thevault
sub-commands :--liveness-probe-enabled
and--liveness-probe-initial-delay-seconds
.initialDelaySeconds
to manifest probe templates, and removes "readiness" from the name of each since these are now reused by liveness probes.