File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ Run the following commands prior to running the test locally:
6
6
```
7
7
export KUBECONFIG=/tmp/kube-config-splunk-otel-collector-chart-functional-testing
8
8
export KUBE_TEST_ENV=kind
9
- export K8S_VERSION=v1.28 .0
9
+ export K8S_VERSION=v1.29 .0
10
10
kind create cluster --kubeconfig=/tmp/kube-config-splunk-otel-collector-chart-functional-testing --config=.github/workflows/configs/kind-config.yaml --image=kindest/node:$K8S_VERSION
11
11
kubectl get csr -o=jsonpath='{range.items[?(@.spec.signerName=="kubernetes.io/kubelet-serving")]}{.metadata.name}{" "}{end}' | xargs kubectl certificate approve
12
12
make cert-manager
13
13
kind load docker-image quay.io/splunko11ytest/nodejs_test:latest --name kind
14
14
kind load docker-image quay.io/splunko11ytest/java_test:latest --name kind
15
15
kind load docker-image quay.io/splunko11ytest/dotnet_test:latest --name kind
16
16
# On Mac M1s, you can also push this image so kind doesn't get confused with the platform to use:
17
- kind load docker-image ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet:v1.6 .0 --name kind
17
+ kind load docker-image ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet:v1.8 .0 --name kind
18
18
kind load docker-image ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.4.4 --name kind
19
19
kind load docker-image ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v1.30.0 --name kind
20
20
```
You can’t perform that action at this time.
0 commit comments