Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
f5eb7c71
Verified
Commit
f5eb7c71
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
feat(kube-system): Cover all controlplane components with quorum
parent
10273ab7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
infrastructure/kube-system/quorum.yaml
+32
-3
32 additions, 3 deletions
infrastructure/kube-system/quorum.yaml
with
32 additions
and
3 deletions
infrastructure/kube-system/quorum.yaml
+
32
−
3
View file @
f5eb7c71
...
...
@@ -56,7 +56,7 @@ spec:
scheme
:
HTTP
initialDelaySeconds
:
10
periodSeconds
:
10
successThreshold
:
1
successThreshold
:
2
timeoutSeconds
:
15
-
name
:
apiserver
image
:
registry.k8s.io/pause:3.6
...
...
@@ -67,7 +67,36 @@ spec:
path
:
/readyz
port
:
6443
scheme
:
HTTPS
periodSeconds
:
1
successThreshold
:
1
initialDelaySeconds
:
10
periodSeconds
:
10
successThreshold
:
2
timeoutSeconds
:
15
-
name
:
controller-manager
image
:
registry.k8s.io/pause:3.6
readinessProbe
:
failureThreshold
:
3
httpGet
:
host
:
127.0.0.1
path
:
/healthz
port
:
10257
scheme
:
HTTPS
initialDelaySeconds
:
10
periodSeconds
:
10
successThreshold
:
2
timeoutSeconds
:
15
-
name
:
scheduler
image
:
registry.k8s.io/pause:3.6
readinessProbe
:
failureThreshold
:
3
httpGet
:
host
:
127.0.0.1
path
:
/healthz
port
:
10259
scheme
:
HTTPS
initialDelaySeconds
:
10
periodSeconds
:
10
successThreshold
:
2
timeoutSeconds
:
15
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