You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/developers/tilt-setup.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,13 @@ Or you can set with tilt.config:
40
40
}
41
41
```
42
42
### Tilt
43
+
We need SSH forwarding in Tilt to securely relay authentication credentials from your local machine to containers running in the Kubernetes cluster managed by Tilt.
44
+
This enables you to access remote resources that require SSH authentication
45
+
46
+
A way to enable SSH forwarding in a single line is to do so :
0 commit comments