-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Splunk Observability Scaler - Initial PR #5910
Changes from all commits
49a2fdf
e731167
90cad3e
5be4d82
2ad598a
8e528d2
cbfc4af
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 | |
kind: Kustomization | ||
images: | ||
- name: ghcr.io/kedacore/keda | ||
newName: ghcr.io/kedacore/keda | ||
newName: docker.io/sschimpersplunk/keda | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should point to official container image. |
||
newTag: main |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 | |
kind: Kustomization | ||
images: | ||
- name: ghcr.io/kedacore/keda-metrics-apiserver | ||
newName: ghcr.io/kedacore/keda-metrics-apiserver | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should point to official container image. |
||
newName: docker.io/sschimpersplunk/keda-metrics-apiserver | ||
newTag: main |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 | |
kind: Kustomization | ||
images: | ||
- name: ghcr.io/kedacore/keda-admission-webhooks | ||
newName: ghcr.io/kedacore/keda-admission-webhooks | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should point to official container image. |
||
newName: docker.io/sschimpersplunk/keda-admission-webhooks | ||
newTag: main |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ require ( | |
github.com/segmentio/kafka-go/sasl/aws_msk_iam_v2 v0.1.0 | ||
github.com/spf13/cast v1.6.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/stretchr/testify v1.9.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Avoid changes unrelated to your PR, please. Leave testify in original version :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Understood, will do. |
||
github.com/tidwall/gjson v1.17.0 | ||
github.com/xdg/scram v1.0.5 | ||
github.com/xhit/go-str2duration/v2 v2.1.0 | ||
|
@@ -112,6 +112,12 @@ require ( | |
sigs.k8s.io/kustomize/kustomize/v5 v5.3.0 | ||
) | ||
|
||
require ( | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/signalfx/signalflow-client-go/v2 v2.3.0 // indirect | ||
github.com/signalfx/signalfx-go v1.34.0 // indirect | ||
) | ||
|
||
replace ( | ||
// pin k8s.io to v0.28.5 | ||
github.com/google/cel-go => github.com/google/cel-go v0.16.1 | ||
|
@@ -226,7 +232,7 @@ require ( | |
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect | ||
github.com/golang-sql/sqlexp v0.1.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/cel-go v0.18.2 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
|
@@ -295,11 +301,12 @@ require ( | |
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/samber/lo v1.39.0 // indirect | ||
github.com/shopspring/decimal v1.3.1 // indirect | ||
github.com/signalfx/signalfx-go/signalflow/v2 v2.2.0 | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cobra v1.8.0 // indirect | ||
github.com/stoewer/go-strcase v1.3.0 // indirect | ||
github.com/stretchr/objx v0.5.1 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect | ||
|
@@ -332,7 +339,7 @@ require ( | |
golang.org/x/crypto v0.18.0 | ||
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/net v0.20.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/term v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that you need to remove all the changes from this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for pointing that out. I manually added "microk8s" to be able to build the project with my MicroK8s cluster that I have set up.