Commit 4617d480 authored by Mikhail Mazurskiy's avatar Mikhail Mazurskiy Committed by Marcia Ramos
parent 4e73f3d4
......@@ -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