mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-08 19:08:40 -05:00
disable konnectivity
This commit is contained in:
parent
7cf80ecc61
commit
4a6b99d2f4
@ -66,13 +66,14 @@ func (c *CoreOSConfiguration) InitConfiguration(externalCloudProvider bool, k8sV
|
|||||||
APIServer: kubeadm.APIServer{
|
APIServer: kubeadm.APIServer{
|
||||||
ControlPlaneComponent: kubeadm.ControlPlaneComponent{
|
ControlPlaneComponent: kubeadm.ControlPlaneComponent{
|
||||||
ExtraArgs: map[string]string{
|
ExtraArgs: map[string]string{
|
||||||
"audit-policy-file": auditPolicyPath,
|
"audit-policy-file": auditPolicyPath,
|
||||||
"audit-log-path": filepath.Join(auditLogDir, auditLogFile), // CIS benchmark
|
"audit-log-path": filepath.Join(auditLogDir, auditLogFile), // CIS benchmark
|
||||||
"audit-log-maxage": "30", // CIS benchmark - Default value of Rancher
|
"audit-log-maxage": "30", // CIS benchmark - Default value of Rancher
|
||||||
"audit-log-maxbackup": "10", // CIS benchmark - Default value of Rancher
|
"audit-log-maxbackup": "10", // CIS benchmark - Default value of Rancher
|
||||||
"audit-log-maxsize": "100", // CIS benchmark - Default value of Rancher
|
"audit-log-maxsize": "100", // CIS benchmark - Default value of Rancher
|
||||||
"profiling": "false", // CIS benchmark
|
"profiling": "false", // CIS benchmark
|
||||||
"egress-selector-config-file": "/etc/kubernetes/egress-selector-configuration.yaml",
|
// Disabled konnectivity until agents have stable connections
|
||||||
|
// "egress-selector-config-file": "/etc/kubernetes/egress-selector-configuration.yaml",
|
||||||
"kubelet-certificate-authority": filepath.Join(
|
"kubelet-certificate-authority": filepath.Join(
|
||||||
kubeconstants.KubernetesDir,
|
kubeconstants.KubernetesDir,
|
||||||
kubeconstants.DefaultCertificateDir,
|
kubeconstants.DefaultCertificateDir,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user