Browse Source
Merge pull request #3364 from SataQiu/fix-20180920
Remove duplicate persistent_volumes_enabled element in k8s-cluster.yml
pull/3366/head
k8s-ci-robot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
|
|
@ -176,8 +176,6 @@ podsecuritypolicy_enabled: false |
|
|
|
volume_cross_zone_attachment: false |
|
|
|
# Add Persistent Volumes Storage Class for corresponding cloud provider ( OpenStack is only supported now ) |
|
|
|
persistent_volumes_enabled: false |
|
|
|
# Add Persistent Volumes Storage Class for corresponding cloud provider ( OpenStack is only supported now ) |
|
|
|
persistent_volumes_enabled: false |
|
|
|
|
|
|
|
## Container Engine Acceleration |
|
|
|
## Enable container accelertion feature, for example use gpu acceleration in containers |
|
|
|