Skip to content

Commit a3f6194

Browse files
authored
update KNP-Agent configuration settings in issues page (kubermatic#1885)
Signed-off-by: Burak Sekili <32663655+buraksekili@users.noreply.github.com>
1 parent 57379e9 commit a3f6194

File tree

1 file changed

+4
-4
lines changed
  • content/kubermatic/main/architecture/known-issues

1 file changed

+4
-4
lines changed

content/kubermatic/main/architecture/known-issues/_index.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
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

9393
This 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
102102
apiVersion: kubermatic.k8c.io/v1
103-
kind: Seed
103+
kind: Cluster
104104
metadata:
105-
name: <<exampleseed>>
105+
name: <<examplecluster>>
106106
namespace: kubermatic
107107
spec:
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

114114
This sets `--xfr-channel-size=300` flag for Konnectivity Agent, which runs on the user cluster.

0 commit comments

Comments
 (0)