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

keda-operator error after deployment #49

Closed
alexakr opened this issue May 18, 2020 · 9 comments
Closed

keda-operator error after deployment #49

alexakr opened this issue May 18, 2020 · 9 comments
Labels

Comments

@alexakr
Copy link

alexakr commented May 18, 2020

I installed keda-operator on Kubernetes 1.15 using Helm 2 helm install kedacore/keda command.
In the log file there is the following error:
{"level":"info","ts":1589781448.036523,"logger":"cmd","msg":"KEDA Version: 1.4.1"}
{"level":"info","ts":1589781448.0365922,"logger":"cmd","msg":"Go Version: go1.13.3"}
{"level":"info","ts":1589781448.0366158,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"}
{"level":"info","ts":1589781448.0366275,"logger":"cmd","msg":"Version of operator-sdk: v0.11.0"}
{"level":"info","ts":1589781448.03694,"logger":"leader","msg":"Trying to become the leader."}
{"level":"info","ts":1589781448.357414,"logger":"leader","msg":"Found existing lock with my name. I was likely restarted."}
{"level":"info","ts":1589781448.357453,"logger":"leader","msg":"Continuing as the leader."}
{"level":"info","ts":1589781448.661053,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"0.0.0.0:8383"}
{"level":"info","ts":1589781448.6612098,"logger":"cmd","msg":"Registering Components."}
{"level":"info","ts":1589781448.6614869,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"scaledobject-controller","source":"kind source: /, Kind="}
{"level":"error","ts":1589781450.4600754,"logger":"controller-runtime.source","msg":"if kind is a CRD, it should be installed before calling Start","kind":"ScaledObject.keda.k8s.io","error":"no matches for kind "ScaledObject" in version "keda.k8s.io/v1alpha1"","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:128\nsigs.k8s.io/controller-runtime/pkg/source.(*Kind).Start\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/source/source.go:88\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Watch\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:122\ngithub.com/kedacore/keda/pkg/controller/scaledobject.add\n\tkeda/pkg/controller/scaledobject/scaledobject_controller.go:59\ngithub.com/kedacore/keda/pkg/controller/scaledobject.Add\n\tkeda/pkg/controller/scaledobject/scaledobject_controller.go:42\ngithub.com/kedacore/keda/pkg/controller.AddToManager\n\tkeda/pkg/controller/controller.go:13\nmain.main\n\tkeda/cmd/manager/main.go:114\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:203"}
{"level":"error","ts":1589781450.4601953,"logger":"cmd","msg":"","error":"no matches for kind "ScaledObject" in version "keda.k8s.io/v1alpha1"","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:128\nmain.main\n\tkeda/cmd/manager/main.go:115\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:203"}

@zroubalik zroubalik transferred this issue from kedacore/keda May 18, 2020
@zroubalik
Copy link
Member

Seems like ScaledObject CRD was not installed during the chart installation. Could you please try to uninstall keda and install it once again, to check whether there are any issues during the installation? After the installation please check that KEDA CRDs are installed in the cluster:
kubectl get crds | grep keda

@alexakr
Copy link
Author

alexakr commented May 18, 2020

There are no errors during Helm deployment, but KEDA CRDs are not installed.

NAME REVISION UPDATED STATUS CHART NAMESPACE
keda 1 Mon May 18 11:44:14 2020 DEPLOYED keda-1.4.1 keda

@alexakr
Copy link
Author

alexakr commented May 24, 2020

So I assume this is a bug since Helm should install KEDA CRDs as well.

@grv-trip
Copy link

@alexakr did you try to install CRD's using kubectl apply -f <<crd_file>> if they didn't come up using helm chart?

@alexakr
Copy link
Author

alexakr commented Jul 23, 2020

Yes, of course. This is the workaround, but the helm chart must be fixed to install the CRDs as well.

@grv-trip
Copy link

grv-trip commented Jul 23, 2020

Interestingly... for me, CRD's came up as expected when I deployed the keda operator using helm chart. But I used Helm 3

@tomkerkhove
Copy link
Member

Can you try if this is still the case with our rc2 please @alexakr ?

@alexakr
Copy link
Author

alexakr commented Oct 26, 2020

This case is for Helm 2.
But from rc2 breaking changes: "Removed support for Helm 2.x".
And according to @grv-trip it worked with Helm 3 anyway. So I suppose rc2 is not relevant for this issue.

@tomkerkhove
Copy link
Member

Ok, hope this won't be too much of a hassle to use Helm 3 but given the Helm 2 deprecation timeline we are removing it with this new major version, sorry.

@alexakr alexakr closed this as completed Oct 26, 2020
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Oct 11, 2024
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Oct 18, 2024
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Oct 18, 2024
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Oct 22, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Oct 25, 2024
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Oct 25, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Nov 11, 2024
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Nov 11, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Nov 11, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart (kedacore#51)

* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>

* add helm repos (templating failed because of dependent charts) (kedacore#53)

Signed-off-by: Jirka Kremser <[email protected]>

* Don't wait for agent to be ready (for now) (kedacore#54)

Signed-off-by: Jirka Kremser <[email protected]>

* Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55)

Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon

Signed-off-by: Jirka Kremser <[email protected]>

* agent: configurable autowire and metrics RBAC (kedacore#56)

Signed-off-by: Jan Wozniak <[email protected]>

* agent: bump image to v0.1.1 (kedacore#57)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: bump version to v0.8.1-0 (kedacore#58)

* kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60)

kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs

Signed-off-by: Jan Wozniak <[email protected]>

* Add install mechanism for PRPs

Signed-off-by: Jirka Kremser <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Nov 28, 2024
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Nov 28, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Nov 28, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart (kedacore#51)

* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>

* add helm repos (templating failed because of dependent charts) (kedacore#53)

Signed-off-by: Jirka Kremser <[email protected]>

* Don't wait for agent to be ready (for now) (kedacore#54)

Signed-off-by: Jirka Kremser <[email protected]>

* Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55)

Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon

Signed-off-by: Jirka Kremser <[email protected]>

* agent: configurable autowire and metrics RBAC (kedacore#56)

Signed-off-by: Jan Wozniak <[email protected]>

* agent: bump image to v0.1.1 (kedacore#57)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: bump version to v0.8.1-0 (kedacore#58)

* kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60)

kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs

Signed-off-by: Jan Wozniak <[email protected]>

* Add install mechanism for PRPs

Signed-off-by: Jirka Kremser <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Dec 12, 2024
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Dec 12, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Dec 12, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart (kedacore#51)

* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>

* add helm repos (templating failed because of dependent charts) (kedacore#53)

Signed-off-by: Jirka Kremser <[email protected]>

* Don't wait for agent to be ready (for now) (kedacore#54)

Signed-off-by: Jirka Kremser <[email protected]>

* Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55)

Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon

Signed-off-by: Jirka Kremser <[email protected]>

* agent: configurable autowire and metrics RBAC (kedacore#56)

Signed-off-by: Jan Wozniak <[email protected]>

* agent: bump image to v0.1.1 (kedacore#57)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: bump version to v0.8.1-0 (kedacore#58)

* kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60)

kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs

Signed-off-by: Jan Wozniak <[email protected]>

* Add install mechanism for PRPs

Signed-off-by: Jirka Kremser <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Dec 19, 2024
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Dec 19, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Dec 19, 2024
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart (kedacore#51)

* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>

* add helm repos (templating failed because of dependent charts) (kedacore#53)

Signed-off-by: Jirka Kremser <[email protected]>

* Don't wait for agent to be ready (for now) (kedacore#54)

Signed-off-by: Jirka Kremser <[email protected]>

* Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55)

Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon

Signed-off-by: Jirka Kremser <[email protected]>

* agent: configurable autowire and metrics RBAC (kedacore#56)

Signed-off-by: Jan Wozniak <[email protected]>

* agent: bump image to v0.1.1 (kedacore#57)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: bump version to v0.8.1-0 (kedacore#58)

* kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60)

kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs

Signed-off-by: Jan Wozniak <[email protected]>

* Add install mechanism for PRPs

Signed-off-by: Jirka Kremser <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 2, 2025
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 2, 2025
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 2, 2025
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart (kedacore#51)

* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>

* add helm repos (templating failed because of dependent charts) (kedacore#53)

Signed-off-by: Jirka Kremser <[email protected]>

* Don't wait for agent to be ready (for now) (kedacore#54)

Signed-off-by: Jirka Kremser <[email protected]>

* Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55)

Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon

Signed-off-by: Jirka Kremser <[email protected]>

* agent: configurable autowire and metrics RBAC (kedacore#56)

Signed-off-by: Jan Wozniak <[email protected]>

* agent: bump image to v0.1.1 (kedacore#57)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: bump version to v0.8.1-0 (kedacore#58)

* kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60)

kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs

Signed-off-by: Jan Wozniak <[email protected]>

* Add install mechanism for PRPs

Signed-off-by: Jirka Kremser <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 2, 2025
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 2, 2025
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 2, 2025
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart (kedacore#51)

* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>

* add helm repos (templating failed because of dependent charts) (kedacore#53)

Signed-off-by: Jirka Kremser <[email protected]>

* Don't wait for agent to be ready (for now) (kedacore#54)

Signed-off-by: Jirka Kremser <[email protected]>

* Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55)

Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon

Signed-off-by: Jirka Kremser <[email protected]>

* agent: configurable autowire and metrics RBAC (kedacore#56)

Signed-off-by: Jan Wozniak <[email protected]>

* agent: bump image to v0.1.1 (kedacore#57)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: bump version to v0.8.1-0 (kedacore#58)

* kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60)

kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs

Signed-off-by: Jan Wozniak <[email protected]>

* Add install mechanism for PRPs

Signed-off-by: Jirka Kremser <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 13, 2025
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 13, 2025
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan added a commit to wozniakjan/keda-charts that referenced this issue Jan 13, 2025
* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart (kedacore#51)

* All our tweaks should go here

If there is another thing to add to our fork, pls add it here.

Example:

```
echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict
add foo-bar.md
git commit -s --ammend
yada yada
```

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>

* ensure keda ns in smoketests before chart installation (kedacore#36)

Signed-off-by: Jan Wozniak <[email protected]>

* smoke_tests: wait for deployments availability (kedacore#37)

Signed-off-by: Jan Wozniak <[email protected]>

* fix keda chart deployment smoketest check missing ns (kedacore#38)

Signed-off-by: Jan Wozniak <[email protected]>

* Don't skip the publish step (kedacore#39)

Signed-off-by: Jirka Kremser <[email protected]>

* http-add-on: allow fetching certs from secrets (kedacore#40)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable explicit tls secret mount

Signed-off-by: Jan Wozniak <[email protected]>

* restricted scc (kedacore#41)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: refactor kedify chart release trigger (kedacore#42)

Signed-off-by: Jan Wozniak <[email protected]>

* bump kube-rbax-proxy to v0.16.0 (kedacore#43)

Signed-off-by: Zbynek Roubalik <[email protected]>

* ci: fix missing quote and pipe

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: attempt HTTP2 upgrade by default (kedacore#45)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: allow configuring prometheus and otel collectors (kedacore#46)

* http-add-on: allow configuring prometheus and otel collectors

Signed-off-by: Jan Wozniak <[email protected]>

* helm-docs

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

* gh release chart: fix env var evaluation (kedacore#47)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: metrics service (kedacore#48)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: disable interceptor pdb (kedacore#49)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: RBAC to emit events (kedacore#50)

Signed-off-by: Jan Wozniak <[email protected]>

* First shot of the agent helm chart

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac

Signed-off-by: Jirka Kremser <[email protected]>

* more granular rbac vol 2

Signed-off-by: Jirka Kremser <[email protected]>

* Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR

Signed-off-by: Jirka Kremser <[email protected]>

* fixes for agent chart (kedacore#52)

* fixes for agent chart

Signed-off-by: Jan Wozniak <[email protected]>

* image tag proposal

Signed-off-by: Jan Wozniak <[email protected]>

* add cluster name + option to disable kedifyconfig

Signed-off-by: Jan Wozniak <[email protected]>

* simplify kedify cr template

Signed-off-by: Jan Wozniak <[email protected]>

* narrow down autowiring rbac

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>

* add helm repos (templating failed because of dependent charts) (kedacore#53)

Signed-off-by: Jirka Kremser <[email protected]>

* Don't wait for agent to be ready (for now) (kedacore#54)

Signed-off-by: Jirka Kremser <[email protected]>

* Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55)

Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon

Signed-off-by: Jirka Kremser <[email protected]>

* agent: configurable autowire and metrics RBAC (kedacore#56)

Signed-off-by: Jan Wozniak <[email protected]>

* agent: bump image to v0.1.1 (kedacore#57)

Signed-off-by: Jan Wozniak <[email protected]>

* http-add-on: bump version to v0.8.1-0 (kedacore#58)

* kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60)

kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs

Signed-off-by: Jan Wozniak <[email protected]>

* Add install mechanism for PRPs

Signed-off-by: Jirka Kremser <[email protected]>

---------

Signed-off-by: Jirka Kremser <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jan Wozniak <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants