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
In walkthrough.md , under "Creating an HTTPScaledObject", in main branch:
kubectl apply -n $NAMESPACE -f examples/v0.9.0/httpscaledobject.yaml
content of /examples:
examples/ ├── v0.0.1 │ └── httpscaledobject.yaml ├── v0.0.2 │ └── httpscaledobject.yaml ├── v0.1.0 │ └── httpscaledobject.yaml ├── v0.2.0 │ └── httpscaledobject.yaml ├── v0.3.0 │ └── httpscaledobject.yaml ├── v0.4.0 │ └── httpscaledobject.yaml ├── v0.5.0 │ └── httpscaledobject.yaml ├── v0.6.0 │ └── httpscaledobject.yaml ├── v0.7.0 │ └── httpscaledobject.yaml ├── v0.8.0 │ └── httpscaledobject.yaml └── xkcd ├── Chart.yaml ├── NOTES.txt ├── templates │ ├── deployment.yaml │ ├── externalservice.yaml │ ├── _helpers.tpl │ ├── httproute.yaml │ ├── httpscaledobject.yaml │ ├── ingress.yaml │ ├── serviceaccount.yaml │ └── service.yaml └── values.yaml
Running the command would successfully complete
kubectl apply -n $NAMESPACE -f examples/v0.9.0/httpscaledobject.yaml error: the path "examples/v0.9.0/httpscaledobject.yaml" does not exist
https://github.com/kedacore/http-add-on.git
cd http-add-on
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
export NAMESPACE=test
helm install keda kedacore/keda --namespace ${NAMESPACE} --create-namespace
helm install http-add-on kedacore/keda-add-ons-http --namespace ${NAMESPACE}
helm install xkcd ./examples/xkcd -n ${NAMESPACE}
example
None
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Report
In walkthrough.md , under "Creating an HTTPScaledObject", in main branch:
content of /examples:
Expected Behavior
Running the command would successfully complete
Actual Behavior
Steps to Reproduce the Problem
https://github.com/kedacore/http-add-on.git
cd http-add-on
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
export NAMESPACE=test
helm install keda kedacore/keda --namespace ${NAMESPACE} --create-namespace
helm install http-add-on kedacore/keda-add-ons-http --namespace ${NAMESPACE}
helm install xkcd ./examples/xkcd -n ${NAMESPACE}
kubectl apply -n $NAMESPACE -f examples/v0.9.0/httpscaledobject.yaml
Logs from KEDA HTTP operator
HTTP Add-on Version
None
Kubernetes Version
None
Platform
None
Anything else?
No response
The text was updated successfully, but these errors were encountered: