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

can't build manifests with kustomize command #30

Open
peter-hst opened this issue May 26, 2023 · 0 comments
Open

can't build manifests with kustomize command #30

peter-hst opened this issue May 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@peter-hst
Copy link

peter-hst commented May 26, 2023

Summary

What happened/what you expected to happen?
I have to checkout this repos, and I using kustomize command, then got something error here,
cloud you help me check it? thanks a lot!

C:\demo\zero-downtime\argocd-extensions>dir
 Volume in drive C has no label.
 Volume Serial Number is 460C-FBA4

 Directory of C:\demo\zero-downtime\argocd-extensions

05/26/2023  10:40    <DIR>          .
05/26/2023  10:34    <DIR>          ..
05/26/2023  10:34               156 .dockerignore
05/26/2023  10:34    <DIR>          .github
05/26/2023  10:34               392 .gitignore
05/26/2023  10:34    <DIR>          api
05/26/2023  10:37                 0 argocd-extensions-install.yaml
05/26/2023  10:34    <DIR>          controllers
05/26/2023  10:34               617 Dockerfile
05/26/2023  10:34    <DIR>          docs
05/26/2023  10:34             5,067 go.mod
05/26/2023  10:34            84,612 go.sum
05/26/2023  10:34    <DIR>          hack
05/26/2023  10:34             2,894 main.go
05/26/2023  10:34             3,494 Makefile
05/26/2023  10:37    <DIR>          manifests
05/26/2023  10:34    <DIR>          pkg
05/26/2023  10:34               364 PROJECT
05/26/2023  10:34             2,696 README.md
05/26/2023  10:46                 0 test.yaml
              11 File(s)        100,292 bytes
               9 Dir(s)  146,962,792,448 bytes free

C:\demo\zero-downtime\argocd-extensions>kustomize build manifests
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
Error: accumulating components: accumulateDirectory: "recursed accumulation of path 'C:\\demo\\zero-downtime\\argocd-extensions\\manifests\\argocd-server-patch': no matches for Id Deployment.v1.apps/argocd-server.[noNs]; failed to find unique target for patch Deployment.v1.apps/argocd-server.[noNs]"

Diagnostics

What Kubernetes provider are you using?
we using native kubernetes version: 1.26.4
What version of Argo CD and Argo CD Extensions are you running?
Argo-CD: v2.7.3
Argo-Rollouts: v1.5.1
kustomize: v5.0.3

# Paste the logs from the extensions controller

# Logs for the entire controller:
kubectl logs -n argocd deployment/argocd-extensions-controller

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@peter-hst peter-hst added the bug Something isn't working label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant