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
Description:
The create-cluster.sh includes a configuration item (dnsSearch) that doesn't exist for the Cluster apiVersion. https://github.com/envoyproxy/gateway/blob/main/tools/hack/create-cluster.sh#L25-L27
Repro steps:
create-cluster.sh will fail to create a cluster, with the output:
ERROR: failed to create cluster: unable to decode config: yaml: unmarshal errors: line 8: field dnsSearch not found in type v1alpha4.Networking
Removing dnsSearch from Cluster.networking fixes it.
dnsSearch
Environment:
main branch
The text was updated successfully, but these errors were encountered:
this's used for avoid some issue on ipv6 cluster, and it worked as expected. can you share more details about when this happen?
Sorry, something went wrong.
This happens on an ipv4 cluster, kind version 0.14.0. Perhaps this version of kind doesn't yet have the API update for dnsSearch.
the script should use kind binary in tools/bin/kind, which should be built from v0.25.0.
tools/bin/kind
v0.25.0
No branches or pull requests
Description:
The create-cluster.sh includes a configuration item (dnsSearch) that doesn't exist for the Cluster apiVersion.
https://github.com/envoyproxy/gateway/blob/main/tools/hack/create-cluster.sh#L25-L27
Repro steps:
create-cluster.sh will fail to create a cluster, with the output:
Removing
dnsSearch
from Cluster.networking fixes it.Environment:
main branch
The text was updated successfully, but these errors were encountered: