-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Fix broken update-imported-docs.sh #4283
Comments
I think @mengqiy would know how to fix this. |
I poked at this quite a bit still can't fix the I ended up deleting that dir altogether since it is not versioned anyway, the script completed successfully however:
I'll probably be spending a few more hours on this with no good reason (this script takes 4 minutes to run every time) so I'll call help. @mengqiy can you help out? Maybe we should replace this script with something more manageable like python/go. |
That PR is updating the new style doc e.g. https://kubernetes.io/docs/api-reference/v1.7. It is generated by https://github.com/kubernetes-incubator/reference-docs
It happened last time as well. I manually delete those lines, since there are not too many and I don't have enough time to debug it.
Sound good. I will vote for python. I can help review it. |
Any update? |
@mengqiy Nope, currently we don't know why
I appreciate if you can take a look. |
Sure. Looking. |
After digging a bit,
Structure in https://github.com/kubernetes/kubernetes.github.io/tree/master/docs/reference/federation and https://github.com/kubernetes/kubernetes/tree/master/federation/docs/api-reference are different. I will pull federation in for help. @nikhiljindal @madhusudancs
That doc doesn't exist in upstream any more. So the script doesn't update it. |
Not sure when reference was added in the path, but I remember when I first added federation docs, I added them to |
#1222 is the PR. We were copying autogenerated federation docs from Any idea when did we add |
I think we can stop maintaining |
@mengqiy Is the Python version in the works? Are we keeping this issue open still? |
I don't have bandwidth at this time. |
I am not working on this right now either, we can still keep patching it with fixes to federation issues. I am not sure how they're fixed for the 1.7 release. |
We really need to sit down together and figure out a long term plan and who owns what. I'm still a little foggy on everything. :( |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
It's not clear whether anybody has ran the
update-imported-docs.sh
for the v1.7 release.I just tried running it, a few things are broken:
cp: cannot stat 'k8s/cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml': No such file or directory
this is because we copy this file and not use anywhere else. we should remove this. → PR Remove link to the removed code in Kubernetes repo #4285.yes | cp -rf -- k8s/federation/docs/api-reference/ docs/federation/
fails withcd: docs/federation/api-reference: No such file or directory
Will add more issues if I find them.
/cc: @pwittrock @chenopis
The text was updated successfully, but these errors were encountered: