|
|
|
@ -107,8 +107,8 @@ parameters:
|
|
|
|
|
admission_control_list:
|
|
|
|
|
type: string
|
|
|
|
|
description: >
|
|
|
|
|
Not used by this driver
|
|
|
|
|
default: ""
|
|
|
|
|
List of admission control plugins to activate
|
|
|
|
|
default: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota"
|
|
|
|
|
|
|
|
|
|
kube_allow_priv:
|
|
|
|
|
type: string
|
|
|
|
@ -376,6 +376,7 @@ resources:
|
|
|
|
|
system_pods_initial_delay: {get_param: system_pods_initial_delay}
|
|
|
|
|
system_pods_timeout: {get_param: system_pods_timeout}
|
|
|
|
|
portal_network_cidr: {get_param: portal_network_cidr}
|
|
|
|
|
admission_control_list: {get_param: admission_control_list}
|
|
|
|
|
fixed_network: {get_attr: [network, fixed_network]}
|
|
|
|
|
fixed_subnet: {get_attr: [network, fixed_subnet]}
|
|
|
|
|
discovery_url: {get_param: discovery_url}
|
|
|
|
|