Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
52edd4c9
Unverified
Commit
52edd4c9
authored
5 years ago
by
Qasim Sarfraz
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix liveness probe for cilium operator (#6016)
parent
d8345c5e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/network_plugin/cilium/templates/cilium-deploy.yml.j2
+6
-0
6 additions, 0 deletions
roles/network_plugin/cilium/templates/cilium-deploy.yml.j2
with
6 additions
and
0 deletions
roles/network_plugin/cilium/templates/cilium-deploy.yml.j2
+
6
−
0
View file @
52edd4c9
...
@@ -89,6 +89,11 @@ spec:
...
@@ -89,6 +89,11 @@ spec:
name: cilium-operator
name: cilium-operator
livenessProbe:
livenessProbe:
httpGet:
httpGet:
{% if cilium_enable_ipv4 %}
host: 127.0.0.1
{% else %}
host: host: '[::1]'
{% endif %}
path: /healthz
path: /healthz
port: 9234
port: 9234
scheme: HTTP
scheme: HTTP
...
@@ -107,6 +112,7 @@ spec:
...
@@ -107,6 +112,7 @@ spec:
restartPolicy: Always
restartPolicy: Always
serviceAccount: cilium-operator
serviceAccount: cilium-operator
serviceAccountName: cilium-operator
serviceAccountName: cilium-operator
hostNetwork: true
volumes:
volumes:
# To read the etcd config stored in config maps
# To read the etcd config stored in config maps
- configMap:
- configMap:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment