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
4) Skaffold to deploy (after you have the vanilla setup working on minikube)
85
+
For reference and further information https://docs.px.dev/installing-pixie/install-guides/hosted-pixie/cosmic-cloud
86
+
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)
86
88
87
89
your docker login token must still be valid
88
90
89
91
```sh
90
-
skaffold run -f skaffold/skaffold_vizier.yaml -p x86_64_sysroot --default-repo=ghcr.io/k8sstormcenter
92
+
> skaffold run -f skaffold/skaffold_vizier.yaml -p x86_64_sysroot --default-repo=ghcr.io/<myregistry>
93
+
```
94
+
95
+
Optional: you can set default-repo on config, so that you don't need to pass it as an argument everytime
96
+
```sh
97
+
> skaffold config set default-repo ghcr.io/<myregistry>
98
+
> skaffold run -f skaffold/skaffold_vizier.yaml -p x86_64_sysroot
0 commit comments