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

Default service name in JobSet controller #395

Merged
merged 4 commits into from
Feb 6, 2024

Conversation

danielvegamyhre
Copy link
Contributor

Fixes #394

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 2, 2024
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 2, 2024
@ahg-g
Copy link
Contributor

ahg-g commented Feb 2, 2024

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 2, 2024
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 6, 2024
@ahg-g
Copy link
Contributor

ahg-g commented Feb 6, 2024

/lgtm
/approve

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

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahg-g, danielvegamyhre

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:
  • OWNERS [ahg-g,danielvegamyhre]

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 merged commit 17f87c4 into kubernetes-sigs:main Feb 6, 2024
10 checks passed
@kannon92
Copy link
Contributor

kannon92 commented Feb 6, 2024

@danielvegamyhre after this merge, I am seeing errors in the logs in our createJobs.

I see the following in the logs:

  2024-02-06T18:46:10-05:00     ERROR   creating jobs   {"controller": "jobset", "controllerGroup": "jobset.x-k8s.io", "controllerKind": "JobSet", "JobSet": {"name":"test-js","namespace":"jobset-ns-stqcv"}, "namespace": "jobset-ns-stqcv", "name": "test-js", "reconcileID": "4250eb7e-1660-4af4-a3b0-873b93aa85a4", "jobset": {"name":"test-js","namespace":"jobset-ns-stqcv"}, "error": "Service \"\" is invalid: metadata.name: Required value: name or generateName is required"}

@danielvegamyhre
Copy link
Contributor Author

danielvegamyhre commented Feb 7, 2024

@danielvegamyhre after this merge, I am seeing errors in the logs in our createJobs.

I see the following in the logs:

  2024-02-06T18:46:10-05:00     ERROR   creating jobs   {"controller": "jobset", "controllerGroup": "jobset.x-k8s.io", "controllerKind": "JobSet", "JobSet": {"name":"test-js","namespace":"jobset-ns-stqcv"}, "namespace": "jobset-ns-stqcv", "name": "test-js", "reconcileID": "4250eb7e-1660-4af4-a3b0-873b93aa85a4", "jobset": {"name":"test-js","namespace":"jobset-ns-stqcv"}, "error": "Service \"\" is invalid: metadata.name: Required value: name or generateName is required"}

Can you paste that into an issue with a link to where you see that? I will take a look, thanks for bringing this up

k8s-ci-robot added a commit that referenced this pull request Feb 13, 2024
…-#395-upstream-release-0.3

Automated cherry pick of #395: default service name in controller
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. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jobset Controller Crashes if no spec.network is set
4 participants