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
You need to sparse checkout the [vps-kubernetes-cluster repository](https://github.com/hololinked-dev/vps-kubernetes-cluster), which will be already available as a submodule in this repo in the `deployment\vps-kubernetes-cluster` directory. Instructions are available in the shell script `deployment/sparse-checkout.sh`. Sparse checkout is optional but the submodule must be available locally for the skaffold to work.
29
-
30
-
Once the ingress and apps helm chart is available locally, run:
30
+
Please get in touch with me [by email](mailto:info@hololinked.dev) or on [discord](https://discord.com/invite/kEz87zqQXh) for cluster credentials.
31
31
32
32
```bash
33
33
skaffold dev --module dev-python-docs
34
34
```
35
35
36
+
Or use your own cluster if you have one set up. To test if the image is building
37
+
38
+
```bash
39
+
skaffold build --module dev-python-docs
40
+
```
41
+
36
42
### Docker
37
43
38
44
To build, tag, and publish the Docker image from your local machine, run:
0 commit comments