Skip to content

Commit

Permalink
print kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming committed Nov 13, 2024
1 parent 60aa7a5 commit a43af8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otel-integration/k8s-helm/e2e-test/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package e2e

import (
"fmt"
"os"
"path/filepath"
"strings"
Expand All @@ -24,6 +25,7 @@ func TestE2E_Agent(t *testing.T) {
k8sDir := filepath.Join("k8s")

kubeconfig := os.Getenv("KUBECONFIG")
fmt.Println("kubeconfig: ", kubeconfig)
k8sClient, err := k8stest.NewK8sClient(kubeconfig)
require.NoError(t, err)

Expand Down

0 comments on commit a43af8e

Please sign in to comment.