File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/kubermatic/main/architecture/known-issues Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 defaultComponentSettings:
8888 konnectivityProxy:
8989 # Args configures arguments (flags) for the Konnectivity deployments.
90- args: ["--xfr-channel-size", " 20"]
90+ args: ["--xfr-channel-size= 20"]
9191` ` `
9292
9393This sets `--xfr-channel-size=20` flag for Konnectivity Server, which runs as a sidecar to the Kubernetes API server.
@@ -100,15 +100,15 @@ An example configuration is shown below:
100100
101101` ` ` yaml
102102apiVersion: kubermatic.k8c.io/v1
103- kind: Seed
103+ kind: Cluster
104104metadata:
105- name: <<exampleseed >>
105+ name: <<examplecluster >>
106106 namespace: kubermatic
107107spec:
108108 componentsOverride:
109109 konnectivityProxy:
110110 # Args configures arguments (flags) for the Konnectivity deployments.
111- args: ["--xfr-channel-size", " 300"]
111+ args: ["--xfr-channel-size= 300"]
112112` ` `
113113
114114This sets `--xfr-channel-size=300` flag for Konnectivity Agent, which runs on the user cluster.
You can’t perform that action at this time.
0 commit comments