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

walkthrough documentation not aligned with repo #1236

Open
mferretti opened this issue Jan 14, 2025 · 0 comments
Open

walkthrough documentation not aligned with repo #1236

mferretti opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mferretti
Copy link

mferretti commented Jan 14, 2025

Report

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

Expected Behavior

Running the command would successfully complete

Actual Behavior

kubectl apply -n $NAMESPACE -f examples/v0.9.0/httpscaledobject.yaml
error: the path "examples/v0.9.0/httpscaledobject.yaml" does not exist

Steps to Reproduce the Problem

  1. https://github.com/kedacore/http-add-on.git
  2. cd http-add-on
  3. helm repo add kedacore https://kedacore.github.io/charts
  4. helm repo update
  5. export NAMESPACE=test
  6. helm install keda kedacore/keda --namespace ${NAMESPACE} --create-namespace
  7. helm install http-add-on kedacore/keda-add-ons-http --namespace ${NAMESPACE}
  8. helm install xkcd ./examples/xkcd -n ${NAMESPACE}
  9. kubectl apply -n $NAMESPACE -f examples/v0.9.0/httpscaledobject.yaml

Logs from KEDA HTTP operator

example

HTTP Add-on Version

None

Kubernetes Version

None

Platform

None

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To Triage
Development

No branches or pull requests

1 participant