We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What steps did you take and what happened:
I ran kubectl apply -f https://projectcontour.io/quickstart/contour.yaml, on a kind arm64 cluster.
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
The envoy container kept crashing:
❯ kgp -n projectcontour NAME READY STATUS RESTARTS AGE contour-58f874d79d-ssl8j 1/1 Running 0 3h50m contour-58f874d79d-v92qj 1/1 Running 0 3h50m contour-certgen-v1.22.0-9zs9w 0/1 Completed 0 3h50m envoy-wbq8m 1/2 CrashLoopBackOff 48 (3m33s ago) 3h50m
❯ k logs -f -n projectcontour envoy-xlp8z envoy exec /usr/local/bin/envoy: exec format error
What did you expect to happen: A working installation of contour (along with envoy) on my cluster
Anything else you would like to add: This seems to be because of this: envoyproxy/envoy#22261
Environment:
v1.22.0
kubectl version
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.6", GitCommit:"ad3338546da947756e8a88aa6822e9c11e7eac22", GitTreeState:"clean", BuildDate:"2022-04-14T08:41:58Z", GoVersion:"go1.18.1", Compiler:"gc", Platform:"darwin/arm64"} Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.0", GitCommit:"4ce5a8954017644c5420bae81d72b09b735c21f0", GitTreeState:"clean", BuildDate:"2022-05-10T01:40:31Z", GoVersion:"go1.18.1", Compiler:"gc", Platform:"linux/arm64"}
kind v0.13.0 go1.18.2 darwin/arm64
/etc/os-release
The text was updated successfully, but these errors were encountered:
Thanks for letting us know, we will cut a patch release when Envoy 1.23.1 is available
Sorry, something went wrong.
update Envoy to v1.23.1
85336df
Closes projectcontour#4685. Signed-off-by: Steve Kriss <[email protected]>
update Envoy to v1.23.1 (#4691)
ad56553
Closes #4685. Signed-off-by: Steve Kriss <[email protected]>
update Envoy to v1.23.1 (projectcontour#4691)
1006f10
6a6a685
update Envoy to v1.23.1 (#4691) (#4693)
05f1208
skriss
Successfully merging a pull request may close this issue.
What steps did you take and what happened:
I ran
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
, on a kind arm64 cluster.The envoy container kept crashing:
What did you expect to happen:
A working installation of contour (along with envoy) on my cluster
Anything else you would like to add:
This seems to be because of this: envoyproxy/envoy#22261
Environment:
v1.22.0
kubectl version
):kind v0.13.0 go1.18.2 darwin/arm64
/etc/os-release
): N/AThe text was updated successfully, but these errors were encountered: