blob: e1c39c19babc7c4b226574208e07cc026fced8d3 [file] [log] [blame]
Vladimir Khlyunev3f27ff72024-11-01 14:42:24 +04001#!/bin/bash
Vladimir Khlyunevc6db3412024-10-18 20:28:02 +04002/root/kaas-bootstrap/bin/kubectl --kubeconfig /root/kubeconfig -n mosk get secrets mosk-kubeconfig -o jsonpath='{.data.admin\.conf}' | base64 -d | sed 's/:5443/:443/g' > /root/child.kubeconfig
3export KUBECONFIG=/root/child.kubeconfig