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 c1ff638 + a90bb43 commit b222fdeCopy full SHA for b222fde
1 file changed
examples/run-bridge.sh
@@ -5,7 +5,8 @@ set -exuo pipefail
5
./bin/bridge \
6
--base-address=http://localhost:9000 \
7
--ca-file=examples/ca.crt \
8
- --k8s-auth=openshift \
+ --k8s-auth=bearer-token \
9
+ --k8s-auth-bearer-token="$(oc whoami --show-token)" \
10
--k8s-mode=off-cluster \
11
--k8s-mode-off-cluster-endpoint="$(oc whoami --show-server)" \
12
--k8s-mode-off-cluster-skip-verify-tls=true \
0 commit comments