Refactor scripts names and location

This commit is contained in:
Matheus Albino Brunhara
2024-02-22 14:09:23 -03:00
parent 186be867c5
commit 160476e536
9 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
control_plane_ip=`kubectl get nodes --no-headers --selector 'node-role.kubernetes.io/control-plane' -o wide | awk '{print $6}'`
ssh k8s@$control_plane_ip