We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ea1164 + 310fe35 commit 89ca565Copy full SHA for 89ca565
README.md
@@ -68,5 +68,16 @@ xtf.bm.namespace=alpha-builds
68
69
```
70
71
+A simplier approach to authetication and execution is to export the `kubeconfig` file then execute the test suite.
72
+``` bash
73
+#mocked config
74
+export KUBECONFIG=<path_to_kubeconfig>
75
+```
76
+
77
78
+#past example
79
+export KUBECONFIG=kubeconfig
80
81
82
+After this is done then it is just a matter of executing the testsuite as already defined above.
83
0 commit comments