Skip to content
Snippets Groups Projects

Improve Kubernetes agent documentation

Merged Philip Welz requested to merge (removed):docs/phil.xx-update-kubernetes-agent into master
@@ -169,6 +169,7 @@ the Agent in subsequent steps. You can create an Agent record with GraphQL:
}
}
```
**_NOTE:_** GraphQL only displays the token & ids one time after creating it. Please note down the `secret`, `clusterAgentId` & `clusterAgentTokenId`
If you are new to using the GitLab GraphQL API, refer to the
@@ -214,7+215,7 @@
Otherwise, you can follow below for fully manual, detailed installation steps.
##### Create the Kubernetes secret
After generating the token, you must apply it to the Kubernetes cluster.
@@ -245,7+246,7 @@
In this case, you may specify `kas-address` value as
`grpc://gitlab-kas.<your-namespace>:5005`) to use gRPC directly, where `gitlab-kas`
is the name of the service created by `gitlab-kas` chart, and `your-namespace`
is the namespace where the chart was installed. Encrypted gRPC is not supported yet.
Follow the
[Support TLS for gRPC communication issue](https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/issues/7)
for progress updates.
@@ -532,7+533,7 @@
This error is shown if you configured `wss` as `kas-address` on the agent side,
but KAS on the server side is not available via `wss`. To fix it, make sure the
same schemes are configured on both sides.
It's not possible to set the `grpc` scheme due to the issue
[It is not possible to configure KAS to work with `grpc` without directly editing GitLab KAS deployment](https://gitlab.com/gitlab-org/gitlab/-/issues/276888). To use `grpc` while the
Loading