Skip to content
Snippets Groups Projects
Verified Commit 43a69710 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

bootstrap: Add healthcheck for calico

This patch should make sure that the calico-nodes are setup before the
remaining containers are deployed.
parent a32e8b69
Branches
Tags
No related merge requests found
...@@ -11,3 +11,8 @@ spec: ...@@ -11,3 +11,8 @@ spec:
path: ./bootstrap path: ./bootstrap
prune: true prune: true
validation: client validation: client
healthChecks:
- apiVersion: apps/v1
kind: DaemonSet
name: calico-node
namespace: calico-system
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment