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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
1d4e3802
Unverified
Commit
1d4e3802
authored
4 years ago
by
Mathieu Parent
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove containerd_runtimes var in k8s-cluster.yml (#7476)
Also set in all/containerd.yml
parent
6d293ba8
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
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
+0
-12
0 additions, 12 deletions
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
with
0 additions
and
12 deletions
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
+
0
−
12
View file @
1d4e3802
...
@@ -197,18 +197,6 @@ container_manager: docker
...
@@ -197,18 +197,6 @@ container_manager: docker
# Additional container runtimes
# Additional container runtimes
kata_containers_enabled
:
false
kata_containers_enabled
:
false
## Settings for containerd runtimes (only used when container_manager is set to containerd)
# containerd_runtimes:
# - name: runc
# type: "io.containerd.runc.v2"
# engine: ""
# root: ""
# Example for Kata Containers as additional runtime:
# - name: kata
# type: io.containerd.kata.v2
# engine: ""
# root: ""
kubeadm_certificate_key
:
"
{{
lookup('password',
credentials_dir
+
'/kubeadm_certificate_key.creds
length=64
chars=hexdigits')
|
lower
}}"
kubeadm_certificate_key
:
"
{{
lookup('password',
credentials_dir
+
'/kubeadm_certificate_key.creds
length=64
chars=hexdigits')
|
lower
}}"
# K8s image pull policy (imagePullPolicy)
# K8s image pull policy (imagePullPolicy)
...
...
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