2021-09-10 10:42:25 +00:00
|
|
|
<span class="interactive" tooltip-append-to-body="true" tooltip-placement="bottom" tooltip-class="portainer-tooltip" uib-tooltip="Kubeconfig file will {{ $ctrl.state.expiryDays }}">
|
|
|
|
<button
|
2021-08-30 22:07:50 +00:00
|
|
|
ng-if="$ctrl.state.isHTTPS"
|
|
|
|
type="button"
|
|
|
|
class="btn btn-xs btn-primary"
|
|
|
|
ng-click="$ctrl.downloadKubeconfig()"
|
|
|
|
analytics-on
|
|
|
|
analytics-category="kubernetes"
|
|
|
|
analytics-event="kubernetes-kubectl-kubeconfig"
|
|
|
|
>
|
|
|
|
Kubeconfig <i class="fas fa-download space-right"></i>
|
|
|
|
</button>
|
2021-09-10 10:42:25 +00:00
|
|
|
</span>
|