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
@@ -53,7 +55,7 @@ Put the baselrc into your homedir:
53
55
```sh
54
56
cp .bazelrc ~/.
55
57
```
56
-
58
+
In order to very significantly speed up your work, you may opt for a local cache directory. This can be shared between users of the VM, if both are part of the same group.
57
59
Create a cache dir under <directory-path> like /tmp/bazel
If you added your user to the libvirt group, this will now work:
76
+
If you added your user to the libvirt group (`sudo usermod -aG libvirt $USER`), this will now work (if you did this interactively: you need to refresh your group membership, e.g. by logout/login)
75
77
```sh
76
78
make dev-env-start
77
79
```
@@ -84,9 +86,9 @@ px deploy -p=1Gi
84
86
```
85
87
For reference and further information https://docs.px.dev/installing-pixie/install-guides/hosted-pixie/cosmic-cloud
86
88
87
-
4) Once you make changes on source code, or switch to another source code version, use Skaffold to deploy (after you have the vanilla setup working on minikube)
89
+
4) Once you make changes to the source code, or switch to another source code version, use Skaffold to deploy (after you have the vanilla setup working on minikube)
88
90
89
-
your docker login token must still be valid
91
+
Check, that your docker login token is still valid:
90
92
91
93
```sh
92
94
> skaffold run -f skaffold/skaffold_vizier.yaml -p x86_64_sysroot --default-repo=ghcr.io/<myregistry>
0 commit comments