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

Devspace defaults to uploading credentials to cluster #2753

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

lizardruss
Copy link
Collaborator

Fixes #2729
Fixes ENG-2185

What issue type does this pull request address?
/kind bugfix

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves #2729

Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace creates pull secrets duringdevspace build even when they are not required.

Copy link

netlify bot commented Nov 7, 2023

Deploy Preview for devspace-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 5b2f7ea
🔍 Latest deploy log https://app.netlify.com/sites/devspace-docs/deploys/6553c8aefaca80000879f614
😎 Deploy Preview https://deploy-preview-2753--devspace-docs.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.

err = pullsecrets.NewClient().EnsurePullSecret(ctx, dockerClient, ctx.KubeClient().Namespace(), registryURL)
if err != nil {
ctx.Log().Errorf("error ensuring pull secret for registry %s: %v", registryURL, err)
if imageConf.BuildKit != nil && imageConf.BuildKit.InCluster != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think this is necessary as buildkit is using the local credentials automatically

…ildkit builds

Fixes devspace-sh#2729
Fixes ENG-2185

Signed-off-by: Russell Centanni <russell.centanni@gmail.com>
@lizardruss lizardruss merged commit 6c1e41e into devspace-sh:main Nov 15, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Devspace defaults to uploading credentials to cluster
2 participants