1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-05-17 17:55:04 +00:00
Files
kubernetes-ansible/rook/get-ceph-dashboard-port.sh

2 lines
117 B
Bash

kubectl -n rook-ceph get service | grep 'dashboard-external' | awk {'print $5'} | sed 's/\/TCP//g' | cut -d ':' -f 2