Skip to content

Commit e00d1cc

Browse files
authored
[chore] update README (#1598)
1 parent b49ef63 commit e00d1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functional_tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Run the following commands prior to running the test locally:
66
```
77
export KUBECONFIG=/tmp/kube-config-splunk-otel-collector-chart-functional-testing
88
export KUBE_TEST_ENV=kind
9-
export K8S_VERSION=v1.28.0
9+
export K8S_VERSION=v1.29.0
1010
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
1111
kubectl get csr -o=jsonpath='{range.items[?(@.spec.signerName=="kubernetes.io/kubelet-serving")]}{.metadata.name}{" "}{end}' | xargs kubectl certificate approve
1212
make cert-manager
1313
kind load docker-image quay.io/splunko11ytest/nodejs_test:latest --name kind
1414
kind load docker-image quay.io/splunko11ytest/java_test:latest --name kind
1515
kind load docker-image quay.io/splunko11ytest/dotnet_test:latest --name kind
1616
# 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
1818
kind load docker-image ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.4.4 --name kind
1919
kind load docker-image ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v1.30.0 --name kind
2020
```

0 commit comments

Comments
 (0)