-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site building guide for docker results in an error #5331
Comments
This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
can confirm noticed this issue /kind documentation |
After speaking with the docs team, turns out they have not been able to get the docker-compose instructions to work and ended up just installing hugo on their local machine and building the site that way. They have been alternatively been installing hugo locally and building the site there. Another alternative is to look into what the kubernetes website does and follow that example. @ncapps and @stormqueen1990 Can you follow up here to recommend a solution here? (@typeid you can also ping them on Slack for help with contributing to kustomize or the docs project) /assign @ncapps /triage accepted |
@natasha41575: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
k/website offers Makefile targets and a Dockerfile that can be used to build the website locally and run in a container. We could apply a similar approach for the Kustomize documentation. Refs:
cc @ncapps |
What happened?
When following instructions to run the site locally using docker compose, I run in the following error:
It seems like a step to initialize and update submodules for docsy is missing in the steps.
What did you expect to happen?
Steps to follow don't result in an error.
How can we reproduce it (as minimally and precisely as possible)?
Expected output
Site is exposed on localhost:1313
Actual output
Kustomize version
latest
Operating system
None
The text was updated successfully, but these errors were encountered: