Skip to content

Commit

Permalink
Add liveness probe for calico-kube-controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Feb 17, 2021
1 parent b96805f commit 778234f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 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,6 +4112,12 @@ spec:
command:
- /usr/bin/check-status
- -r
livenessProbe:
exec:
command:
- /usr/bin/check-status
- -r
failureThreshold: 10

---

Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
"k8s-1.7": "2.6.12-kops.1",
"k8s-1.7-v3": "3.8.0-kops.2",
"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 778234f

Please sign in to comment.