-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[ja] removed install-minikube.md #26495
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 43d2c8b https://deploy-preview-26495--kubernetes-io-master-staging.netlify.app |
/check-cla |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
I commented on this PR, so please check my comment.
static/_redirects
Outdated
@@ -281,6 +281,7 @@ | |||
/docs/tasks/run-application/podpreset/ /docs/tasks/inject-data-application/podpreset/ 301 | |||
/docs/tasks/run-application/update-api-object-kubectl-patch/ /docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/ 301 | |||
/docs/tasks/stateful-sets/deleting-pods/ /docs/tasks/run-application/force-delete-stateful-set-pod/ 301 | |||
ja/docs/tasks/tools/install-minikube/ https://minikube.sigs.k8s.io/docs/start/ 302 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ja/docs/tasks/tools/install-minikube/ https://minikube.sigs.k8s.io/docs/start/ 302 | |
/ja/docs/tasks/tools/install-minikube/ https://minikube.sigs.k8s.io/docs/start/ 302 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ref:
Line 306 in 61e7cf5
/ja/docs/tutorials/kubernetes-basics/scale-intro/ /ja/docs/tutorials/kubernetes-basics/scale/scale-intro/ 301 |
Line 310 in 61e7cf5
/ja/docs/tutorials/kubernetes-basics/update-intro/ /ja/docs/tutorials/kubernetes-basics/update/update-intro/ 301 |
Line 478 in 61e7cf5
/ja/docs/setup/independent/install-kubeadm/ /ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ 301 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix: 485d01d
Um...You need to change the base branch to master if you want to deploy to netlify. |
LGTM label has been added. Git tree hash: 5a7f6f065d479032df2277cfa87b53d1bb649a10
|
/assign @inductor |
/unassign |
/lgtm |
LGTM label has been added. Git tree hash: 8f21c9b73b2e3f1fa8a212b38322c54b34ff9a00
|
@@ -281,6 +281,7 @@ | |||
/docs/tasks/run-application/podpreset/ /docs/tasks/inject-data-application/podpreset/ 301 | |||
/docs/tasks/run-application/update-api-object-kubectl-patch/ /docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/ 301 | |||
/docs/tasks/stateful-sets/deleting-pods/ /docs/tasks/run-application/force-delete-stateful-set-pod/ 301 | |||
/ja/docs/tasks/tools/install-minikube/ https://minikube.sigs.k8s.io/docs/start/ 302 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mox692 .
I checked that /docs/tasks/tools/install-minikube/
redirects to the minikube
docs.
Does /ja/docs/tasks/tools/install-minikube/
redirect?
Page preview:
https://deploy-preview-26495--kubernetes-io-master-staging.netlify.app/ja/docs/tutorials/hello-minikube/
Otherwise, the other links look correct.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To check redirect is working, I tried to build website locally, but not succeed.
$ make container-image
docker build . \
--network=host \
--tag kubernetes-hugo:v0.74.3-1ead0bb5edad \
--build-arg HUGO_VERSION=0.74.3
Sending build context to Docker daemon 3.584kB
Step 1/8 : FROM alpine:latest
---> e50c909a8df2
Step 2/8 : LABEL maintainer="Luc Perkins <[email protected]>"
---> Using cache
---> 54c07b406044
Step 3/8 : RUN apk add --no-cache curl git openssh-client rsync build-base libc6-compat npm && npm install -D autoprefixer postcss-cli
---> Using cache
---> 9f5c37054fec
Step 4/8 : ARG HUGO_VERSION
---> Using cache
---> d0ef7dda007e
Step 5/8 : RUN mkdir -p /usr/local/src && cd /usr/local/src && curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz | tar -xz && mv hugo /usr/local/bin/hugo && addgroup -Sg 1000 hugo && adduser -Sg hugo -u 1000 -h /src hugo
---> Running in d6ea0acf9102
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: github.com
tar: invalid magic
tar: short read
The command '/bin/sh -c mkdir -p /usr/local/src && cd /usr/local/src && curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz | tar -xz && mv hugo /usr/local/bin/hugo && addgroup -Sg 1000 hugo && adduser -Sg hugo -u 1000 -h /src hugo' returned a non-zero code: 1
I haven't investigated this error yet. I'll check this later.
If hurry, Could anyone who can build website locally check the redirect instead?
Thank you:)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error says tar ball of hugo downloading fails so maybe you can retry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mox692.
Is the plan to merge these changes to dev-1.18-ja.2
and then merge this branch (along with other changes) to release-1.18
or possibly master
? If so, I think it is okay to merge these changes in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming the ja
localization team approves, feel free to remove the hold.
/approve
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/remove-area blog |
/unhold @kbhawkey Thank you for your work! |
sorry for late reply, and thank you for all help :) |
from #26492
I changed the text and link-destination refering to this this part.
If there is some reason that link-destination should NOT be like here, but be here, sorry for noisy.