kubectl-plugins
kubectl-plugins copied to clipboard
Bulk inserts have no response???
shell
for i in kubectl -n spring get pod -o wide | grep harbor | awk '{print $1}'
;do kubectl exec-as -u root -n spring $i -- echo "192.168.0.3 harbor.kubesphere.lan" >> /etc/hosts;done
It didn't go back in