Skip to content

Restructure Worker Pod secrets' volumes' names #610

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

Conversation

yevgeny-shnaidman
Copy link
Contributor

Since the name of the volumes and volume mounts that are configured for service-account pull-secrets are constructed from "pull-secret" and the actual pull-secret name, then it can result in names being more then 63 chars which will cause an error. This comment move the volumes names to be "pull-secret-hash(pull-secret-name)"

Since the name of the volumes and volume mounts that are configured
for service-account pull-secrets are constructed from "pull-secret"
and the actual pull-secret name, then it can result in names being more
then 63 chars which will cause an error. This comment move the volumes
names to be "pull-secret-hash(pull-secret-name)"
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 18, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: yevgeny-shnaidman

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

@netlify
Copy link

netlify bot commented Oct 18, 2023

Deploy Preview for kubernetes-sigs-kmm ready!

Name Link
🔨 Latest commit 5ba7119
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-kmm/deploys/652fdaecb11aae0008861247
😎 Deploy Preview https://deploy-preview-610--kubernetes-sigs-kmm.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.

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 18, 2023
@qbarrand
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 18, 2023
@k8s-ci-robot k8s-ci-robot merged commit 4704875 into kubernetes-sigs:main Oct 18, 2023
qbarrand pushed a commit to qbarrand/kernel-module-management that referenced this pull request Nov 8, 2023
qbarrand pushed a commit to qbarrand/kernel-module-management that referenced this pull request Nov 8, 2023
…ubernetes-sigs#836)

Since the name of the volumes and volume mounts that are configured
for service-account pull-secrets are constructed from "pull-secret"
and the actual pull-secret name, then it can result in names being more
then 63 chars which will cause an error. This comment move the volumes
names to be "pull-secret-hash(pull-secret-name)"
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.

3 participants