Commit 4ed60663 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'ash2k/discovery-cache' into 'master'

Document Kubernetes discovery cache tip

See merge request gitlab-org/gitlab!78976
parents 4e73f3d4 4617d480
......@@ -46,6 +46,13 @@ Also, each Agent has a separate context (`kubecontext`).
The Tunnel uses this information to safely allow access to the cluster from
jobs running in the projects you authorized.
### `~/.kube/cache` permissions
`kubectl` and other tools based on the same libraries (such as Helm, `kpt`, and `kustomize`) cache information about
the cluster in `~/.kube/cache`. If this directory is not writable, the tool fetches information on each invocation,
making interactions slower and creating unnecessary load on the cluster. Make sure that this directory in the container image
you use is writable for the best experience.
## Configure the CI/CD Tunnel
The CI/CD Tunnel is configured directly through the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment