Skip to content

Commit

Permalink
Merge pull request #10856 from hakman/calico-kube-controllers-restart
Browse files Browse the repository at this point in the history
Add liveness probe for calico-kube-controllers
  • Loading branch information
k8s-ci-robot authored Feb 17, 2021
2 parents 742c155 + f42f913 commit 5bab92c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4112,12 +4112,12 @@ spec:
command:
- /usr/bin/check-status
- -r
startupProbe:
livenessProbe:
exec:
command:
- /usr/bin/check-status
- -r
initialDelaySeconds: 10
- /usr/bin/check-status
- -r
failureThreshold: 10

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
key := "networking.projectcalico.org"
versions := map[string]string{
"k8s-1.12": "3.9.6-kops.2",
"k8s-1.16": "3.17.2-kops.1",
"k8s-1.16": "3.17.2-kops.2",
}

{
Expand Down

0 comments on commit 5bab92c

Please sign in to comment.