Skip to content
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

Add comments on Tutorial for not working on ARM architecture cluster #44279

Merged
merged 3 commits into from
Jan 21, 2024

Conversation

pegasas
Copy link
Contributor

@pegasas pegasas commented Dec 9, 2023

resolve #44271

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 9, 2023
@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Dec 9, 2023
Copy link

netlify bot commented Dec 9, 2023

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit c739eca
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/65880bd64d992a000834f43e
😎 Deploy Preview https://deploy-preview-44279--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mengjiao-liu
Copy link
Member

/sig node
/cc @sftim

@k8s-ci-robot k8s-ci-robot requested a review from sftim December 12, 2023 03:06
@k8s-ci-robot k8s-ci-robot added the sig/node Categorizes an issue or PR as relevant to SIG Node. label Dec 12, 2023
Copy link
Contributor

@adityasamant25 adityasamant25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to have this in a Caution admonition block.
It would be good to have this statement before the "Once you have a running Kubernetes cluster" hyperlink.

@sftim
Copy link
Contributor

sftim commented Dec 19, 2023

It would be good to have this in a Caution admonition block.

Please use note, not caution. It's frustrating if the tutorial doesn't work but it doesn't put your production apps at risk.

@pegasas
Copy link
Contributor Author

pegasas commented Dec 19, 2023

It would be good to have this statement before the "Once you have a running Kubernetes cluster" hyperlink.

Please use note, not caution. It's frustrating if the tutorial doesn't work but it doesn't put your production apps at risk.

Thanks for review.
Done these 2 suggestions.

@@ -27,6 +27,9 @@ <h3>Objectives</h3>

<div class="col-md-8">
<h3>Kubernetes Deployments</h3>

<p><strong>Please note that Minikube must be used with the Docker Desktop as the driver for running AMD64 images on ARM architecture.</strong></p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:
I would suggest to use the Note shortcode.

Consider using

{{< note >}}
<p>Minikube must be used with the Docker Desktop as the driver for running AMD64 images on ARM architecture.</p>
{{< /note >}}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack.
I've corrected it into this way.

@adityasamant25
Copy link
Contributor

/lgtm

@k8s-ci-robot
Copy link
Contributor

@adityasamant25: changing LGTM is restricted to collaborators

In response to this:

/lgtm

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.

@adityasamant25
Copy link
Contributor

adityasamant25 commented Dec 19, 2023

@pegasas The changes look good to me, although I'm not entitled to add the lgtm label.
It would be good to reach out to the other reviewers marked in the PR to get a review.

Copy link
Contributor

@sftim sftim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 11, 2024
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: da601ed282de3437dfb7997cdc4c985a1ac79051

@sftim
Copy link
Contributor

sftim commented Jan 11, 2024

/label tide/merge-method-squash

@k8s-ci-robot k8s-ci-robot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Jan 11, 2024
@adityasamant25
Copy link
Contributor

It will be good if we can approve and merge this PR as readers on M-series Macbooks are frequently failing on this tutorial.
Another issue #44756

@sftim
Copy link
Contributor

sftim commented Jan 17, 2024

It's a change to the live site. If someone who's not me, and is an org member, adds their /lgtm, then I can approve it.

@Gauravpadam
Copy link
Member

/lgtm

@k8s-ci-robot
Copy link
Contributor

@pegasas: you cannot LGTM your own PR.

In response to this:

/lgtm

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.

@pegasas
Copy link
Contributor Author

pegasas commented Jan 18, 2024

It's a change to the live site. If someone who's not me, and is an org member, adds their /lgtm, then I can approve it.
@pegasas: you cannot LGTM your own PR.

It seems I could not approve my own PR. waiting for owner for merging

@stmcginnis
Copy link
Contributor

/lgtm

@natalisucks
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: natalisucks

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 21, 2024
@k8s-ci-robot k8s-ci-robot merged commit dc66ef3 into kubernetes:main Jan 21, 2024
6 checks passed
@pegasas pegasas deleted the kubectl branch January 22, 2024 01:01
aoki-taquan pushed a commit to aoki-taquan/website that referenced this pull request Jan 26, 2024
…ubernetes#44279)

* Add comments on Tutorial  for not working on ARM architecture cluster

* Update deploy-intro.html

* Update content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Co-authored-by: Tim Bannister <[email protected]>

---------

Co-authored-by: Tim Bannister <[email protected]>
Okabe-Junya pushed a commit to Okabe-Junya/website that referenced this pull request Feb 1, 2024
…ubernetes#44279)

* Add comments on Tutorial  for not working on ARM architecture cluster

* Update deploy-intro.html

* Update content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Co-authored-by: Tim Bannister <[email protected]>

---------

Co-authored-by: Tim Bannister <[email protected]>
tamilselvan1102 pushed a commit to tamilselvan1102/website that referenced this pull request Feb 6, 2024
…ubernetes#44279)

* Add comments on Tutorial  for not working on ARM architecture cluster

* Update deploy-intro.html

* Update content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Co-authored-by: Tim Bannister <[email protected]>

---------

Co-authored-by: Tim Bannister <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. sig/node Categorizes an issue or PR as relevant to SIG Node. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
Development

Successfully merging this pull request may close these issues.

Tutorial "Using kubectl to Create a Deployment" not working on ARM architecture cluster
8 participants