You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following tutorial at flagger website, I tried to deploy loadtester with the following configuration (everything is the same except with namespace).
apiVersion: source.toolkit.fluxcd.io/v1beta2kind: OCIRepositorymetadata:
name: flagger-loadtesternamespace: flagger-systemspec:
interval: 6h# scan for new versions every six hoursurl: oci://ghcr.io/fluxcd/flagger-manifestsref:
semver: 1.x # update to the latest versionverify: # verify the artifact signature with Cosign keylessprovider: cosign
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2kind: Kustomizationmetadata:
name: flagger-loadtesternamespace: flagger-systemspec:
interval: 6hwait: truetimeout: 5mprune: truesourceRef:
kind: OCIRepositoryname: flagger-loadtesterpath: ./kustomize/testertargetNamespace: flagger-system
However on deploy it shows: ArtifactFailed: kustomization path not found: stat /tmp/kustomization-878691743/kustomize/tester: no such file or directory
If I delete spec.path from the Kustomization file, it shows: BuildFailed: kustomize build failed: accumulating resources: accumulation err='accumulating resources from './appmesh': read /tmp/kustomization-2874416656/appmesh: is a directory': recursed merging from path '/tmp/kustomization-2874416656/appmesh': may not add resource with an already registered id: ClusterRole.v1.rbac.authorization.k8s.io/flagger.[noNs]
Help?
Additional context
Flagger version: 1.29.0
Kubernetes version: 1.25.4
Service Mesh provider: None
Ingress provider: None (I think)
The text was updated successfully, but these errors were encountered:
Describe the bug
Following tutorial at flagger website, I tried to deploy loadtester with the following configuration (everything is the same except with namespace).
However on deploy it shows:
ArtifactFailed: kustomization path not found: stat /tmp/kustomization-878691743/kustomize/tester: no such file or directory
If I delete
spec.path
from the Kustomization file, it shows:BuildFailed: kustomize build failed: accumulating resources: accumulation err='accumulating resources from './appmesh': read /tmp/kustomization-2874416656/appmesh: is a directory': recursed merging from path '/tmp/kustomization-2874416656/appmesh': may not add resource with an already registered id: ClusterRole.v1.rbac.authorization.k8s.io/flagger.[noNs]
Help?
Additional context
The text was updated successfully, but these errors were encountered: