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
Describe the bug
I want to install aeraki project, but failed because of the bug on demo/install-aeraki
To Reproduce Steps to reproduce the behavior:
$ git clone https://github.com/aeraki-mesh/aeraki.git
$ cd aeraki $ export AERAKI_VERSION=1.1.0
$ make install
Expected behavior
There is no error in the whole process of installation.
Screenshots
$ aeraki git:(master) make install bash demo/install-aeraki.sh demo/install-aeraki.sh: line 29: export: `=Always': not a valid identifier + '[' -z latest ']' + '[' -z '' ']' + export AERAKI_ISTIOD_ADDR=istiod.istio-system:15010 + AERAKI_ISTIOD_ADDR=istiod.istio-system:15010 + '[' -z '' ']' + export AERAKI_NAMESPACE=istio-system + AERAKI_NAMESPACE=istio-system + '[' -z '' ']' + export AERAKI_IS_MASTER=true + AERAKI_IS_MASTER=true + '[' -z '' ']' + export AERAKI_ENABLE_ENVOY_FILTER_NS_SCOPE=false + AERAKI_ENABLE_ENVOY_FILTER_NS_SCOPE=false + mkdir -p /Users/pinxiong/.aeraki + envsubst + '[' '' == mode=tcm ']' + kubectl delete crd applicationprotocols.metaprotocol.aeraki.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "applicationprotocols.metaprotocol.aeraki.io" not found + true + kubectl apply -f demo/../test/e2e/scripts/../../../k8s/crd.yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I want to install aeraki project, but failed because of the bug on demo/install-aeraki
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There is no error in the whole process of installation.
Screenshots
The text was updated successfully, but these errors were encountered: