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

lates version of perl fails with the example code, need to use v5.34.0 #34414

Merged
merged 3 commits into from
Jul 21, 2022

Conversation

mhus
Copy link
Contributor

@mhus mhus commented Jun 20, 2022

I tried the example and it is no more working. Perl will not process pi with an error. Perl until v5.34.0 will support the command. This fix will do for now but you should use another example working with the actual version of perl.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jun 20, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: mhus / name: Mike Hummel (adf7f85)

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Jun 20, 2022
@k8s-ci-robot
Copy link
Contributor

Welcome @mhus!

It looks like this is your first PR to kubernetes/website 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/website has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

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

netlify bot commented Jun 20, 2022

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 06f8d88
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/62ce6794c6f31b00083dfb35
😎 Deploy Preview https://deploy-preview-34414--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 settings.

@mhus
Copy link
Contributor Author

mhus commented Jun 20, 2022

Found an issue for this topic #34073

@mhus
Copy link
Contributor Author

mhus commented Jun 20, 2022

/easycla

@JohnTitor
Copy link
Contributor

I've already opened #34070 to avoid the root issue.

@mhus
Copy link
Contributor Author

mhus commented Jun 24, 2022

Hi, I can't get the 'lgtm' label. Don't know why... any ideas?

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 25, 2022
@jihoon-seo
Copy link
Member

jihoon-seo commented Jun 25, 2022

@mhus Could you replace image: perl:5.34 with image: perl:5.34.0 in content/en/examples/controllers/job.yaml as well,
in this PR?
(To do this, you might need to rebase with the latest main.)

It's for consistency, and to pin the container image version more specifically.
(Currently 5.34 equals to 5.34.1,
so following the steps in https://kubernetes.io/docs/concepts/workloads/controllers/job/ will lead to pull two different versions of the perl container image.)

/lgtm cancel

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 25, 2022
@k8s-ci-robot k8s-ci-robot requested a review from jihoon-seo June 25, 2022 23:32
@mhus
Copy link
Contributor Author

mhus commented Jun 29, 2022

looks like it's done

@kbhawkey
Copy link
Contributor

kbhawkey commented Jul 9, 2022

@mhus , The changes look good.
If you have time, could you also update the example file (content/en/examples/controllers/job.yaml) to define the image as perl:5.34.0? The example file currently uses perl:5.34.
Thanks.

@mhus
Copy link
Contributor Author

mhus commented Jul 11, 2022

Something in the preview is wrong. In my pull request is in line (it's not an include)

43 kubectl apply -f https://kubernetes.io/examples/controllers/job.yaml

In the preview is shown the full source code from job.yaml - and it not includes the perl version.

Sorry: Line 38 {{< codenew file="controllers/job.yaml" >}} includes the file. I will fix it too.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 11, 2022
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 11, 2022
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 13, 2022
@jihoon-seo
Copy link
Member

/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 Jul 14, 2022
Copy link
Contributor Author

@mhus mhus left a comment

Choose a reason for hiding this comment

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

Looks final now.

@kbhawkey
Copy link
Contributor

/approve

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 19, 2022
Copy link
Contributor

@soltysh soltysh left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kbhawkey, soltysh

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 lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 21, 2022
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 2efba5a06e936163463f8f2edcea6e5bc0e84568

@k8s-ci-robot k8s-ci-robot merged commit a15cc47 into kubernetes:main Jul 21, 2022
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. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants