-
Notifications
You must be signed in to change notification settings - Fork 277
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
Helm install Error #1459
Comments
I can help fix that, just need to make sure if that is feasible first. |
@PBundyra What do you think? |
I found that this bug may not be easily fixed by removing the kustomization.yaml.
But it still don't work:
I'll keep trying to fix this. |
@B1F030 We can remove the |
cc @mimowo |
Here is where we copy the visibility files for helm: Lines 99 to 120 in a68c958
|
Yes, that's right. |
If we simply remove the
Is this another bug? |
Are you asking about I think we should remove it from |
charts/kueue/templates/visibility/kustomization.yaml |
Oh, in that case I'm not sure, it requires investigation. |
@B1F030 Which kubernetes version do you use? You're using v1.26.0 the same as kubectl version? |
yes |
@B1F030 Recently, we fixed some permission errors related to the visibility server. So, could you verify if this error still happens? |
I repulled the git repositry, and try the steps again:
still the same problem...
The file |
@B1F030 Yes, we haven't removed that file yet. I would like to ask if #1459 (comment) still happens. |
Still the same. If I remove that kustomization.yaml and helm install, Errors still happen. |
That error happens only for helm charts? Have you seen the same error when using all-in-one installation manifests ( |
both. |
I could reproduce the above error in v1.26.3 cluster. Also, that error doesn't happen in v1.27.3 cluster. |
@B1F030 Should we work only on #1459 (comment) error in this issue? And then, should we work on #1459 (comment) in a separate issue? |
SGTM |
@B1F030 So, can you create a PR to fix #1459 (comment) error? |
I updated the above comment since I put the incorrect link :( |
This part could be fixed by simply remove the file |
Also, we should improve scripts to generate helm charts: |
Got it. I'm glad to help. |
What happened:
What you expected to happen:
install success
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
I tried
helm template ./charts/kueue --values ./charts/kueue/values.yaml
to debug where did this error happen,then I find out:
This is where helm got Error, so I tried to remove
kueue/templates/visibility/kustomization.yaml
, it works.So I wonder, should we remove this file?
Environment:
kubectl version
): v1.26.0git describe --tags --dirty --always
): maincat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: