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/book/src/developers/tilt-with-aks-as-mgmt-ilb.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ While the default Tilt setup recommends using a KIND cluster as the management c
42
42
export REGISTRY=<registry of your choice>
43
43
```
44
44
- We recommend using DockerHub: `export REGISTRY=docker.io/<DOCKERHUBUSERNAME>` then authenticate with `Docker login`.
45
-
3. Be sure to reload with `source ~/.bashrc` or `source ~/.zshrc` and then verify the correct env vars return with `echo $AZURE_CLIENT_ID` and `echo $REGISTRY`.
45
+
3. Be sure to reload with `source ~/.bashrc` or `source ~/.zshrc` and then verify the correct env vars values return with `echo $AZURE_CLIENT_ID` and `echo $REGISTRY`.
46
46
47
47
## Steps to Use Tilt with AKS as the Management Cluster
0 commit comments