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

Fix errors and warnings of altinn-studio-deploy-app-image pipeline #12794

Open
2 tasks
mlqn opened this issue May 13, 2024 · 0 comments
Open
2 tasks

Fix errors and warnings of altinn-studio-deploy-app-image pipeline #12794

mlqn opened this issue May 13, 2024 · 0 comments
Labels
area/app-deploy Area: Related to deploying apps from Altinn Studio to Altinn Apps. kind/chore status/triage

Comments

@mlqn
Copy link
Contributor

mlqn commented May 13, 2024

Description

Errors and warnings occur during the Helm upgrade step of the altinn-studio-deploy-app-image pipeline. This is particularly problematic when the pipeline fails, as users often believe these errors and warnings are the reason for the failure.

1. Error: Plugin: mapkubeapis not found

error.mov

A solution might just be to remove this code from the Helm upgrade step in Test, Staging and Prod:

try{
helm plugin uninstall mapkubeapis;
}
catch {
"Could not delete"
}

2. WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/vsts/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/vsts/.kube/config

warnings.mov

Tasks

@mlqn mlqn added status/draft Status: When you create an issue before you have enough info to properly describe the issue. kind/chore status/triage area/app-deploy Area: Related to deploying apps from Altinn Studio to Altinn Apps. and removed status/draft Status: When you create an issue before you have enough info to properly describe the issue. labels May 13, 2024
@mlqn mlqn changed the title Error: Plugin: mapkubeapis not found Fix errors and warnings of altinn-studio-deploy-app-image pipeline May 13, 2024
@mlqn mlqn changed the title Fix errors and warnings of altinn-studio-deploy-app-image pipeline Fix errors and warnings of altinn-studio-deploy-app-image pipeline May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/app-deploy Area: Related to deploying apps from Altinn Studio to Altinn Apps. kind/chore status/triage
Projects
Status: No status
Development

No branches or pull requests

1 participant