mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Update aws.md
This commit is contained in:
parent
cc82c6b727
commit
138ac3d5f3
@ -124,7 +124,7 @@ INSTANCE_NAME=$(kubectl get pods --all-namespaces \
|
||||
INSTANCE_NAME=$(kubectl get nodes --output name | cut -d'/' -f2 | tail -1)
|
||||
```
|
||||
|
||||
With the instnace host name, you can then get the instance id:
|
||||
With the instance host name, you can then get the instance id:
|
||||
|
||||
```bash
|
||||
get_instance_id() {
|
||||
|
Loading…
Reference in New Issue
Block a user