You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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;doneIt didn't go back in
The text was updated successfully, but these errors were encountered: