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
f56171b5
Unverified
Commit
f56171b5
authored
5 years ago
by
Florian Ruynat
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove old features gates (#5608)
parent
516e9a4d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubespray-defaults/defaults/main.yaml
+1
-11
1 addition, 11 deletions
roles/kubespray-defaults/defaults/main.yaml
with
1 addition
and
11 deletions
roles/kubespray-defaults/defaults/main.yaml
+
1
−
11
View file @
f56171b5
...
...
@@ -339,19 +339,9 @@ kubelet_authorization_mode_webhook: true
# Automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration
kubelet_rotate_certificates
:
true
## v1.11 feature
feature_gate_v1_11
:
-
"
PersistentLocalVolumes={{
local_volume_provisioner_enabled
|
string
}}"
-
"
VolumeScheduling={{
local_volume_provisioner_enabled
|
string
}}"
-
"
MountPropagation={{
local_volume_provisioner_enabled
|
string
}}"
## v1.12 feature
feature_gate_v1_12
:
[]
## List of key=value pairs that describe feature gates for
## the k8s cluster.
kube_feature_gates
:
|-
{{ feature_gate_v1_12 }}
kube_feature_gates
:
[]
# Enable kubeadm experimental control plane
kubeadm_control_plane
:
false
...
...
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