You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,38 @@ Linux oneliner: echo `ip -4 addr show dev docker0 | grep inet | awk -F' ' '{prin
80
80
81
81
Also make sure that `facts.appcat_dev` is set on the target you want to proxy. This is a safeguard so we don't accidentally enable it on prod clusters.
82
82
83
+
## Kubeconfig Environment Variables in Kuttl E2E Tests
84
+
85
+
Our Kuttl E2E tests use a job-within-a-job pattern where tests run in two separate clusters:
-**Purpose**: Contains the entire service cluster kubeconfig as a base64-encoded string, equals to `CONTROL_PLANE_KUBECONFIG_CONTENT` in converged mode
102
+
-**Why needed**: Can be injected as an environment variable into containers and scripts
103
+
-**Usage**: Scripts decode this to create `/tmp/service-cluster-config`
0 commit comments