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

Bug in E2E_EXISTING_CHART=true E2E_CERT_MANAGER_VERSION=1.14.2 make e2e-setup-certmanager #7048

Closed
wallrj opened this issue May 22, 2024 · 0 comments · Fixed by #7124
Closed
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@wallrj
Copy link
Member

wallrj commented May 22, 2024

$ E2E_EXISTING_CHART=true E2E_CERT_MANAGER_VERSION=1.14.2 make e2e-setup-certmanager
/home/richard/projects/cert-manager/cert-manager/_bin/tools/kubectl apply --server-side -f _bin/scratch/gateway-api-v1.0.0.yaml > /dev/null
/home/richard/projects/cert-manager/cert-manager/_bin/tools/helm upgrade \
        --install \
        --create-namespace \
        --wait \
        --namespace cert-manager \
        --repo https://charts.jetstack.io \
        --version1.14.2 \
        --set crds.enabled=true \
        --set featureGates="AdditionalCertificateOutputFormats=true\,ExperimentalCertificateSigningRequestControllers=true\,ExperimentalGatewayAPISupport=true\,ServerSideApply=true\,LiteralCertificateSubject=true\,UseCertificateRequestBasicConstraints=true\,NameConstraints=true\,OtherNames=true" \
        --set "extraArgs={--kube-api-qps=9000,--kube-api-burst=9000,--concurrent-workers=200}" \
        --set webhook.featureGates="AdditionalCertificateOutputFormats=true\,LiteralCertificateSubject=true\,NameConstraints=true\,OtherNames=true" \
        --set "cainjector.extraArgs={--feature-gates=ServerSideApply=true}" \
        --set "dns01RecursiveNameservers=10.0.0.16:53" \
        --set "dns01RecursiveNameserversOnly=true" \
         \
         \
        cert-manager cert-manager >/dev/null
Error: unknown flag: --version1.14.2
make: *** [make/e2e-setup.mk:300: e2e-setup-certmanager] Error 1

/kind bug

@cert-manager-prow cert-manager-prow bot added the kind/bug Categorizes issue or PR as related to a bug. label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant