Skip to content

Commit

Permalink
Merge pull request #10633 from hakman/ckc-startup-probe
Browse files Browse the repository at this point in the history
Add startup probe for calico-kube-controllers
  • Loading branch information
k8s-ci-robot authored Jan 22, 2021
2 parents 7c93c3e + 80ab8b1 commit c327a92
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
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
startupProbe:
exec:
command:
- /usr/bin/check-status
- -r
initialDelaySeconds: 10

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
if kubeDNS.Provider == "CoreDNS" {
{
key := "coredns.addons.k8s.io"
version := "1.7.0-kops.2"
version := "1.7.0-kops.3"

{
location := key + "/k8s-1.12.yaml"
Expand Down Expand Up @@ -740,7 +740,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.1-kops.1",
"k8s-1.16": "3.17.1-kops.2",
}

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
version: 1.7.0-kops.2
version: 1.7.0-kops.3
- id: k8s-1.9
manifest: kubelet-api.rbac.addons.k8s.io/k8s-1.9.yaml
manifestHash: e1508d77cb4e527d7a2939babe36dc350dd83745
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
version: 1.7.0-kops.2
version: 1.7.0-kops.3
- id: k8s-1.9
manifest: kubelet-api.rbac.addons.k8s.io/k8s-1.9.yaml
manifestHash: e1508d77cb4e527d7a2939babe36dc350dd83745
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
version: 1.7.0-kops.2
version: 1.7.0-kops.3
- id: k8s-1.9
manifest: kubelet-api.rbac.addons.k8s.io/k8s-1.9.yaml
manifestHash: e1508d77cb4e527d7a2939babe36dc350dd83745
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
version: 1.7.0-kops.2
version: 1.7.0-kops.3
- id: k8s-1.9
manifest: kubelet-api.rbac.addons.k8s.io/k8s-1.9.yaml
manifestHash: e1508d77cb4e527d7a2939babe36dc350dd83745
Expand Down

0 comments on commit c327a92

Please sign in to comment.